| 1 | [ Feb 19 05:54:21 Enabled. ] | ||
| 2 | [ Feb 19 05:54:21 Rereading configuration. ] | ||
| 3 | [ Feb 19 05:54:23 Rereading configuration. ] | ||
| 4 | [ Feb 19 05:54:26 Executing start method ("/opt/oxide/lib/svc/manifest/clickhouse.sh"). ] | ||
| 5 | + set -o errexit | ||
| 6 | + set -o pipefail | ||
| 7 | + . /lib/svc/share/smf_include.sh | ||
| 8 | ++ SMF_EXIT_OK=0 | ||
| 9 | ++ SMF_EXIT_NODAEMON=94 | ||
| 10 | ++ SMF_EXIT_ERR_FATAL=95 | ||
| 11 | ++ SMF_EXIT_ERR_CONFIG=96 | ||
| 12 | ++ SMF_EXIT_MON_DEGRADE=97 | ||
| 13 | ++ SMF_EXIT_MON_OFFLINE=98 | ||
| 14 | ++ SMF_EXIT_ERR_NOSMF=99 | ||
| 15 | ++ SMF_EXIT_ERR_PERM=100 | ||
| 16 | ++ svcprop -c -p config/listen_addr svc:/oxide/clickhouse:default | ||
| 17 | + LISTEN_ADDR=fd00:1122:3344:101::e | ||
| 18 | ++ svcprop -c -p config/listen_port svc:/oxide/clickhouse:default | ||
| 19 | + LISTEN_PORT=8123 | ||
| 20 | ++ svcprop -c -p config/store svc:/oxide/clickhouse:default | ||
| 21 | + DATASTORE=/data | ||
| 22 | + args=("--config-file" "/opt/oxide/clickhouse/config.xml" "--" "--path" "${DATASTORE}" "--listen_host" "$LISTEN_ADDR" "--http_port" "$LISTEN_PORT") | ||
| 23 | + exec /opt/oxide/clickhouse/clickhouse server --config-file /opt/oxide/clickhouse/config.xml -- --path /data --listen_host fd00:1122:3344:101::e --http_port 8123 | ||
| 24 | [ Feb 19 05:54:26 Method "start" exited with status 0. ] | ||
| 25 | Processing configuration file '/opt/oxide/clickhouse/config.xml'. | ||
| 26 | Logging trace to /var/tmp/clickhouse-server.log | ||
| 27 | Logging errors to /var/tmp/clickhouse-server.errlog | ||
| 28 | 2025.02.19 05:54:27.627510 [ 1 ] {} <Information> Application: Will watch for the process with pid 23328 | ||
| 29 | 2025.02.19 05:54:27.628002 [ 1 ] {} <Information> Application: Forked a child process to watch | ||
| 30 | 2025.02.19 05:54:27.834172 [ 1 ] {} <Information> Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: b6a391579f09dde47a1aa5602e154e7fcde80d1e, build id: <unknown>), PID 23328 | ||
| 31 | 2025.02.19 05:54:27.834908 [ 1 ] {} <Information> Application: starting up | ||
| 32 | 2025.02.19 05:54:27.835626 [ 1 ] {} <Information> Application: OS name: SunOS, version: 5.11, architecture: i86pc | ||
| 33 | 2025.02.19 05:54:27.923036 [ 1 ] {} <Information> Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. | ||
| 34 | 2025.02.19 05:54:27.949067 [ 1 ] {} <Debug> Application: rlimit on number of file descriptors is 65536 | ||
| 35 | 2025.02.19 05:54:27.949113 [ 1 ] {} <Debug> Application: Initializing DateLUT. | ||
| 36 | 2025.02.19 05:54:27.949126 [ 1 ] {} <Trace> Application: Initialized DateLUT with time zone 'UTC'. | ||
| 37 | 2025.02.19 05:54:27.949193 [ 1 ] {} <Debug> Context: Setting up /data/tmp/ to store temporary data in it | ||
| 38 | 2025.02.19 05:54:27.949564 [ 1 ] {} <Debug> Application: Initializing interserver credentials. | ||
| 39 | 2025.02.19 05:54:27.951144 [ 1 ] {} <Debug> ConfigReloader: Loading config '/opt/oxide/clickhouse/config.xml' | ||
| 40 | Processing configuration file '/opt/oxide/clickhouse/config.xml'. | ||
| 41 | Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'. | ||
| 42 | 2025.02.19 05:54:27.951871 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration | ||
| 43 | 2025.02.19 05:54:27.952688 [ 1 ] {} <Information> Application: Setting max_server_memory_usage was set to 86.29 GiB (95.88 GiB available * 0.90 max_server_memory_usage_to_ram_ratio) | ||
| 44 | 2025.02.19 05:54:27.952709 [ 1 ] {} <Information> Application: Setting merges_mutations_memory_usage_soft_limit was set to 47.94 GiB (95.88 GiB available * 0.50 merges_mutations_memory_usage_to_ram_ratio) | ||
| 45 | 2025.02.19 05:54:27.952725 [ 1 ] {} <Information> Application: Merges and mutations memory limit is set to 47.94 GiB | ||
| 46 | 2025.02.19 05:54:27.952900 [ 1 ] {} <Information> BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 47 | 2025.02.19 05:54:27.954009 [ 1 ] {} <Information> BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads | ||
| 48 | 2025.02.19 05:54:27.959134 [ 1 ] {} <Information> BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 49 | 2025.02.19 05:54:27.959936 [ 1 ] {} <Information> BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 50 | 2025.02.19 05:54:27.961291 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
| 51 | 2025.02.19 05:54:27.961359 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration | ||
| 52 | 2025.02.19 05:54:27.962903 [ 1 ] {} <Debug> ConfigReloader: Loading config '/opt/oxide/clickhouse/config.xml' | ||
| 53 | Processing configuration file '/opt/oxide/clickhouse/config.xml'. | ||
| 54 | Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'. | ||
| 55 | 2025.02.19 05:54:27.963372 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration | ||
| 56 | 2025.02.19 05:54:27.967605 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration | ||
| 57 | 2025.02.19 05:54:27.968307 [ 1 ] {} <Debug> Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml | ||
| 58 | 2025.02.19 05:54:27.969889 [ 1 ] {} <Information> Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin | ||
| 59 | 2025.02.19 05:54:27.970282 [ 1 ] {} <Information> Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 | ||
| 60 | 2025.02.19 05:54:27.970716 [ 1 ] {} <Information> Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 | ||
| 61 | 2025.02.19 05:54:27.971139 [ 1 ] {} <Information> Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 | ||
| 62 | 2025.02.19 05:54:27.972485 [ 1 ] {} <Information> DNSCacheUpdater: Update period 15 seconds | ||
| 63 | 2025.02.19 05:54:27.972516 [ 1 ] {} <Information> Application: Loading metadata from /data/ | ||
| 64 | 2025.02.19 05:54:27.972570 [ 172 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 65 | 2025.02.19 05:54:27.972644 [ 172 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 66 | 2025.02.19 05:54:27.980421 [ 1 ] {} <Information> DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. | ||
| 67 | 2025.02.19 05:54:27.980443 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000135572 sec | ||
| 68 | 2025.02.19 05:54:27.980483 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
| 69 | 2025.02.19 05:54:27.980497 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
| 70 | 2025.02.19 05:54:27.981576 [ 1 ] {} <Information> DatabaseAtomic (system): Starting up tables. | ||
| 71 | 2025.02.19 05:54:27.982570 [ 1 ] {} <Debug> SystemLog: Creating system.query_log from query_log | ||
| 72 | 2025.02.19 05:54:27.994271 [ 1 ] {} <Debug> SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config | ||
| 73 | 2025.02.19 05:54:27.994315 [ 1 ] {} <Debug> SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config | ||
| 74 | 2025.02.19 05:54:27.994338 [ 1 ] {} <Debug> SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config | ||
| 75 | 2025.02.19 05:54:27.994350 [ 1 ] {} <Debug> SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config | ||
| 76 | 2025.02.19 05:54:27.994380 [ 1 ] {} <Debug> SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config | ||
| 77 | 2025.02.19 05:54:27.994400 [ 1 ] {} <Debug> SystemLog: Creating system.metric_log from metric_log | ||
| 78 | 2025.02.19 05:54:27.996924 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config | ||
| 79 | 2025.02.19 05:54:27.996967 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config | ||
| 80 | 2025.02.19 05:54:27.996988 [ 1 ] {} <Debug> SystemLog: Creating system.asynchronous_metric_log from asynchronous_metric_log | ||
| 81 | 2025.02.19 05:54:27.997169 [ 1 ] {} <Debug> SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config | ||
| 82 | 2025.02.19 05:54:27.997189 [ 1 ] {} <Debug> SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config | ||
| 83 | 2025.02.19 05:54:27.997224 [ 1 ] {} <Debug> SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config | ||
| 84 | 2025.02.19 05:54:27.997243 [ 1 ] {} <Debug> SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config | ||
| 85 | 2025.02.19 05:54:27.997255 [ 1 ] {} <Debug> SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config | ||
| 86 | 2025.02.19 05:54:27.997285 [ 1 ] {} <Debug> SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config | ||
| 87 | 2025.02.19 05:54:27.997304 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config | ||
| 88 | 2025.02.19 05:54:28.024302 [ 1 ] {} <Information> DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. | ||
| 89 | 2025.02.19 05:54:28.025815 [ 1 ] {} <Information> DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. | ||
| 90 | 2025.02.19 05:54:28.025844 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 4.7451e-05 sec | ||
| 91 | 2025.02.19 05:54:28.025857 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
| 92 | 2025.02.19 05:54:28.025868 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
| 93 | 2025.02.19 05:54:28.025893 [ 1 ] {} <Information> DatabaseAtomic (default): Starting up tables. | ||
| 94 | 2025.02.19 05:54:28.026097 [ 1 ] {} <Information> UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ | ||
| 95 | 2025.02.19 05:54:28.026143 [ 1 ] {} <Debug> UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded | ||
| 96 | 2025.02.19 05:54:28.026157 [ 1 ] {} <Debug> Application: Loaded metadata. | ||
| 97 | 2025.02.19 05:54:28.026169 [ 1 ] {} <Information> Application: Query Profiler and TraceCollector are disabled because they require PHDR cache to be created (otherwise the function 'dl_iterate_phdr' is not lock free and not async-signal safe). | ||
| 98 | 2025.02.19 05:54:28.026180 [ 1 ] {} <Information> Application: TaskStats is not implemented for this OS. IO accounting will be disabled. | ||
| 99 | 2025.02.19 05:54:28.039094 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
| 100 | 2025.02.19 05:54:28.039349 [ 1 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 24.78 MiB, peak 24.78 MiB, free memory in arenas 0.00 B, will set to 117.12 MiB (RSS), difference: 92.34 MiB | ||
| 101 | 2025.02.19 05:54:28.040315 [ 1 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 2.63e-05 sec. | ||
| 102 | 2025.02.19 05:54:28.041372 [ 1 ] {} <Information> Application: Listening for http://[fd00:1122:3344:101::e]:8123 | ||
| 103 | 2025.02.19 05:54:28.041491 [ 1 ] {} <Information> Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 | ||
| 104 | 2025.02.19 05:54:28.041511 [ 1 ] {} <Information> Application: Ready for connections. | ||
| 105 | 2025.02.19 05:54:28.286337 [ 3 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:49264 | ||
| 106 | 2025.02.19 05:54:28.286623 [ 3 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 107 | 2025.02.19 05:54:28.286684 [ 3 ] {} <Debug> TCP-Session: 096c1f3c-b129-4cf1-871a-58575bc1fc32 Authenticating user 'default' from [fd00:1122:3344:101::d]:49264 | ||
| 108 | 2025.02.19 05:54:28.286720 [ 3 ] {} <Debug> TCP-Session: 096c1f3c-b129-4cf1-871a-58575bc1fc32 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 109 | 2025.02.19 05:54:28.286746 [ 3 ] {} <Debug> TCP-Session: 096c1f3c-b129-4cf1-871a-58575bc1fc32 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 110 | 2025.02.19 05:54:28.286842 [ 3 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 111 | 2025.02.19 05:54:28.286874 [ 3 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 112 | 2025.02.19 05:54:28.286902 [ 3 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 113 | 2025.02.19 05:54:28.287363 [ 4 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:63456 | ||
| 114 | 2025.02.19 05:54:28.287491 [ 4 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 115 | 2025.02.19 05:54:28.287525 [ 4 ] {} <Debug> TCP-Session: 7cfd1161-fc39-46f4-b765-8b2b94c22010 Authenticating user 'default' from [fd00:1122:3344:101::d]:63456 | ||
| 116 | 2025.02.19 05:54:28.287553 [ 4 ] {} <Debug> TCP-Session: 7cfd1161-fc39-46f4-b765-8b2b94c22010 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 117 | 2025.02.19 05:54:28.287584 [ 4 ] {} <Debug> TCP-Session: 7cfd1161-fc39-46f4-b765-8b2b94c22010 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 118 | 2025.02.19 05:54:28.288164 [ 5 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:33997 | ||
| 119 | 2025.02.19 05:54:28.288164 [ 253 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:48917 | ||
| 120 | 2025.02.19 05:54:28.288226 [ 254 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:48360 | ||
| 121 | 2025.02.19 05:54:28.288316 [ 5 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 122 | 2025.02.19 05:54:28.288511 [ 255 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:33162 | ||
| 123 | 2025.02.19 05:54:28.288523 [ 5 ] {} <Debug> TCP-Session: 51cbb790-cae2-4eb8-97d8-54b9e6345900 Authenticating user 'default' from [fd00:1122:3344:101::d]:33997 | ||
| 124 | 2025.02.19 05:54:28.288678 [ 256 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:55233 | ||
| 125 | 2025.02.19 05:54:28.288692 [ 255 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 126 | 2025.02.19 05:54:28.288698 [ 5 ] {} <Debug> TCP-Session: 51cbb790-cae2-4eb8-97d8-54b9e6345900 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 127 | 2025.02.19 05:54:28.288745 [ 255 ] {} <Debug> TCP-Session: 04ed85ae-4e1c-4562-a358-d3743aad5bc4 Authenticating user 'default' from [fd00:1122:3344:101::d]:33162 | ||
| 128 | 2025.02.19 05:54:28.288892 [ 255 ] {} <Debug> TCP-Session: 04ed85ae-4e1c-4562-a358-d3743aad5bc4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 129 | 2025.02.19 05:54:28.288906 [ 5 ] {} <Debug> TCP-Session: 51cbb790-cae2-4eb8-97d8-54b9e6345900 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 130 | 2025.02.19 05:54:28.288921 [ 257 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:37499 | ||
| 131 | 2025.02.19 05:54:28.288952 [ 255 ] {} <Debug> TCP-Session: 04ed85ae-4e1c-4562-a358-d3743aad5bc4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 132 | 2025.02.19 05:54:28.289143 [ 258 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:47574 | ||
| 133 | 2025.02.19 05:54:28.289293 [ 258 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 134 | 2025.02.19 05:54:28.289334 [ 258 ] {} <Debug> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Authenticating user 'default' from [fd00:1122:3344:101::d]:47574 | ||
| 135 | 2025.02.19 05:54:28.289359 [ 258 ] {} <Debug> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 136 | 2025.02.19 05:54:28.289372 [ 258 ] {} <Debug> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 137 | 2025.02.19 05:54:28.289608 [ 254 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 138 | 2025.02.19 05:54:28.289647 [ 254 ] {} <Debug> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Authenticating user 'default' from [fd00:1122:3344:101::d]:48360 | ||
| 139 | 2025.02.19 05:54:28.289662 [ 253 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 140 | 2025.02.19 05:54:28.289682 [ 254 ] {} <Debug> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 141 | 2025.02.19 05:54:28.289692 [ 256 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 142 | 2025.02.19 05:54:28.289724 [ 253 ] {} <Debug> TCP-Session: 693335f6-81ce-4c5a-b6a1-3bfc6f8520e2 Authenticating user 'default' from [fd00:1122:3344:101::d]:48917 | ||
| 143 | 2025.02.19 05:54:28.289731 [ 254 ] {} <Debug> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 144 | 2025.02.19 05:54:28.289675 [ 257 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 145 | 2025.02.19 05:54:28.289775 [ 256 ] {} <Debug> TCP-Session: 6732d342-d2d9-4d79-b251-741f4f5b9fb7 Authenticating user 'default' from [fd00:1122:3344:101::d]:55233 | ||
| 146 | 2025.02.19 05:54:28.289818 [ 253 ] {} <Debug> TCP-Session: 693335f6-81ce-4c5a-b6a1-3bfc6f8520e2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 147 | 2025.02.19 05:54:28.289840 [ 257 ] {} <Debug> TCP-Session: 3d29f1bb-e100-4343-90fd-c0a0f1ef04f9 Authenticating user 'default' from [fd00:1122:3344:101::d]:37499 | ||
| 148 | 2025.02.19 05:54:28.289868 [ 256 ] {} <Debug> TCP-Session: 6732d342-d2d9-4d79-b251-741f4f5b9fb7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 149 | 2025.02.19 05:54:28.289904 [ 253 ] {} <Debug> TCP-Session: 693335f6-81ce-4c5a-b6a1-3bfc6f8520e2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 150 | 2025.02.19 05:54:28.289912 [ 257 ] {} <Debug> TCP-Session: 3d29f1bb-e100-4343-90fd-c0a0f1ef04f9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 151 | 2025.02.19 05:54:28.289919 [ 256 ] {} <Debug> TCP-Session: 6732d342-d2d9-4d79-b251-741f4f5b9fb7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 152 | 2025.02.19 05:54:28.290323 [ 257 ] {} <Debug> TCP-Session: 3d29f1bb-e100-4343-90fd-c0a0f1ef04f9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 153 | 2025.02.19 05:54:28.291210 [ 3 ] {} <Trace> TCP-Session: 096c1f3c-b129-4cf1-871a-58575bc1fc32 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 154 | 2025.02.19 05:54:28.294230 [ 3 ] {337d7e93-e76b-4c7a-861b-747916ccd457} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49264) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) | ||
| 155 | 2025.02.19 05:54:28.341300 [ 3 ] {337d7e93-e76b-4c7a-861b-747916ccd457} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:49264) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): | ||
| 156 | |||
| 157 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 158 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 159 | 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse | ||
| 160 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 161 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 162 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 163 | 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse | ||
| 164 | 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse | ||
| 165 | 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse | ||
| 166 | 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse | ||
| 167 | 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse | ||
| 168 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 169 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 170 | 13. DB::executeQuery(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum) @ 0x0000000015186706 in /opt/oxide/clickhouse/clickhouse | ||
| 171 | 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse | ||
| 172 | 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse | ||
| 173 | 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 174 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 175 | 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 176 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 177 | 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1 | ||
| 178 | |||
| 179 | 2025.02.19 05:54:28.342573 [ 3 ] {337d7e93-e76b-4c7a-861b-747916ccd457} <Error> TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): | ||
| 180 | |||
| 181 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 182 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 183 | 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse | ||
| 184 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 185 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 186 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 187 | 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse | ||
| 188 | 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse | ||
| 189 | 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse | ||
| 190 | 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse | ||
| 191 | 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse | ||
| 192 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 193 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 194 | 13. DB::executeQuery(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum) @ 0x0000000015186706 in /opt/oxide/clickhouse/clickhouse | ||
| 195 | 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse | ||
| 196 | 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse | ||
| 197 | 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 198 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 199 | 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 200 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 201 | 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1 | ||
| 202 | |||
| 203 | 2025.02.19 05:54:28.342680 [ 3 ] {337d7e93-e76b-4c7a-861b-747916ccd457} <Debug> TCPHandler: Processed in 0.053083443 sec. | ||
| 204 | 2025.02.19 05:54:28.343064 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 205 | 2025.02.19 05:54:28.343401 [ 254 ] {b3075a44-0509-40f3-98f6-24ea0f9ed77a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) | ||
| 206 | 2025.02.19 05:54:28.343978 [ 254 ] {b3075a44-0509-40f3-98f6-24ea0f9ed77a} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:48360) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): | ||
| 207 | |||
| 208 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 209 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 210 | 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse | ||
| 211 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 212 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 213 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 214 | 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse | ||
| 215 | 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse | ||
| 216 | 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse | ||
| 217 | 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse | ||
| 218 | 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse | ||
| 219 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 220 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 221 | 13. DB::executeQuery(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum) @ 0x0000000015186706 in /opt/oxide/clickhouse/clickhouse | ||
| 222 | 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse | ||
| 223 | 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse | ||
| 224 | 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 225 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 226 | 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 227 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 228 | 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1 | ||
| 229 | |||
| 230 | 2025.02.19 05:54:28.344143 [ 254 ] {b3075a44-0509-40f3-98f6-24ea0f9ed77a} <Error> TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): | ||
| 231 | |||
| 232 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 233 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 234 | 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse | ||
| 235 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 236 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 237 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 238 | 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse | ||
| 239 | 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse | ||
| 240 | 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse | ||
| 241 | 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse | ||
| 242 | 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse | ||
| 243 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 244 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 245 | 13. DB::executeQuery(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum) @ 0x0000000015186706 in /opt/oxide/clickhouse/clickhouse | ||
| 246 | 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse | ||
| 247 | 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse | ||
| 248 | 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 249 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 250 | 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 251 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 252 | 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1 | ||
| 253 | |||
| 254 | 2025.02.19 05:54:28.344230 [ 254 ] {b3075a44-0509-40f3-98f6-24ea0f9ed77a} <Debug> TCPHandler: Processed in 0.001380004 sec. | ||
| 255 | 2025.02.19 05:54:28.344509 [ 3 ] {} <Trace> TCP-Session: 096c1f3c-b129-4cf1-871a-58575bc1fc32 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 256 | 2025.02.19 05:54:28.345670 [ 3 ] {527d5ea3-54b3-42b4-a714-069337d0e62b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49264) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) | ||
| 257 | 2025.02.19 05:54:28.345770 [ 3 ] {527d5ea3-54b3-42b4-a714-069337d0e62b} <Trace> ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* | ||
| 258 | 2025.02.19 05:54:28.347097 [ 3 ] {527d5ea3-54b3-42b4-a714-069337d0e62b} <Information> DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. | ||
| 259 | 2025.02.19 05:54:28.347119 [ 3 ] {527d5ea3-54b3-42b4-a714-069337d0e62b} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 5.6371e-05 sec | ||
| 260 | 2025.02.19 05:54:28.347134 [ 3 ] {527d5ea3-54b3-42b4-a714-069337d0e62b} <Trace> ReferentialDeps: No tables | ||
| 261 | 2025.02.19 05:54:28.347153 [ 3 ] {527d5ea3-54b3-42b4-a714-069337d0e62b} <Trace> LoadingDeps: No tables | ||
| 262 | 2025.02.19 05:54:28.347182 [ 3 ] {527d5ea3-54b3-42b4-a714-069337d0e62b} <Information> DatabaseAtomic (oximeter): Starting up tables. | ||
| 263 | 2025.02.19 05:54:28.347761 [ 3 ] {527d5ea3-54b3-42b4-a714-069337d0e62b} <Debug> TCPHandler: Processed in 0.003367997 sec. | ||
| 264 | 2025.02.19 05:54:28.347969 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 265 | 2025.02.19 05:54:28.348201 [ 254 ] {c306fbc5-7858-44a2-a9ae-c981db82fc78} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) /* The version table contains metadata about the `oximeter` database */ | ||
| 266 | CREATE TABLE IF NOT EXISTS oximeter.version ( value UInt64, timestamp DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (value, timestamp) (stage: Complete) | ||
| 267 | 2025.02.19 05:54:28.348261 [ 254 ] {c306fbc5-7858-44a2-a9ae-c981db82fc78} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version | ||
| 268 | 2025.02.19 05:54:28.355996 [ 254 ] {c306fbc5-7858-44a2-a9ae-c981db82fc78} <Trace> StoragePolicy (default): Storage policy default created, total volumes 1 | ||
| 269 | 2025.02.19 05:54:28.357149 [ 254 ] {c306fbc5-7858-44a2-a9ae-c981db82fc78} <Debug> oximeter.version (562a723a-c89e-4f34-9199-497815eb00d9): Loading data parts | ||
| 270 | 2025.02.19 05:54:28.357627 [ 254 ] {c306fbc5-7858-44a2-a9ae-c981db82fc78} <Debug> oximeter.version (562a723a-c89e-4f34-9199-497815eb00d9): There are no data parts | ||
| 271 | 2025.02.19 05:54:28.359975 [ 254 ] {c306fbc5-7858-44a2-a9ae-c981db82fc78} <Debug> TCPHandler: Processed in 0.012075855 sec. | ||
| 272 | 2025.02.19 05:54:28.360179 [ 3 ] {} <Trace> TCP-Session: 096c1f3c-b129-4cf1-871a-58575bc1fc32 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 273 | 2025.02.19 05:54:28.360456 [ 3 ] {b9d6cfbe-1fb9-4d4f-9c08-493bac4955a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49264) /* The measurement tables contain all individual samples from each timeseries. | ||
| 274 | * | ||
| 275 | * Each table stores a single datum type, and otherwise contains nearly the same | ||
| 276 | * structure. The primary sorting key is on the timeseries name, key, and then | ||
| 277 | * timestamp, so that all timeseries from the same schema are grouped, followed | ||
| 278 | * by all samples from the same timeseries. | ||
| 279 | * | ||
| 280 | * This reflects that one usually looks up the _key_ in one or more field table, | ||
| 281 | * and then uses that to index quickly into the measurements tables. | ||
| 282 | */ | ||
| 283 | CREATE TABLE IF NOT EXISTS oximeter.measurements_bool ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Bool) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 284 | 2025.02.19 05:54:28.360543 [ 3 ] {b9d6cfbe-1fb9-4d4f-9c08-493bac4955a1} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool | ||
| 285 | 2025.02.19 05:54:28.368330 [ 3 ] {b9d6cfbe-1fb9-4d4f-9c08-493bac4955a1} <Debug> oximeter.measurements_bool (16e9d126-bc56-4e42-988e-352459bd24dc): Loading data parts | ||
| 286 | 2025.02.19 05:54:28.368506 [ 3 ] {b9d6cfbe-1fb9-4d4f-9c08-493bac4955a1} <Debug> oximeter.measurements_bool (16e9d126-bc56-4e42-988e-352459bd24dc): There are no data parts | ||
| 287 | 2025.02.19 05:54:28.369675 [ 3 ] {b9d6cfbe-1fb9-4d4f-9c08-493bac4955a1} <Debug> TCPHandler: Processed in 0.009569922 sec. | ||
| 288 | 2025.02.19 05:54:28.369867 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 289 | 2025.02.19 05:54:28.370128 [ 254 ] {71a2036c-0c68-4e6a-a1e9-31e02c0792f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) CREATE TABLE IF NOT EXISTS oximeter.measurements_i8 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 290 | 2025.02.19 05:54:28.370201 [ 254 ] {71a2036c-0c68-4e6a-a1e9-31e02c0792f3} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 | ||
| 291 | 2025.02.19 05:54:28.372136 [ 254 ] {71a2036c-0c68-4e6a-a1e9-31e02c0792f3} <Debug> oximeter.measurements_i8 (4d101286-3a90-4293-9efb-a2642bef76fc): Loading data parts | ||
| 292 | 2025.02.19 05:54:28.372336 [ 254 ] {71a2036c-0c68-4e6a-a1e9-31e02c0792f3} <Debug> oximeter.measurements_i8 (4d101286-3a90-4293-9efb-a2642bef76fc): There are no data parts | ||
| 293 | 2025.02.19 05:54:28.373444 [ 254 ] {71a2036c-0c68-4e6a-a1e9-31e02c0792f3} <Debug> TCPHandler: Processed in 0.003636722 sec. | ||
| 294 | 2025.02.19 05:54:28.373641 [ 3 ] {} <Trace> TCP-Session: 096c1f3c-b129-4cf1-871a-58575bc1fc32 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 295 | 2025.02.19 05:54:28.373900 [ 3 ] {7c10cdf0-1a27-42b4-9b52-b41467bd9cc5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49264) CREATE TABLE IF NOT EXISTS oximeter.measurements_u8 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 296 | 2025.02.19 05:54:28.373978 [ 3 ] {7c10cdf0-1a27-42b4-9b52-b41467bd9cc5} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 | ||
| 297 | 2025.02.19 05:54:28.375718 [ 3 ] {7c10cdf0-1a27-42b4-9b52-b41467bd9cc5} <Debug> oximeter.measurements_u8 (af386ef6-9d5a-48e3-906e-8a28d99ee47b): Loading data parts | ||
| 298 | 2025.02.19 05:54:28.375923 [ 3 ] {7c10cdf0-1a27-42b4-9b52-b41467bd9cc5} <Debug> oximeter.measurements_u8 (af386ef6-9d5a-48e3-906e-8a28d99ee47b): There are no data parts | ||
| 299 | 2025.02.19 05:54:28.377030 [ 3 ] {7c10cdf0-1a27-42b4-9b52-b41467bd9cc5} <Debug> TCPHandler: Processed in 0.003458878 sec. | ||
| 300 | 2025.02.19 05:54:28.377231 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 301 | 2025.02.19 05:54:28.377504 [ 254 ] {81c78a55-fa99-4b76-8568-9ca4a95660a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) CREATE TABLE IF NOT EXISTS oximeter.measurements_i16 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int16) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 302 | 2025.02.19 05:54:28.377572 [ 254 ] {81c78a55-fa99-4b76-8568-9ca4a95660a1} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 | ||
| 303 | 2025.02.19 05:54:28.379403 [ 254 ] {81c78a55-fa99-4b76-8568-9ca4a95660a1} <Debug> oximeter.measurements_i16 (02e035d6-415b-4a68-b662-628b29f77e13): Loading data parts | ||
| 304 | 2025.02.19 05:54:28.379576 [ 254 ] {81c78a55-fa99-4b76-8568-9ca4a95660a1} <Debug> oximeter.measurements_i16 (02e035d6-415b-4a68-b662-628b29f77e13): There are no data parts | ||
| 305 | 2025.02.19 05:54:28.380679 [ 254 ] {81c78a55-fa99-4b76-8568-9ca4a95660a1} <Debug> TCPHandler: Processed in 0.003516169 sec. | ||
| 306 | 2025.02.19 05:54:28.380875 [ 3 ] {} <Trace> TCP-Session: 096c1f3c-b129-4cf1-871a-58575bc1fc32 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 307 | 2025.02.19 05:54:28.381108 [ 3 ] {8c85554d-29d2-478d-b2e3-cb6d035b1070} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49264) CREATE TABLE IF NOT EXISTS oximeter.measurements_u16 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt16) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 308 | 2025.02.19 05:54:28.381180 [ 3 ] {8c85554d-29d2-478d-b2e3-cb6d035b1070} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 | ||
| 309 | 2025.02.19 05:54:28.382868 [ 3 ] {8c85554d-29d2-478d-b2e3-cb6d035b1070} <Debug> oximeter.measurements_u16 (863e3f6c-9d4f-4765-aeca-a34d46d88eeb): Loading data parts | ||
| 310 | 2025.02.19 05:54:28.383025 [ 3 ] {8c85554d-29d2-478d-b2e3-cb6d035b1070} <Debug> oximeter.measurements_u16 (863e3f6c-9d4f-4765-aeca-a34d46d88eeb): There are no data parts | ||
| 311 | 2025.02.19 05:54:28.384155 [ 3 ] {8c85554d-29d2-478d-b2e3-cb6d035b1070} <Debug> TCPHandler: Processed in 0.003349647 sec. | ||
| 312 | 2025.02.19 05:54:28.384397 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 313 | 2025.02.19 05:54:28.384823 [ 254 ] {96a9599a-8034-4e2e-a9cd-46604dd4cf96} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) CREATE TABLE IF NOT EXISTS oximeter.measurements_i32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 314 | 2025.02.19 05:54:28.384931 [ 254 ] {96a9599a-8034-4e2e-a9cd-46604dd4cf96} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 | ||
| 315 | 2025.02.19 05:54:28.386666 [ 254 ] {96a9599a-8034-4e2e-a9cd-46604dd4cf96} <Debug> oximeter.measurements_i32 (dfe53e69-a426-4970-9512-8eaf9a3a29d1): Loading data parts | ||
| 316 | 2025.02.19 05:54:28.386845 [ 254 ] {96a9599a-8034-4e2e-a9cd-46604dd4cf96} <Debug> oximeter.measurements_i32 (dfe53e69-a426-4970-9512-8eaf9a3a29d1): There are no data parts | ||
| 317 | 2025.02.19 05:54:28.387944 [ 254 ] {96a9599a-8034-4e2e-a9cd-46604dd4cf96} <Debug> TCPHandler: Processed in 0.003664973 sec. | ||
| 318 | 2025.02.19 05:54:28.388126 [ 3 ] {} <Trace> TCP-Session: 096c1f3c-b129-4cf1-871a-58575bc1fc32 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 319 | 2025.02.19 05:54:28.388332 [ 3 ] {49a72f67-2fc5-44b7-abf6-ebef949f8caa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49264) CREATE TABLE IF NOT EXISTS oximeter.measurements_u32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 320 | 2025.02.19 05:54:28.388402 [ 3 ] {49a72f67-2fc5-44b7-abf6-ebef949f8caa} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 | ||
| 321 | 2025.02.19 05:54:28.390081 [ 3 ] {49a72f67-2fc5-44b7-abf6-ebef949f8caa} <Debug> oximeter.measurements_u32 (42400aaa-02b4-4369-9a70-29c92daf1712): Loading data parts | ||
| 322 | 2025.02.19 05:54:28.390258 [ 3 ] {49a72f67-2fc5-44b7-abf6-ebef949f8caa} <Debug> oximeter.measurements_u32 (42400aaa-02b4-4369-9a70-29c92daf1712): There are no data parts | ||
| 323 | 2025.02.19 05:54:28.391430 [ 3 ] {49a72f67-2fc5-44b7-abf6-ebef949f8caa} <Debug> TCPHandler: Processed in 0.003362167 sec. | ||
| 324 | 2025.02.19 05:54:28.391619 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 325 | 2025.02.19 05:54:28.391886 [ 254 ] {9c14b922-7dff-48e1-b6bb-af254a0ed151} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) CREATE TABLE IF NOT EXISTS oximeter.measurements_i64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 326 | 2025.02.19 05:54:28.391943 [ 254 ] {9c14b922-7dff-48e1-b6bb-af254a0ed151} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 | ||
| 327 | 2025.02.19 05:54:28.393744 [ 254 ] {9c14b922-7dff-48e1-b6bb-af254a0ed151} <Debug> oximeter.measurements_i64 (8ed8704e-8f60-4b79-a684-fe4a57d0bf89): Loading data parts | ||
| 328 | 2025.02.19 05:54:28.393900 [ 254 ] {9c14b922-7dff-48e1-b6bb-af254a0ed151} <Debug> oximeter.measurements_i64 (8ed8704e-8f60-4b79-a684-fe4a57d0bf89): There are no data parts | ||
| 329 | 2025.02.19 05:54:28.395085 [ 254 ] {9c14b922-7dff-48e1-b6bb-af254a0ed151} <Debug> TCPHandler: Processed in 0.00353807 sec. | ||
| 330 | 2025.02.19 05:54:28.395287 [ 3 ] {} <Trace> TCP-Session: 096c1f3c-b129-4cf1-871a-58575bc1fc32 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 331 | 2025.02.19 05:54:28.395494 [ 3 ] {9f5d8d26-8655-49d0-98e5-303e0e6dbffb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49264) CREATE TABLE IF NOT EXISTS oximeter.measurements_u64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 332 | 2025.02.19 05:54:28.395564 [ 3 ] {9f5d8d26-8655-49d0-98e5-303e0e6dbffb} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 | ||
| 333 | 2025.02.19 05:54:28.397281 [ 3 ] {9f5d8d26-8655-49d0-98e5-303e0e6dbffb} <Debug> oximeter.measurements_u64 (fe0987d5-5b8f-48d5-a303-9c895ee7970c): Loading data parts | ||
| 334 | 2025.02.19 05:54:28.397470 [ 3 ] {9f5d8d26-8655-49d0-98e5-303e0e6dbffb} <Debug> oximeter.measurements_u64 (fe0987d5-5b8f-48d5-a303-9c895ee7970c): There are no data parts | ||
| 335 | 2025.02.19 05:54:28.398562 [ 3 ] {9f5d8d26-8655-49d0-98e5-303e0e6dbffb} <Debug> TCPHandler: Processed in 0.003335356 sec. | ||
| 336 | 2025.02.19 05:54:28.398749 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 337 | 2025.02.19 05:54:28.399026 [ 254 ] {9514247f-a348-4e5e-ab9b-3e9d9640feec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) CREATE TABLE IF NOT EXISTS oximeter.measurements_f32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Float32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 338 | 2025.02.19 05:54:28.399085 [ 254 ] {9514247f-a348-4e5e-ab9b-3e9d9640feec} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 | ||
| 339 | 2025.02.19 05:54:28.400988 [ 254 ] {9514247f-a348-4e5e-ab9b-3e9d9640feec} <Debug> oximeter.measurements_f32 (ee481369-e818-4502-9b79-590fbcde57b0): Loading data parts | ||
| 340 | 2025.02.19 05:54:28.401149 [ 254 ] {9514247f-a348-4e5e-ab9b-3e9d9640feec} <Debug> oximeter.measurements_f32 (ee481369-e818-4502-9b79-590fbcde57b0): There are no data parts | ||
| 341 | 2025.02.19 05:54:28.402323 [ 254 ] {9514247f-a348-4e5e-ab9b-3e9d9640feec} <Debug> TCPHandler: Processed in 0.003642862 sec. | ||
| 342 | 2025.02.19 05:54:28.402527 [ 3 ] {} <Trace> TCP-Session: 096c1f3c-b129-4cf1-871a-58575bc1fc32 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 343 | 2025.02.19 05:54:28.402777 [ 3 ] {cc2692e6-73ec-43d7-addc-9d9b4e7324a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49264) CREATE TABLE IF NOT EXISTS oximeter.measurements_f64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 344 | 2025.02.19 05:54:28.402857 [ 3 ] {cc2692e6-73ec-43d7-addc-9d9b4e7324a7} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 | ||
| 345 | 2025.02.19 05:54:28.404723 [ 3 ] {cc2692e6-73ec-43d7-addc-9d9b4e7324a7} <Debug> oximeter.measurements_f64 (338bebf0-eeef-41b9-b679-f4717a277180): Loading data parts | ||
| 346 | 2025.02.19 05:54:28.404903 [ 3 ] {cc2692e6-73ec-43d7-addc-9d9b4e7324a7} <Debug> oximeter.measurements_f64 (338bebf0-eeef-41b9-b679-f4717a277180): There are no data parts | ||
| 347 | 2025.02.19 05:54:28.406057 [ 3 ] {cc2692e6-73ec-43d7-addc-9d9b4e7324a7} <Debug> TCPHandler: Processed in 0.003600881 sec. | ||
| 348 | 2025.02.19 05:54:28.406277 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 349 | 2025.02.19 05:54:28.406543 [ 254 ] {57c96b66-2675-4646-a013-b8f2c3d5604f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) CREATE TABLE IF NOT EXISTS oximeter.measurements_string ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(String) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 350 | 2025.02.19 05:54:28.406615 [ 254 ] {57c96b66-2675-4646-a013-b8f2c3d5604f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string | ||
| 351 | 2025.02.19 05:54:28.409997 [ 254 ] {57c96b66-2675-4646-a013-b8f2c3d5604f} <Debug> oximeter.measurements_string (5c2ab546-4d4b-49f5-939e-50df7f4b2b85): Loading data parts | ||
| 352 | 2025.02.19 05:54:28.410202 [ 254 ] {57c96b66-2675-4646-a013-b8f2c3d5604f} <Debug> oximeter.measurements_string (5c2ab546-4d4b-49f5-939e-50df7f4b2b85): There are no data parts | ||
| 353 | 2025.02.19 05:54:28.411505 [ 254 ] {57c96b66-2675-4646-a013-b8f2c3d5604f} <Debug> TCPHandler: Processed in 0.00529765 sec. | ||
| 354 | 2025.02.19 05:54:28.411721 [ 3 ] {} <Trace> TCP-Session: 096c1f3c-b129-4cf1-871a-58575bc1fc32 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 355 | 2025.02.19 05:54:28.411934 [ 3 ] {f4d1c317-d0af-4f70-8295-91413ea45f8c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49264) CREATE TABLE IF NOT EXISTS oximeter.measurements_bytes ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), /* | ||
| 356 | * NOTE: Right now we can't unambiguously record a nullable byte array. | ||
| 357 | * Arrays cannot be nested in `Nullable()` types, and encoding the array as | ||
| 358 | * a string isn't palatable for a few reasons. | ||
| 359 | * See: https://github.com/oxidecomputer/omicron/issues/4551 for more | ||
| 360 | * details. | ||
| 361 | */ | ||
| 362 | datum Array(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 363 | 2025.02.19 05:54:28.412012 [ 3 ] {f4d1c317-d0af-4f70-8295-91413ea45f8c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes | ||
| 364 | 2025.02.19 05:54:28.413727 [ 3 ] {f4d1c317-d0af-4f70-8295-91413ea45f8c} <Debug> oximeter.measurements_bytes (e8e80710-5126-4e05-94b8-86ecd200a8e3): Loading data parts | ||
| 365 | 2025.02.19 05:54:28.413891 [ 3 ] {f4d1c317-d0af-4f70-8295-91413ea45f8c} <Debug> oximeter.measurements_bytes (e8e80710-5126-4e05-94b8-86ecd200a8e3): There are no data parts | ||
| 366 | 2025.02.19 05:54:28.415115 [ 3 ] {f4d1c317-d0af-4f70-8295-91413ea45f8c} <Debug> TCPHandler: Processed in 0.003454068 sec. | ||
| 367 | 2025.02.19 05:54:28.415329 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 368 | 2025.02.19 05:54:28.415548 [ 254 ] {d894ed22-b01a-40c8-ab8e-c516bc9c6fa2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativei64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Int64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 369 | 2025.02.19 05:54:28.415623 [ 254 ] {d894ed22-b01a-40c8-ab8e-c516bc9c6fa2} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 | ||
| 370 | 2025.02.19 05:54:28.418311 [ 254 ] {d894ed22-b01a-40c8-ab8e-c516bc9c6fa2} <Debug> oximeter.measurements_cumulativei64 (4d3145f1-5a81-48e8-a57b-2bdd23a9beee): Loading data parts | ||
| 371 | 2025.02.19 05:54:28.418492 [ 254 ] {d894ed22-b01a-40c8-ab8e-c516bc9c6fa2} <Debug> oximeter.measurements_cumulativei64 (4d3145f1-5a81-48e8-a57b-2bdd23a9beee): There are no data parts | ||
| 372 | 2025.02.19 05:54:28.420143 [ 254 ] {d894ed22-b01a-40c8-ab8e-c516bc9c6fa2} <Debug> TCPHandler: Processed in 0.004873363 sec. | ||
| 373 | 2025.02.19 05:54:28.420335 [ 3 ] {} <Trace> TCP-Session: 096c1f3c-b129-4cf1-871a-58575bc1fc32 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 374 | 2025.02.19 05:54:28.420580 [ 3 ] {ed053477-646e-414e-8d86-5b03ab76b889} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49264) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativeu64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 375 | 2025.02.19 05:54:28.420643 [ 3 ] {ed053477-646e-414e-8d86-5b03ab76b889} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 | ||
| 376 | 2025.02.19 05:54:28.424418 [ 3 ] {ed053477-646e-414e-8d86-5b03ab76b889} <Debug> oximeter.measurements_cumulativeu64 (12ad3da5-8862-4a0c-98f0-1a099eec319b): Loading data parts | ||
| 377 | 2025.02.19 05:54:28.424597 [ 3 ] {ed053477-646e-414e-8d86-5b03ab76b889} <Debug> oximeter.measurements_cumulativeu64 (12ad3da5-8862-4a0c-98f0-1a099eec319b): There are no data parts | ||
| 378 | 2025.02.19 05:54:28.425924 [ 3 ] {ed053477-646e-414e-8d86-5b03ab76b889} <Debug> TCPHandler: Processed in 0.005649426 sec. | ||
| 379 | 2025.02.19 05:54:28.426114 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 380 | 2025.02.19 05:54:28.426332 [ 254 ] {c0e3abd6-3025-4c92-b302-e09c758b2510} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativef32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Float32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 381 | 2025.02.19 05:54:28.426410 [ 254 ] {c0e3abd6-3025-4c92-b302-e09c758b2510} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 | ||
| 382 | 2025.02.19 05:54:28.429525 [ 254 ] {c0e3abd6-3025-4c92-b302-e09c758b2510} <Debug> oximeter.measurements_cumulativef32 (0b829e33-65bc-4f5a-bb72-e97ad699c079): Loading data parts | ||
| 383 | 2025.02.19 05:54:28.429691 [ 254 ] {c0e3abd6-3025-4c92-b302-e09c758b2510} <Debug> oximeter.measurements_cumulativef32 (0b829e33-65bc-4f5a-bb72-e97ad699c079): There are no data parts | ||
| 384 | 2025.02.19 05:54:28.430859 [ 254 ] {c0e3abd6-3025-4c92-b302-e09c758b2510} <Debug> TCPHandler: Processed in 0.004802862 sec. | ||
| 385 | 2025.02.19 05:54:28.431096 [ 3 ] {} <Trace> TCP-Session: 096c1f3c-b129-4cf1-871a-58575bc1fc32 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 386 | 2025.02.19 05:54:28.431365 [ 3 ] {b25855b4-0739-4710-bdbb-047a98936ff9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49264) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativef64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 387 | 2025.02.19 05:54:28.431450 [ 3 ] {b25855b4-0739-4710-bdbb-047a98936ff9} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 | ||
| 388 | 2025.02.19 05:54:28.433423 [ 3 ] {b25855b4-0739-4710-bdbb-047a98936ff9} <Debug> oximeter.measurements_cumulativef64 (ec45bbb5-2916-4be7-b6a7-23f2b4f54626): Loading data parts | ||
| 389 | 2025.02.19 05:54:28.433598 [ 3 ] {b25855b4-0739-4710-bdbb-047a98936ff9} <Debug> oximeter.measurements_cumulativef64 (ec45bbb5-2916-4be7-b6a7-23f2b4f54626): There are no data parts | ||
| 390 | 2025.02.19 05:54:28.434746 [ 3 ] {b25855b4-0739-4710-bdbb-047a98936ff9} <Debug> TCPHandler: Processed in 0.003721413 sec. | ||
| 391 | 2025.02.19 05:54:28.434957 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 392 | 2025.02.19 05:54:28.435292 [ 254 ] {1fdd63f2-3a82-4548-a5d2-85aa0efa2362} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), /* | ||
| 393 | * NOTE: Array types cannot be Nullable, see | ||
| 394 | * https://clickhouse.com/docs/en/sql-reference/data-types/nullable | ||
| 395 | * for more details. | ||
| 396 | * | ||
| 397 | * This means we need to use empty arrays to indicate a missing value. This | ||
| 398 | * is unfortunate, and at this point relies on the fact that an | ||
| 399 | * `oximeter::Histogram` cannot have zero bins. If that changes, we'll need | ||
| 400 | * to figure out another way to represent missing samples here. | ||
| 401 | */ | ||
| 402 | bins Array(Int8), counts Array(UInt64), min Int8, max Int8, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 403 | 2025.02.19 05:54:28.435369 [ 254 ] {1fdd63f2-3a82-4548-a5d2-85aa0efa2362} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 | ||
| 404 | 2025.02.19 05:54:28.438372 [ 254 ] {1fdd63f2-3a82-4548-a5d2-85aa0efa2362} <Debug> oximeter.measurements_histogrami8 (eec4f91f-5376-4846-9322-f631a37a2f94): Loading data parts | ||
| 405 | 2025.02.19 05:54:28.438582 [ 254 ] {1fdd63f2-3a82-4548-a5d2-85aa0efa2362} <Debug> oximeter.measurements_histogrami8 (eec4f91f-5376-4846-9322-f631a37a2f94): There are no data parts | ||
| 406 | 2025.02.19 05:54:28.439874 [ 254 ] {1fdd63f2-3a82-4548-a5d2-85aa0efa2362} <Debug> TCPHandler: Processed in 0.004980434 sec. | ||
| 407 | 2025.02.19 05:54:28.440097 [ 3 ] {} <Trace> TCP-Session: 096c1f3c-b129-4cf1-871a-58575bc1fc32 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 408 | 2025.02.19 05:54:28.440393 [ 3 ] {4f01e7a4-ce5c-41b7-a3a7-9804475030b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49264) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt8), counts Array(UInt64), min UInt8, max UInt8, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 409 | 2025.02.19 05:54:28.440492 [ 3 ] {4f01e7a4-ce5c-41b7-a3a7-9804475030b4} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 | ||
| 410 | 2025.02.19 05:54:28.442579 [ 3 ] {4f01e7a4-ce5c-41b7-a3a7-9804475030b4} <Debug> oximeter.measurements_histogramu8 (d32532ee-d0b7-46d0-aa5a-d1bc4fb06dd8): Loading data parts | ||
| 411 | 2025.02.19 05:54:28.442733 [ 3 ] {4f01e7a4-ce5c-41b7-a3a7-9804475030b4} <Debug> oximeter.measurements_histogramu8 (d32532ee-d0b7-46d0-aa5a-d1bc4fb06dd8): There are no data parts | ||
| 412 | 2025.02.19 05:54:28.443915 [ 3 ] {4f01e7a4-ce5c-41b7-a3a7-9804475030b4} <Debug> TCPHandler: Processed in 0.003879136 sec. | ||
| 413 | 2025.02.19 05:54:28.444110 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 414 | 2025.02.19 05:54:28.444426 [ 254 ] {f29762f3-43d0-4977-a31e-3f137123bcd7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami16 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int16), counts Array(UInt64), min Int16, max Int16, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 415 | 2025.02.19 05:54:28.444513 [ 254 ] {f29762f3-43d0-4977-a31e-3f137123bcd7} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 | ||
| 416 | 2025.02.19 05:54:28.447245 [ 254 ] {f29762f3-43d0-4977-a31e-3f137123bcd7} <Debug> oximeter.measurements_histogrami16 (2c87f9a7-2b5b-4f30-945f-8458a12e9ac2): Loading data parts | ||
| 417 | 2025.02.19 05:54:28.447414 [ 254 ] {f29762f3-43d0-4977-a31e-3f137123bcd7} <Debug> oximeter.measurements_histogrami16 (2c87f9a7-2b5b-4f30-945f-8458a12e9ac2): There are no data parts | ||
| 418 | 2025.02.19 05:54:28.448709 [ 254 ] {f29762f3-43d0-4977-a31e-3f137123bcd7} <Debug> TCPHandler: Processed in 0.004660819 sec. | ||
| 419 | 2025.02.19 05:54:28.448934 [ 3 ] {} <Trace> TCP-Session: 096c1f3c-b129-4cf1-871a-58575bc1fc32 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 420 | 2025.02.19 05:54:28.449288 [ 3 ] {5f72df58-a2bb-4cc2-8a46-207836224b46} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49264) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu16 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt16), counts Array(UInt64), min UInt16, max UInt16, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 421 | 2025.02.19 05:54:28.449393 [ 3 ] {5f72df58-a2bb-4cc2-8a46-207836224b46} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 | ||
| 422 | 2025.02.19 05:54:28.451475 [ 3 ] {5f72df58-a2bb-4cc2-8a46-207836224b46} <Debug> oximeter.measurements_histogramu16 (03e6f8df-b2bd-4b41-9d36-fa374c61142e): Loading data parts | ||
| 423 | 2025.02.19 05:54:28.451670 [ 3 ] {5f72df58-a2bb-4cc2-8a46-207836224b46} <Debug> oximeter.measurements_histogramu16 (03e6f8df-b2bd-4b41-9d36-fa374c61142e): There are no data parts | ||
| 424 | 2025.02.19 05:54:28.452947 [ 3 ] {5f72df58-a2bb-4cc2-8a46-207836224b46} <Debug> TCPHandler: Processed in 0.004083719 sec. | ||
| 425 | 2025.02.19 05:54:28.453167 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 426 | 2025.02.19 05:54:28.453539 [ 254 ] {100e267f-96ce-48c2-ae7b-ee42d10d3dc6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int32), counts Array(UInt64), min Int32, max Int32, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 427 | 2025.02.19 05:54:28.453636 [ 254 ] {100e267f-96ce-48c2-ae7b-ee42d10d3dc6} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 | ||
| 428 | 2025.02.19 05:54:28.455739 [ 254 ] {100e267f-96ce-48c2-ae7b-ee42d10d3dc6} <Debug> oximeter.measurements_histogrami32 (9263f7be-3a6f-4994-8e18-807c38b4d3a4): Loading data parts | ||
| 429 | 2025.02.19 05:54:28.455911 [ 254 ] {100e267f-96ce-48c2-ae7b-ee42d10d3dc6} <Debug> oximeter.measurements_histogrami32 (9263f7be-3a6f-4994-8e18-807c38b4d3a4): There are no data parts | ||
| 430 | 2025.02.19 05:54:28.457140 [ 254 ] {100e267f-96ce-48c2-ae7b-ee42d10d3dc6} <Debug> TCPHandler: Processed in 0.004051549 sec. | ||
| 431 | 2025.02.19 05:54:28.457337 [ 3 ] {} <Trace> TCP-Session: 096c1f3c-b129-4cf1-871a-58575bc1fc32 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 432 | 2025.02.19 05:54:28.457632 [ 3 ] {1a2e7b78-cd3e-4b3f-8393-4eed3878f4bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49264) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt32), counts Array(UInt64), min UInt32, max UInt32, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 433 | 2025.02.19 05:54:28.457724 [ 3 ] {1a2e7b78-cd3e-4b3f-8393-4eed3878f4bf} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 | ||
| 434 | 2025.02.19 05:54:28.459728 [ 3 ] {1a2e7b78-cd3e-4b3f-8393-4eed3878f4bf} <Debug> oximeter.measurements_histogramu32 (7683b7c5-1138-4aa2-ab4e-776ec37a7c52): Loading data parts | ||
| 435 | 2025.02.19 05:54:28.459882 [ 3 ] {1a2e7b78-cd3e-4b3f-8393-4eed3878f4bf} <Debug> oximeter.measurements_histogramu32 (7683b7c5-1138-4aa2-ab4e-776ec37a7c52): There are no data parts | ||
| 436 | 2025.02.19 05:54:28.461156 [ 3 ] {1a2e7b78-cd3e-4b3f-8393-4eed3878f4bf} <Debug> TCPHandler: Processed in 0.003879836 sec. | ||
| 437 | 2025.02.19 05:54:28.461348 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 438 | 2025.02.19 05:54:28.461704 [ 254 ] {7892db0b-e91c-4244-af2d-fe29162f934e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int64), counts Array(UInt64), min Int64, max Int64, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 439 | 2025.02.19 05:54:28.461800 [ 254 ] {7892db0b-e91c-4244-af2d-fe29162f934e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 | ||
| 440 | 2025.02.19 05:54:28.463809 [ 254 ] {7892db0b-e91c-4244-af2d-fe29162f934e} <Debug> oximeter.measurements_histogrami64 (9508664b-9635-4c0e-9d19-7b59a073a5ed): Loading data parts | ||
| 441 | 2025.02.19 05:54:28.463966 [ 254 ] {7892db0b-e91c-4244-af2d-fe29162f934e} <Debug> oximeter.measurements_histogrami64 (9508664b-9635-4c0e-9d19-7b59a073a5ed): There are no data parts | ||
| 442 | 2025.02.19 05:54:28.465170 [ 254 ] {7892db0b-e91c-4244-af2d-fe29162f934e} <Debug> TCPHandler: Processed in 0.003890746 sec. | ||
| 443 | 2025.02.19 05:54:28.465352 [ 3 ] {} <Trace> TCP-Session: 096c1f3c-b129-4cf1-871a-58575bc1fc32 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 444 | 2025.02.19 05:54:28.465665 [ 3 ] {c8ea939f-af90-4bf6-b130-b23ea78e8332} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49264) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt64), counts Array(UInt64), min UInt64, max UInt64, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 445 | 2025.02.19 05:54:28.465748 [ 3 ] {c8ea939f-af90-4bf6-b130-b23ea78e8332} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 | ||
| 446 | 2025.02.19 05:54:28.467742 [ 3 ] {c8ea939f-af90-4bf6-b130-b23ea78e8332} <Debug> oximeter.measurements_histogramu64 (7e806432-9fb0-4852-8b8d-11fed24611fa): Loading data parts | ||
| 447 | 2025.02.19 05:54:28.467898 [ 3 ] {c8ea939f-af90-4bf6-b130-b23ea78e8332} <Debug> oximeter.measurements_histogramu64 (7e806432-9fb0-4852-8b8d-11fed24611fa): There are no data parts | ||
| 448 | 2025.02.19 05:54:28.469315 [ 3 ] {c8ea939f-af90-4bf6-b130-b23ea78e8332} <Debug> TCPHandler: Processed in 0.004019409 sec. | ||
| 449 | 2025.02.19 05:54:28.469514 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 450 | 2025.02.19 05:54:28.469867 [ 254 ] {984ccb1c-67dd-495a-801a-d1c6676cb2a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramf32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Float32), counts Array(UInt64), min Float32, max Float32, sum_of_samples Float64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 451 | 2025.02.19 05:54:28.469964 [ 254 ] {984ccb1c-67dd-495a-801a-d1c6676cb2a4} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 | ||
| 452 | 2025.02.19 05:54:28.472017 [ 254 ] {984ccb1c-67dd-495a-801a-d1c6676cb2a4} <Debug> oximeter.measurements_histogramf32 (eae249c0-5f83-4b03-ba21-0b13fc73c5fb): Loading data parts | ||
| 453 | 2025.02.19 05:54:28.472183 [ 254 ] {984ccb1c-67dd-495a-801a-d1c6676cb2a4} <Debug> oximeter.measurements_histogramf32 (eae249c0-5f83-4b03-ba21-0b13fc73c5fb): There are no data parts | ||
| 454 | 2025.02.19 05:54:28.473513 [ 254 ] {984ccb1c-67dd-495a-801a-d1c6676cb2a4} <Debug> TCPHandler: Processed in 0.004068589 sec. | ||
| 455 | 2025.02.19 05:54:28.473711 [ 3 ] {} <Trace> TCP-Session: 096c1f3c-b129-4cf1-871a-58575bc1fc32 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 456 | 2025.02.19 05:54:28.474068 [ 3 ] {99635889-126c-4df1-a5c9-2b1b69b75c42} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49264) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramf64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Float64), counts Array(UInt64), min Float64, max Float64, sum_of_samples Float64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 457 | 2025.02.19 05:54:28.474154 [ 3 ] {99635889-126c-4df1-a5c9-2b1b69b75c42} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 | ||
| 458 | 2025.02.19 05:54:28.476178 [ 3 ] {99635889-126c-4df1-a5c9-2b1b69b75c42} <Debug> oximeter.measurements_histogramf64 (b5e9bdf4-0d67-4b28-b75c-29fdf613b4e0): Loading data parts | ||
| 459 | 2025.02.19 05:54:28.476334 [ 3 ] {99635889-126c-4df1-a5c9-2b1b69b75c42} <Debug> oximeter.measurements_histogramf64 (b5e9bdf4-0d67-4b28-b75c-29fdf613b4e0): There are no data parts | ||
| 460 | 2025.02.19 05:54:28.477617 [ 3 ] {99635889-126c-4df1-a5c9-2b1b69b75c42} <Debug> TCPHandler: Processed in 0.003973738 sec. | ||
| 461 | 2025.02.19 05:54:28.477808 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 462 | 2025.02.19 05:54:28.478024 [ 254 ] {da914a1c-3e50-4721-a781-d2fe6a6a32d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) /* The field tables store named dimensions of each timeseries. | ||
| 463 | * | ||
| 464 | * As with the measurement tables, there is one field table for each field data | ||
| 465 | * type. Fields are deduplicated by using the "replacing merge tree", though | ||
| 466 | * this behavior **must not** be relied upon for query correctness. | ||
| 467 | * | ||
| 468 | * The index for the fields differs from the measurements, however. Rows are | ||
| 469 | * sorted by timeseries name, then field name, field value, and finally | ||
| 470 | * timeseries key. This reflects the most common pattern for looking them up: | ||
| 471 | * by field name and possibly value, within a timeseries. The resulting keys are | ||
| 472 | * usually then used to look up measurements. | ||
| 473 | * | ||
| 474 | * NOTE: We may want to consider a secondary index on these tables, sorting by | ||
| 475 | * timeseries name and then key, since it would improve lookups where one | ||
| 476 | * already has the key. Realistically though, these tables are quite small and | ||
| 477 | * so performance benefits will be low in absolute terms. | ||
| 478 | * | ||
| 479 | * TTL: We use a materialized column to expire old field table records. This | ||
| 480 | * column is generated automatically by the database whenever a new row is | ||
| 481 | * inserted. It cannot be inserted directly, nor is it returned in a `SELECT *` | ||
| 482 | * query. Since these tables are `ReplacingMergeTree`s, that means the last | ||
| 483 | * record will remain during a deduplication, which will have the last | ||
| 484 | * timestamp. ClickHouse will then expire old data for us, similar to the | ||
| 485 | * measurement tables. | ||
| 486 | */ | ||
| 487 | CREATE TABLE IF NOT EXISTS oximeter.fields_bool ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Bool, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 488 | 2025.02.19 05:54:28.478109 [ 254 ] {da914a1c-3e50-4721-a781-d2fe6a6a32d4} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool | ||
| 489 | 2025.02.19 05:54:28.480093 [ 254 ] {da914a1c-3e50-4721-a781-d2fe6a6a32d4} <Debug> oximeter.fields_bool (22fca6cc-56a0-48b1-ac7f-c3add3ffc6fb): Loading data parts | ||
| 490 | 2025.02.19 05:54:28.480267 [ 254 ] {da914a1c-3e50-4721-a781-d2fe6a6a32d4} <Debug> oximeter.fields_bool (22fca6cc-56a0-48b1-ac7f-c3add3ffc6fb): There are no data parts | ||
| 491 | 2025.02.19 05:54:28.481430 [ 254 ] {da914a1c-3e50-4721-a781-d2fe6a6a32d4} <Debug> TCPHandler: Processed in 0.003683663 sec. | ||
| 492 | 2025.02.19 05:54:28.481615 [ 3 ] {} <Trace> TCP-Session: 096c1f3c-b129-4cf1-871a-58575bc1fc32 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 493 | 2025.02.19 05:54:28.481862 [ 3 ] {4b02a57b-c02a-4be1-86bc-15c9fa557063} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49264) CREATE TABLE IF NOT EXISTS oximeter.fields_i8 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int8, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 494 | 2025.02.19 05:54:28.481933 [ 3 ] {4b02a57b-c02a-4be1-86bc-15c9fa557063} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 | ||
| 495 | 2025.02.19 05:54:28.483712 [ 3 ] {4b02a57b-c02a-4be1-86bc-15c9fa557063} <Debug> oximeter.fields_i8 (6a0f3d34-e678-4f5e-a6a5-04731aeef6eb): Loading data parts | ||
| 496 | 2025.02.19 05:54:28.483865 [ 3 ] {4b02a57b-c02a-4be1-86bc-15c9fa557063} <Debug> oximeter.fields_i8 (6a0f3d34-e678-4f5e-a6a5-04731aeef6eb): There are no data parts | ||
| 497 | 2025.02.19 05:54:28.485074 [ 3 ] {4b02a57b-c02a-4be1-86bc-15c9fa557063} <Debug> TCPHandler: Processed in 0.00351939 sec. | ||
| 498 | 2025.02.19 05:54:28.485277 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 499 | 2025.02.19 05:54:28.485486 [ 254 ] {4ad51324-84ee-4511-a3b1-6d7ff48da328} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) CREATE TABLE IF NOT EXISTS oximeter.fields_u8 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt8, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 500 | 2025.02.19 05:54:28.485559 [ 254 ] {4ad51324-84ee-4511-a3b1-6d7ff48da328} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 | ||
| 501 | 2025.02.19 05:54:28.487369 [ 254 ] {4ad51324-84ee-4511-a3b1-6d7ff48da328} <Debug> oximeter.fields_u8 (cef67ce3-27e4-4c55-9365-409a4c7c6d8e): Loading data parts | ||
| 502 | 2025.02.19 05:54:28.487552 [ 254 ] {4ad51324-84ee-4511-a3b1-6d7ff48da328} <Debug> oximeter.fields_u8 (cef67ce3-27e4-4c55-9365-409a4c7c6d8e): There are no data parts | ||
| 503 | 2025.02.19 05:54:28.488698 [ 254 ] {4ad51324-84ee-4511-a3b1-6d7ff48da328} <Debug> TCPHandler: Processed in 0.003481639 sec. | ||
| 504 | 2025.02.19 05:54:28.488879 [ 3 ] {} <Trace> TCP-Session: 096c1f3c-b129-4cf1-871a-58575bc1fc32 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 505 | 2025.02.19 05:54:28.489150 [ 3 ] {b99c168d-8a6f-4f31-a509-3e628e99e104} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49264) CREATE TABLE IF NOT EXISTS oximeter.fields_i16 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int16, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 506 | 2025.02.19 05:54:28.489232 [ 3 ] {b99c168d-8a6f-4f31-a509-3e628e99e104} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 | ||
| 507 | 2025.02.19 05:54:28.491181 [ 3 ] {b99c168d-8a6f-4f31-a509-3e628e99e104} <Debug> oximeter.fields_i16 (2bf1598c-a5a7-46ca-9aca-ef074bb76812): Loading data parts | ||
| 508 | 2025.02.19 05:54:28.491343 [ 3 ] {b99c168d-8a6f-4f31-a509-3e628e99e104} <Debug> oximeter.fields_i16 (2bf1598c-a5a7-46ca-9aca-ef074bb76812): There are no data parts | ||
| 509 | 2025.02.19 05:54:28.492496 [ 3 ] {b99c168d-8a6f-4f31-a509-3e628e99e104} <Debug> TCPHandler: Processed in 0.003675703 sec. | ||
| 510 | 2025.02.19 05:54:28.492679 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 511 | 2025.02.19 05:54:28.492889 [ 254 ] {ca2368fc-e199-4142-a84c-254e63ad9521} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) CREATE TABLE IF NOT EXISTS oximeter.fields_u16 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt16, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 512 | 2025.02.19 05:54:28.492962 [ 254 ] {ca2368fc-e199-4142-a84c-254e63ad9521} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 | ||
| 513 | 2025.02.19 05:54:28.494722 [ 254 ] {ca2368fc-e199-4142-a84c-254e63ad9521} <Debug> oximeter.fields_u16 (6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f): Loading data parts | ||
| 514 | 2025.02.19 05:54:28.494922 [ 254 ] {ca2368fc-e199-4142-a84c-254e63ad9521} <Debug> oximeter.fields_u16 (6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f): There are no data parts | ||
| 515 | 2025.02.19 05:54:28.496059 [ 254 ] {ca2368fc-e199-4142-a84c-254e63ad9521} <Debug> TCPHandler: Processed in 0.003438798 sec. | ||
| 516 | 2025.02.19 05:54:28.496239 [ 3 ] {} <Trace> TCP-Session: 096c1f3c-b129-4cf1-871a-58575bc1fc32 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 517 | 2025.02.19 05:54:28.496483 [ 3 ] {09135d4f-ebfb-442d-b63a-5e8df702ee43} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49264) CREATE TABLE IF NOT EXISTS oximeter.fields_i32 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int32, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 518 | 2025.02.19 05:54:28.496552 [ 3 ] {09135d4f-ebfb-442d-b63a-5e8df702ee43} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 | ||
| 519 | 2025.02.19 05:54:28.498395 [ 3 ] {09135d4f-ebfb-442d-b63a-5e8df702ee43} <Debug> oximeter.fields_i32 (7d6f4c00-7c73-452b-b6c7-09d54780e719): Loading data parts | ||
| 520 | 2025.02.19 05:54:28.498548 [ 3 ] {09135d4f-ebfb-442d-b63a-5e8df702ee43} <Debug> oximeter.fields_i32 (7d6f4c00-7c73-452b-b6c7-09d54780e719): There are no data parts | ||
| 521 | 2025.02.19 05:54:28.499695 [ 3 ] {09135d4f-ebfb-442d-b63a-5e8df702ee43} <Debug> TCPHandler: Processed in 0.0035138 sec. | ||
| 522 | 2025.02.19 05:54:28.499890 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 523 | 2025.02.19 05:54:28.500137 [ 254 ] {770bbdf8-f696-41bb-98ae-02d3ccaa7ec6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) CREATE TABLE IF NOT EXISTS oximeter.fields_u32 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt32, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 524 | 2025.02.19 05:54:28.500223 [ 254 ] {770bbdf8-f696-41bb-98ae-02d3ccaa7ec6} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 | ||
| 525 | 2025.02.19 05:54:28.502110 [ 254 ] {770bbdf8-f696-41bb-98ae-02d3ccaa7ec6} <Debug> oximeter.fields_u32 (65b4bee1-230d-4ffd-8593-1cf368c54481): Loading data parts | ||
| 526 | 2025.02.19 05:54:28.502292 [ 254 ] {770bbdf8-f696-41bb-98ae-02d3ccaa7ec6} <Debug> oximeter.fields_u32 (65b4bee1-230d-4ffd-8593-1cf368c54481): There are no data parts | ||
| 527 | 2025.02.19 05:54:28.503451 [ 254 ] {770bbdf8-f696-41bb-98ae-02d3ccaa7ec6} <Debug> TCPHandler: Processed in 0.003632602 sec. | ||
| 528 | 2025.02.19 05:54:28.503630 [ 3 ] {} <Trace> TCP-Session: 096c1f3c-b129-4cf1-871a-58575bc1fc32 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 529 | 2025.02.19 05:54:28.503876 [ 3 ] {d1a517de-4d4f-4068-938e-b3f7c90909f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49264) CREATE TABLE IF NOT EXISTS oximeter.fields_i64 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int64, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 530 | 2025.02.19 05:54:28.503947 [ 3 ] {d1a517de-4d4f-4068-938e-b3f7c90909f0} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 | ||
| 531 | 2025.02.19 05:54:28.505715 [ 3 ] {d1a517de-4d4f-4068-938e-b3f7c90909f0} <Debug> oximeter.fields_i64 (f3c0db40-5b36-4826-a117-a2b25a3a9d85): Loading data parts | ||
| 532 | 2025.02.19 05:54:28.505943 [ 3 ] {d1a517de-4d4f-4068-938e-b3f7c90909f0} <Debug> oximeter.fields_i64 (f3c0db40-5b36-4826-a117-a2b25a3a9d85): There are no data parts | ||
| 533 | 2025.02.19 05:54:28.507153 [ 3 ] {d1a517de-4d4f-4068-938e-b3f7c90909f0} <Debug> TCPHandler: Processed in 0.003580811 sec. | ||
| 534 | 2025.02.19 05:54:28.507393 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 535 | 2025.02.19 05:54:28.507603 [ 254 ] {73d025e3-c537-43b0-bb49-22bed438106f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) CREATE TABLE IF NOT EXISTS oximeter.fields_u64 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt64, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 536 | 2025.02.19 05:54:28.507678 [ 254 ] {73d025e3-c537-43b0-bb49-22bed438106f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 | ||
| 537 | 2025.02.19 05:54:28.509467 [ 254 ] {73d025e3-c537-43b0-bb49-22bed438106f} <Debug> oximeter.fields_u64 (8179e893-2097-4afe-b1ac-5f1c2ed00d9a): Loading data parts | ||
| 538 | 2025.02.19 05:54:28.509620 [ 254 ] {73d025e3-c537-43b0-bb49-22bed438106f} <Debug> oximeter.fields_u64 (8179e893-2097-4afe-b1ac-5f1c2ed00d9a): There are no data parts | ||
| 539 | 2025.02.19 05:54:28.510753 [ 254 ] {73d025e3-c537-43b0-bb49-22bed438106f} <Debug> TCPHandler: Processed in 0.003419628 sec. | ||
| 540 | 2025.02.19 05:54:28.510922 [ 3 ] {} <Trace> TCP-Session: 096c1f3c-b129-4cf1-871a-58575bc1fc32 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 541 | 2025.02.19 05:54:28.511167 [ 3 ] {38266054-cc3b-4284-9b04-a86c0f3619f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49264) CREATE TABLE IF NOT EXISTS oximeter.fields_ipaddr ( timeseries_name String, timeseries_key UInt64, field_name String, field_value IPv6, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 542 | 2025.02.19 05:54:28.511239 [ 3 ] {38266054-cc3b-4284-9b04-a86c0f3619f5} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr | ||
| 543 | 2025.02.19 05:54:28.512965 [ 3 ] {38266054-cc3b-4284-9b04-a86c0f3619f5} <Debug> oximeter.fields_ipaddr (46427d01-24ae-42d6-a7d5-07bdb2aa84f9): Loading data parts | ||
| 544 | 2025.02.19 05:54:28.513109 [ 3 ] {38266054-cc3b-4284-9b04-a86c0f3619f5} <Debug> oximeter.fields_ipaddr (46427d01-24ae-42d6-a7d5-07bdb2aa84f9): There are no data parts | ||
| 545 | 2025.02.19 05:54:28.514337 [ 3 ] {38266054-cc3b-4284-9b04-a86c0f3619f5} <Debug> TCPHandler: Processed in 0.003470969 sec. | ||
| 546 | 2025.02.19 05:54:28.514525 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 547 | 2025.02.19 05:54:28.514773 [ 254 ] {77e8767c-cd2c-4a89-98b8-cb620112c3b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) CREATE TABLE IF NOT EXISTS oximeter.fields_string ( timeseries_name String, timeseries_key UInt64, field_name String, field_value String, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 548 | 2025.02.19 05:54:28.514860 [ 254 ] {77e8767c-cd2c-4a89-98b8-cb620112c3b1} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string | ||
| 549 | 2025.02.19 05:54:28.516656 [ 254 ] {77e8767c-cd2c-4a89-98b8-cb620112c3b1} <Debug> oximeter.fields_string (2fcca75a-374a-4c87-833b-a981a707b5d9): Loading data parts | ||
| 550 | 2025.02.19 05:54:28.516809 [ 254 ] {77e8767c-cd2c-4a89-98b8-cb620112c3b1} <Debug> oximeter.fields_string (2fcca75a-374a-4c87-833b-a981a707b5d9): There are no data parts | ||
| 551 | 2025.02.19 05:54:28.517961 [ 254 ] {77e8767c-cd2c-4a89-98b8-cb620112c3b1} <Debug> TCPHandler: Processed in 0.003507069 sec. | ||
| 552 | 2025.02.19 05:54:28.518149 [ 3 ] {} <Trace> TCP-Session: 096c1f3c-b129-4cf1-871a-58575bc1fc32 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 553 | 2025.02.19 05:54:28.518375 [ 3 ] {32c44f5e-e0ad-4860-bfa4-7c38a844cee3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49264) CREATE TABLE IF NOT EXISTS oximeter.fields_uuid ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UUID, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 554 | 2025.02.19 05:54:28.518456 [ 3 ] {32c44f5e-e0ad-4860-bfa4-7c38a844cee3} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid | ||
| 555 | 2025.02.19 05:54:28.520185 [ 3 ] {32c44f5e-e0ad-4860-bfa4-7c38a844cee3} <Debug> oximeter.fields_uuid (3e28ef33-2603-423e-a1ee-258fce097b7c): Loading data parts | ||
| 556 | 2025.02.19 05:54:28.520338 [ 3 ] {32c44f5e-e0ad-4860-bfa4-7c38a844cee3} <Debug> oximeter.fields_uuid (3e28ef33-2603-423e-a1ee-258fce097b7c): There are no data parts | ||
| 557 | 2025.02.19 05:54:28.521524 [ 3 ] {32c44f5e-e0ad-4860-bfa4-7c38a844cee3} <Debug> TCPHandler: Processed in 0.003433799 sec. | ||
| 558 | 2025.02.19 05:54:28.521717 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 559 | 2025.02.19 05:54:28.522006 [ 254 ] {4f699c3d-a14e-4a01-af6f-4fe1c2b631e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) /* The timeseries schema table stores the extracted schema for the samples | ||
| 560 | * oximeter collects. | ||
| 561 | */ | ||
| 562 | CREATE TABLE IF NOT EXISTS oximeter.timeseries_schema ( timeseries_name String, fields Nested( name String, type Enum( 'Bool' = 1, 'I64' = 2, 'IpAddr' = 3, 'String' = 4, 'Uuid' = 6, 'I8' = 7, 'U8' = 8, 'I16' = 9, 'U16' = 10, 'I32' = 11, 'U32' = 12, 'U64' = 13 ), source Enum( 'Target' = 1, 'Metric' = 2 ) ), datum_type Enum( 'Bool' = 1, 'I64' = 2, 'F64' = 3, 'String' = 4, 'Bytes' = 5, 'CumulativeI64' = 6, 'CumulativeF64' = 7, 'HistogramI64' = 8, 'HistogramF64' = 9, 'I8' = 10, 'U8' = 11, 'I16' = 12, 'U16' = 13, 'I32' = 14, 'U32' = 15, 'U64' = 16, 'F32' = 17, 'CumulativeU64' = 18, 'CumulativeF32' = 19, 'HistogramI8' = 20, 'HistogramU8' = 21, 'HistogramI16' = 22, 'HistogramU16' = 23, 'HistogramI32' = 24, 'HistogramU32' = 25, 'HistogramU64' = 26, 'HistogramF32' = 27 ), created DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (timeseries_name, fields.name) (stage: Complete) | ||
| 563 | 2025.02.19 05:54:28.522130 [ 254 ] {4f699c3d-a14e-4a01-af6f-4fe1c2b631e6} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema | ||
| 564 | 2025.02.19 05:54:28.523814 [ 254 ] {4f699c3d-a14e-4a01-af6f-4fe1c2b631e6} <Debug> oximeter.timeseries_schema (86ef1e60-00e1-4f5f-bbc7-09b3fbfc4e7e): Loading data parts | ||
| 565 | 2025.02.19 05:54:28.523967 [ 254 ] {4f699c3d-a14e-4a01-af6f-4fe1c2b631e6} <Debug> oximeter.timeseries_schema (86ef1e60-00e1-4f5f-bbc7-09b3fbfc4e7e): There are no data parts | ||
| 566 | 2025.02.19 05:54:28.525348 [ 254 ] {4f699c3d-a14e-4a01-af6f-4fe1c2b631e6} <Debug> TCPHandler: Processed in 0.003691263 sec. | ||
| 567 | 2025.02.19 05:54:28.525525 [ 3 ] {} <Trace> TCP-Session: 096c1f3c-b129-4cf1-871a-58575bc1fc32 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 568 | 2025.02.19 05:54:28.525762 [ 3 ] {ff073c9a-d919-402e-8fd6-e7590a84857a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49264) INSERT INTO oximeter.version (*) VALUES (stage: Complete) | ||
| 569 | 2025.02.19 05:54:28.526985 [ 3 ] {ff073c9a-d919-402e-8fd6-e7590a84857a} <Trace> ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version | ||
| 570 | 2025.02.19 05:54:28.534958 [ 259 ] {ff073c9a-d919-402e-8fd6-e7590a84857a} <Trace> oximeter.version (562a723a-c89e-4f34-9199-497815eb00d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 571 | 2025.02.19 05:54:28.535012 [ 259 ] {ff073c9a-d919-402e-8fd6-e7590a84857a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 572 | 2025.02.19 05:54:28.539624 [ 259 ] {ff073c9a-d919-402e-8fd6-e7590a84857a} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 573 | 2025.02.19 05:54:28.540012 [ 259 ] {ff073c9a-d919-402e-8fd6-e7590a84857a} <Trace> oximeter.version (562a723a-c89e-4f34-9199-497815eb00d9): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 574 | 2025.02.19 05:54:28.540370 [ 3 ] {ff073c9a-d919-402e-8fd6-e7590a84857a} <Debug> executeQuery: Read 1 rows, 16.00 B in 0.014716 sec., 67.9532481652623 rows/sec., 1.06 KiB/sec. | ||
| 575 | 2025.02.19 05:54:28.540695 [ 3 ] {ff073c9a-d919-402e-8fd6-e7590a84857a} <Debug> TCPHandler: Processed in 0.015225919 sec. | ||
| 576 | 2025.02.19 05:54:29.000153 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 124.49 MiB, peak 124.49 MiB, free memory in arenas 0.00 B, will set to 139.27 MiB (RSS), difference: 14.79 MiB | ||
| 577 | 2025.02.19 05:54:30.092950 [ 261 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:51832 | ||
| 578 | 2025.02.19 05:54:30.093122 [ 261 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 579 | 2025.02.19 05:54:30.093155 [ 261 ] {} <Debug> TCP-Session: 72bc6120-307d-468c-a7fe-f076775b386f Authenticating user 'default' from [fd00:1122:3344:101::c]:51832 | ||
| 580 | 2025.02.19 05:54:30.093178 [ 261 ] {} <Debug> TCP-Session: 72bc6120-307d-468c-a7fe-f076775b386f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 581 | 2025.02.19 05:54:30.093222 [ 261 ] {} <Debug> TCP-Session: 72bc6120-307d-468c-a7fe-f076775b386f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 582 | 2025.02.19 05:54:30.093275 [ 261 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 583 | 2025.02.19 05:54:30.093301 [ 261 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 584 | 2025.02.19 05:54:30.093348 [ 261 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 585 | 2025.02.19 05:54:30.095450 [ 262 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:57495 | ||
| 586 | 2025.02.19 05:54:30.095524 [ 263 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:38203 | ||
| 587 | 2025.02.19 05:54:30.095622 [ 262 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 588 | 2025.02.19 05:54:30.095654 [ 264 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:64449 | ||
| 589 | 2025.02.19 05:54:30.095683 [ 262 ] {} <Debug> TCP-Session: f2492f21-ba35-492c-ba3a-8d51fbbfcbf5 Authenticating user 'default' from [fd00:1122:3344:101::c]:57495 | ||
| 590 | 2025.02.19 05:54:30.095825 [ 263 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 591 | 2025.02.19 05:54:30.095841 [ 265 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:51579 | ||
| 592 | 2025.02.19 05:54:30.095868 [ 262 ] {} <Debug> TCP-Session: f2492f21-ba35-492c-ba3a-8d51fbbfcbf5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 593 | 2025.02.19 05:54:30.095965 [ 266 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:39411 | ||
| 594 | 2025.02.19 05:54:30.096022 [ 264 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 595 | 2025.02.19 05:54:30.096027 [ 262 ] {} <Debug> TCP-Session: f2492f21-ba35-492c-ba3a-8d51fbbfcbf5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 596 | 2025.02.19 05:54:30.095908 [ 263 ] {} <Debug> TCP-Session: fb3d0d77-bfb1-4cb5-951d-2cb954311b61 Authenticating user 'default' from [fd00:1122:3344:101::c]:38203 | ||
| 597 | 2025.02.19 05:54:30.096367 [ 267 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:34701 | ||
| 598 | 2025.02.19 05:54:30.096392 [ 264 ] {} <Debug> TCP-Session: a8308f5c-c0a0-4e64-9dd9-7fd6abdaac82 Authenticating user 'default' from [fd00:1122:3344:101::c]:64449 | ||
| 599 | 2025.02.19 05:54:30.096445 [ 268 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:52675 | ||
| 600 | 2025.02.19 05:54:30.096405 [ 263 ] {} <Debug> TCP-Session: fb3d0d77-bfb1-4cb5-951d-2cb954311b61 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 601 | 2025.02.19 05:54:30.096567 [ 263 ] {} <Debug> TCP-Session: fb3d0d77-bfb1-4cb5-951d-2cb954311b61 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 602 | 2025.02.19 05:54:30.096612 [ 264 ] {} <Debug> TCP-Session: a8308f5c-c0a0-4e64-9dd9-7fd6abdaac82 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 603 | 2025.02.19 05:54:30.096738 [ 264 ] {} <Debug> TCP-Session: a8308f5c-c0a0-4e64-9dd9-7fd6abdaac82 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 604 | 2025.02.19 05:54:30.098391 [ 266 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 605 | 2025.02.19 05:54:30.098429 [ 266 ] {} <Debug> TCP-Session: 5ee6e753-fcac-41e0-9308-8b87136ed862 Authenticating user 'default' from [fd00:1122:3344:101::c]:39411 | ||
| 606 | 2025.02.19 05:54:30.098482 [ 266 ] {} <Debug> TCP-Session: 5ee6e753-fcac-41e0-9308-8b87136ed862 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 607 | 2025.02.19 05:54:30.098496 [ 266 ] {} <Debug> TCP-Session: 5ee6e753-fcac-41e0-9308-8b87136ed862 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 608 | 2025.02.19 05:54:30.110781 [ 268 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 609 | 2025.02.19 05:54:30.110879 [ 268 ] {} <Debug> TCP-Session: 39d45ac3-59d1-4790-b3b3-92573dea57cc Authenticating user 'default' from [fd00:1122:3344:101::c]:52675 | ||
| 610 | 2025.02.19 05:54:30.110903 [ 268 ] {} <Debug> TCP-Session: 39d45ac3-59d1-4790-b3b3-92573dea57cc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 611 | 2025.02.19 05:54:30.110922 [ 268 ] {} <Debug> TCP-Session: 39d45ac3-59d1-4790-b3b3-92573dea57cc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 612 | 2025.02.19 05:54:30.110943 [ 267 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 613 | 2025.02.19 05:54:30.110975 [ 265 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 614 | 2025.02.19 05:54:30.111056 [ 267 ] {} <Debug> TCP-Session: d3684699-0fe6-4d4e-9420-469baed58f0f Authenticating user 'default' from [fd00:1122:3344:101::c]:34701 | ||
| 615 | 2025.02.19 05:54:30.111074 [ 265 ] {} <Debug> TCP-Session: ea724b07-61a9-4e21-9e2c-a1a243cb7a6d Authenticating user 'default' from [fd00:1122:3344:101::c]:51579 | ||
| 616 | 2025.02.19 05:54:30.111149 [ 267 ] {} <Debug> TCP-Session: d3684699-0fe6-4d4e-9420-469baed58f0f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 617 | 2025.02.19 05:54:30.111157 [ 265 ] {} <Debug> TCP-Session: ea724b07-61a9-4e21-9e2c-a1a243cb7a6d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 618 | 2025.02.19 05:54:30.111180 [ 267 ] {} <Debug> TCP-Session: d3684699-0fe6-4d4e-9420-469baed58f0f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 619 | 2025.02.19 05:54:30.111252 [ 265 ] {} <Debug> TCP-Session: ea724b07-61a9-4e21-9e2c-a1a243cb7a6d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 620 | 2025.02.19 05:54:30.444690 [ 269 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:41714 | ||
| 621 | 2025.02.19 05:54:30.444842 [ 269 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 622 | 2025.02.19 05:54:30.444920 [ 269 ] {} <Debug> TCP-Session: facd62de-b096-43a7-8b87-788155e6ac95 Authenticating user 'default' from [fd00:1122:3344:101::a]:41714 | ||
| 623 | 2025.02.19 05:54:30.444944 [ 269 ] {} <Debug> TCP-Session: facd62de-b096-43a7-8b87-788155e6ac95 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 624 | 2025.02.19 05:54:30.444958 [ 269 ] {} <Debug> TCP-Session: facd62de-b096-43a7-8b87-788155e6ac95 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 625 | 2025.02.19 05:54:30.445057 [ 269 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 626 | 2025.02.19 05:54:30.445085 [ 269 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 627 | 2025.02.19 05:54:30.445131 [ 269 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 628 | 2025.02.19 05:54:30.452537 [ 270 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:53797 | ||
| 629 | 2025.02.19 05:54:30.452776 [ 270 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 630 | 2025.02.19 05:54:30.452804 [ 272 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:47567 | ||
| 631 | 2025.02.19 05:54:30.452838 [ 270 ] {} <Debug> TCP-Session: a4970c3d-3b5a-4a9d-b270-db13ff7da313 Authenticating user 'default' from [fd00:1122:3344:101::a]:53797 | ||
| 632 | 2025.02.19 05:54:30.452879 [ 273 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:39011 | ||
| 633 | 2025.02.19 05:54:30.452821 [ 271 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:33031 | ||
| 634 | 2025.02.19 05:54:30.453211 [ 270 ] {} <Debug> TCP-Session: a4970c3d-3b5a-4a9d-b270-db13ff7da313 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 635 | 2025.02.19 05:54:30.453211 [ 274 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:55849 | ||
| 636 | 2025.02.19 05:54:30.453280 [ 270 ] {} <Debug> TCP-Session: a4970c3d-3b5a-4a9d-b270-db13ff7da313 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 637 | 2025.02.19 05:54:30.453289 [ 271 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 638 | 2025.02.19 05:54:30.453320 [ 272 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 639 | 2025.02.19 05:54:30.453486 [ 275 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:33210 | ||
| 640 | 2025.02.19 05:54:30.453706 [ 273 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 641 | 2025.02.19 05:54:30.453724 [ 274 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 642 | 2025.02.19 05:54:30.453889 [ 271 ] {} <Debug> TCP-Session: 220d678c-bd0f-4e5b-91e2-e320a932c4c6 Authenticating user 'default' from [fd00:1122:3344:101::a]:33031 | ||
| 643 | 2025.02.19 05:54:30.453927 [ 274 ] {} <Debug> TCP-Session: 191d510c-fdeb-4630-b7ff-da277a5be76e Authenticating user 'default' from [fd00:1122:3344:101::a]:55849 | ||
| 644 | 2025.02.19 05:54:30.453924 [ 276 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:39136 | ||
| 645 | 2025.02.19 05:54:30.453972 [ 273 ] {} <Debug> TCP-Session: 876aa1ac-1fef-4b15-8d15-6923c3ed82e7 Authenticating user 'default' from [fd00:1122:3344:101::a]:39011 | ||
| 646 | 2025.02.19 05:54:30.453927 [ 272 ] {} <Debug> TCP-Session: 8a763e53-0867-4098-b783-e2b2c1177303 Authenticating user 'default' from [fd00:1122:3344:101::a]:47567 | ||
| 647 | 2025.02.19 05:54:30.454023 [ 273 ] {} <Debug> TCP-Session: 876aa1ac-1fef-4b15-8d15-6923c3ed82e7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 648 | 2025.02.19 05:54:30.454003 [ 274 ] {} <Debug> TCP-Session: 191d510c-fdeb-4630-b7ff-da277a5be76e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 649 | 2025.02.19 05:54:30.454166 [ 274 ] {} <Debug> TCP-Session: 191d510c-fdeb-4630-b7ff-da277a5be76e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 650 | 2025.02.19 05:54:30.454199 [ 273 ] {} <Debug> TCP-Session: 876aa1ac-1fef-4b15-8d15-6923c3ed82e7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 651 | 2025.02.19 05:54:30.454120 [ 271 ] {} <Debug> TCP-Session: 220d678c-bd0f-4e5b-91e2-e320a932c4c6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 652 | 2025.02.19 05:54:30.454187 [ 272 ] {} <Debug> TCP-Session: 8a763e53-0867-4098-b783-e2b2c1177303 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 653 | 2025.02.19 05:54:30.454327 [ 271 ] {} <Debug> TCP-Session: 220d678c-bd0f-4e5b-91e2-e320a932c4c6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 654 | 2025.02.19 05:54:30.454441 [ 272 ] {} <Debug> TCP-Session: 8a763e53-0867-4098-b783-e2b2c1177303 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 655 | 2025.02.19 05:54:30.486445 [ 276 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 656 | 2025.02.19 05:54:30.486517 [ 276 ] {} <Debug> TCP-Session: 9f7d8603-be1e-49d3-95bc-5e2163fff31f Authenticating user 'default' from [fd00:1122:3344:101::a]:39136 | ||
| 657 | 2025.02.19 05:54:30.486536 [ 276 ] {} <Debug> TCP-Session: 9f7d8603-be1e-49d3-95bc-5e2163fff31f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 658 | 2025.02.19 05:54:30.486550 [ 276 ] {} <Debug> TCP-Session: 9f7d8603-be1e-49d3-95bc-5e2163fff31f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 659 | 2025.02.19 05:54:30.489437 [ 275 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 660 | 2025.02.19 05:54:30.489504 [ 275 ] {} <Debug> TCP-Session: 0b175472-0987-4738-84d6-ead80ed0e8f0 Authenticating user 'default' from [fd00:1122:3344:101::a]:33210 | ||
| 661 | 2025.02.19 05:54:30.489527 [ 275 ] {} <Debug> TCP-Session: 0b175472-0987-4738-84d6-ead80ed0e8f0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 662 | 2025.02.19 05:54:30.489585 [ 275 ] {} <Debug> TCP-Session: 0b175472-0987-4738-84d6-ead80ed0e8f0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 663 | 2025.02.19 05:54:31.274747 [ 277 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:49881 | ||
| 664 | 2025.02.19 05:54:31.274968 [ 277 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 665 | 2025.02.19 05:54:31.275057 [ 277 ] {} <Debug> TCP-Session: 9fd47c28-f8ff-46d1-b54f-7835e01e337f Authenticating user 'default' from [fd00:1122:3344:101::b]:49881 | ||
| 666 | 2025.02.19 05:54:31.275082 [ 277 ] {} <Debug> TCP-Session: 9fd47c28-f8ff-46d1-b54f-7835e01e337f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 667 | 2025.02.19 05:54:31.275096 [ 277 ] {} <Debug> TCP-Session: 9fd47c28-f8ff-46d1-b54f-7835e01e337f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 668 | 2025.02.19 05:54:31.275204 [ 277 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 669 | 2025.02.19 05:54:31.275245 [ 277 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 670 | 2025.02.19 05:54:31.275287 [ 277 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 671 | 2025.02.19 05:54:31.277028 [ 278 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:46204 | ||
| 672 | 2025.02.19 05:54:31.277030 [ 279 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:45499 | ||
| 673 | 2025.02.19 05:54:31.277358 [ 281 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:60101 | ||
| 674 | 2025.02.19 05:54:31.277375 [ 280 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:63325 | ||
| 675 | 2025.02.19 05:54:31.277467 [ 282 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:61048 | ||
| 676 | 2025.02.19 05:54:31.277481 [ 278 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 677 | 2025.02.19 05:54:31.277877 [ 280 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 678 | 2025.02.19 05:54:31.277940 [ 278 ] {} <Debug> TCP-Session: 75c886d0-7a37-4e78-925a-a9d40028af7a Authenticating user 'default' from [fd00:1122:3344:101::b]:46204 | ||
| 679 | 2025.02.19 05:54:31.277824 [ 283 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:40644 | ||
| 680 | 2025.02.19 05:54:31.277991 [ 279 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 681 | 2025.02.19 05:54:31.277960 [ 281 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 682 | 2025.02.19 05:54:31.278090 [ 278 ] {} <Debug> TCP-Session: 75c886d0-7a37-4e78-925a-a9d40028af7a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 683 | 2025.02.19 05:54:31.278205 [ 278 ] {} <Debug> TCP-Session: 75c886d0-7a37-4e78-925a-a9d40028af7a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 684 | 2025.02.19 05:54:31.278241 [ 284 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:54775 | ||
| 685 | 2025.02.19 05:54:31.278221 [ 281 ] {} <Debug> TCP-Session: 8fff2684-a8e2-4453-9342-4a5b7a36051a Authenticating user 'default' from [fd00:1122:3344:101::b]:60101 | ||
| 686 | 2025.02.19 05:54:31.278034 [ 280 ] {} <Debug> TCP-Session: 967cdd55-c61b-4623-ab8f-e6fda4d90594 Authenticating user 'default' from [fd00:1122:3344:101::b]:63325 | ||
| 687 | 2025.02.19 05:54:31.278207 [ 279 ] {} <Debug> TCP-Session: 223c6c3c-5e02-4be0-a0aa-32fd2ec40d69 Authenticating user 'default' from [fd00:1122:3344:101::b]:45499 | ||
| 688 | 2025.02.19 05:54:31.278618 [ 281 ] {} <Debug> TCP-Session: 8fff2684-a8e2-4453-9342-4a5b7a36051a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 689 | 2025.02.19 05:54:31.278648 [ 284 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 690 | 2025.02.19 05:54:31.278691 [ 281 ] {} <Debug> TCP-Session: 8fff2684-a8e2-4453-9342-4a5b7a36051a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 691 | 2025.02.19 05:54:31.278680 [ 280 ] {} <Debug> TCP-Session: 967cdd55-c61b-4623-ab8f-e6fda4d90594 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 692 | 2025.02.19 05:54:31.278665 [ 279 ] {} <Debug> TCP-Session: 223c6c3c-5e02-4be0-a0aa-32fd2ec40d69 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 693 | 2025.02.19 05:54:31.278809 [ 280 ] {} <Debug> TCP-Session: 967cdd55-c61b-4623-ab8f-e6fda4d90594 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 694 | 2025.02.19 05:54:31.278827 [ 284 ] {} <Debug> TCP-Session: 73945b4e-100d-4b22-a81a-0f366745acdf Authenticating user 'default' from [fd00:1122:3344:101::b]:54775 | ||
| 695 | 2025.02.19 05:54:31.278870 [ 279 ] {} <Debug> TCP-Session: 223c6c3c-5e02-4be0-a0aa-32fd2ec40d69 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 696 | 2025.02.19 05:54:31.278901 [ 284 ] {} <Debug> TCP-Session: 73945b4e-100d-4b22-a81a-0f366745acdf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 697 | 2025.02.19 05:54:31.278977 [ 284 ] {} <Debug> TCP-Session: 73945b4e-100d-4b22-a81a-0f366745acdf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 698 | 2025.02.19 05:54:31.287219 [ 282 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 699 | 2025.02.19 05:54:31.287318 [ 282 ] {} <Debug> TCP-Session: 70e29baf-5932-450c-b419-0b9d9bf8c898 Authenticating user 'default' from [fd00:1122:3344:101::b]:61048 | ||
| 700 | 2025.02.19 05:54:31.287339 [ 282 ] {} <Debug> TCP-Session: 70e29baf-5932-450c-b419-0b9d9bf8c898 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 701 | 2025.02.19 05:54:31.287353 [ 282 ] {} <Debug> TCP-Session: 70e29baf-5932-450c-b419-0b9d9bf8c898 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 702 | 2025.02.19 05:54:31.288533 [ 283 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 703 | 2025.02.19 05:54:31.288576 [ 283 ] {} <Debug> TCP-Session: 0559b495-1594-4aa1-858e-3f727d16cd86 Authenticating user 'default' from [fd00:1122:3344:101::b]:40644 | ||
| 704 | 2025.02.19 05:54:31.288596 [ 283 ] {} <Debug> TCP-Session: 0559b495-1594-4aa1-858e-3f727d16cd86 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 705 | 2025.02.19 05:54:31.288611 [ 283 ] {} <Debug> TCP-Session: 0559b495-1594-4aa1-858e-3f727d16cd86 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 706 | 2025.02.19 05:54:35.498293 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 8 | ||
| 707 | 2025.02.19 05:54:35.498344 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 488 | ||
| 708 | 2025.02.19 05:54:35.498407 [ 243 ] {} <Debug> SystemLog (system.metric_log): Creating new table system.metric_log for MetricLog | ||
| 709 | 2025.02.19 05:54:35.498453 [ 244 ] {} <Debug> SystemLog (system.asynchronous_metric_log): Creating new table system.asynchronous_metric_log for AsynchronousMetricLog | ||
| 710 | 2025.02.19 05:54:35.511204 [ 244 ] {} <Debug> system.asynchronous_metric_log (5573eb27-0871-4eb5-bfd6-93b6d6d4142e): Loading data parts | ||
| 711 | 2025.02.19 05:54:35.511506 [ 244 ] {} <Debug> system.asynchronous_metric_log (5573eb27-0871-4eb5-bfd6-93b6d6d4142e): There are no data parts | ||
| 712 | 2025.02.19 05:54:35.534860 [ 244 ] {} <Trace> system.asynchronous_metric_log (5573eb27-0871-4eb5-bfd6-93b6d6d4142e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 713 | 2025.02.19 05:54:35.535013 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 714 | 2025.02.19 05:54:35.536232 [ 243 ] {} <Debug> system.metric_log (636422f3-000f-4feb-9852-006313efe3e0): Loading data parts | ||
| 715 | 2025.02.19 05:54:35.536430 [ 243 ] {} <Debug> system.metric_log (636422f3-000f-4feb-9852-006313efe3e0): There are no data parts | ||
| 716 | 2025.02.19 05:54:35.537050 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 717 | 2025.02.19 05:54:35.537812 [ 244 ] {} <Trace> system.asynchronous_metric_log (5573eb27-0871-4eb5-bfd6-93b6d6d4142e): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 718 | 2025.02.19 05:54:35.538417 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 488 | ||
| 719 | 2025.02.19 05:54:35.590866 [ 243 ] {} <Trace> system.metric_log (636422f3-000f-4feb-9852-006313efe3e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 720 | 2025.02.19 05:54:35.590948 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 721 | 2025.02.19 05:54:35.598180 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 722 | 2025.02.19 05:54:35.598975 [ 243 ] {} <Trace> system.metric_log (636422f3-000f-4feb-9852-006313efe3e0): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 723 | 2025.02.19 05:54:35.601854 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 8 | ||
| 724 | 2025.02.19 05:54:36.000184 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 145.83 MiB, peak 149.83 MiB, free memory in arenas 0.00 B, will set to 150.63 MiB (RSS), difference: 4.80 MiB | ||
| 725 | 2025.02.19 05:54:37.998281 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 88 entries to flush up to offset 88 | ||
| 726 | 2025.02.19 05:54:37.998535 [ 242 ] {} <Debug> SystemLog (system.query_log): Creating new table system.query_log for QueryLog | ||
| 727 | 2025.02.19 05:54:38.020271 [ 242 ] {} <Debug> system.query_log (c5831a85-9043-4d4c-a5be-d968cb126303): Loading data parts | ||
| 728 | 2025.02.19 05:54:38.020474 [ 242 ] {} <Debug> system.query_log (c5831a85-9043-4d4c-a5be-d968cb126303): There are no data parts | ||
| 729 | 2025.02.19 05:54:38.034957 [ 242 ] {} <Trace> system.query_log (c5831a85-9043-4d4c-a5be-d968cb126303): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 730 | 2025.02.19 05:54:38.035128 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 731 | 2025.02.19 05:54:38.036812 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 732 | 2025.02.19 05:54:38.037123 [ 242 ] {} <Trace> system.query_log (c5831a85-9043-4d4c-a5be-d968cb126303): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 733 | 2025.02.19 05:54:38.037659 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 88 | ||
| 734 | 2025.02.19 05:54:39.000172 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 154.88 MiB, peak 154.88 MiB, free memory in arenas 0.00 B, will set to 151.10 MiB (RSS), difference: -3.78 MiB | ||
| 735 | 2025.02.19 05:54:42.972688 [ 126 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 736 | 2025.02.19 05:54:42.972753 [ 126 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 737 | 2025.02.19 05:54:43.038690 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 976 | ||
| 738 | 2025.02.19 05:54:43.039635 [ 244 ] {} <Trace> system.asynchronous_metric_log (5573eb27-0871-4eb5-bfd6-93b6d6d4142e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 739 | 2025.02.19 05:54:43.039686 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 740 | 2025.02.19 05:54:43.040244 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 741 | 2025.02.19 05:54:43.040547 [ 244 ] {} <Trace> system.asynchronous_metric_log (5573eb27-0871-4eb5-bfd6-93b6d6d4142e): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 742 | 2025.02.19 05:54:43.040857 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 976 | ||
| 743 | 2025.02.19 05:54:43.102015 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 16 | ||
| 744 | 2025.02.19 05:54:43.123005 [ 243 ] {} <Trace> system.metric_log (636422f3-000f-4feb-9852-006313efe3e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 745 | 2025.02.19 05:54:43.123058 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 746 | 2025.02.19 05:54:43.129715 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 747 | 2025.02.19 05:54:43.130466 [ 243 ] {} <Trace> system.metric_log (636422f3-000f-4feb-9852-006313efe3e0): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 748 | 2025.02.19 05:54:43.132850 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 16 | ||
| 749 | 2025.02.19 05:54:44.000273 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 151.77 MiB, peak 155.77 MiB, free memory in arenas 0.00 B, will set to 153.76 MiB (RSS), difference: 1.99 MiB | ||
| 750 | 2025.02.19 05:54:48.548089 [ 3 ] {} <Trace> TCP-Session: 096c1f3c-b129-4cf1-871a-58575bc1fc32 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 751 | 2025.02.19 05:54:48.548348 [ 3 ] {07205f6d-3f4c-428c-a151-b43662cc2428} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49264) SELECT * FROM oximeter.timeseries_schema FORMAT Native; (stage: Complete) | ||
| 752 | 2025.02.19 05:54:48.548738 [ 3 ] {07205f6d-3f4c-428c-a151-b43662cc2428} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 753 | 2025.02.19 05:54:48.549008 [ 3 ] {07205f6d-3f4c-428c-a151-b43662cc2428} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 754 | 2025.02.19 05:54:48.549763 [ 3 ] {07205f6d-3f4c-428c-a151-b43662cc2428} <Debug> TCPHandler: Processed in 0.001796721 sec. | ||
| 755 | 2025.02.19 05:54:48.554503 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 756 | 2025.02.19 05:54:48.554848 [ 254 ] {2aaee9ea-cc01-4232-95aa-2d7b5a683a58} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('static_routing_config:static_routes') FORMAT Native; (stage: Complete) | ||
| 757 | 2025.02.19 05:54:48.556697 [ 254 ] {2aaee9ea-cc01-4232-95aa-2d7b5a683a58} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 758 | 2025.02.19 05:54:48.556799 [ 254 ] {2aaee9ea-cc01-4232-95aa-2d7b5a683a58} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 759 | 2025.02.19 05:54:48.557470 [ 254 ] {2aaee9ea-cc01-4232-95aa-2d7b5a683a58} <Debug> TCPHandler: Processed in 0.003119203 sec. | ||
| 760 | 2025.02.19 05:54:48.557833 [ 3 ] {} <Trace> TCP-Session: 096c1f3c-b129-4cf1-871a-58575bc1fc32 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 761 | 2025.02.19 05:54:48.558006 [ 3 ] {534806bf-2a02-4611-abaa-5f6af1c0d671} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49264) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('static_routing_config:static_nexthops', 'static_routing_config:static_routes') FORMAT Native; (stage: Complete) | ||
| 762 | 2025.02.19 05:54:48.558460 [ 3 ] {534806bf-2a02-4611-abaa-5f6af1c0d671} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 763 | 2025.02.19 05:54:48.558528 [ 3 ] {534806bf-2a02-4611-abaa-5f6af1c0d671} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 764 | 2025.02.19 05:54:48.559041 [ 3 ] {534806bf-2a02-4611-abaa-5f6af1c0d671} <Debug> TCPHandler: Processed in 0.001273981 sec. | ||
| 765 | 2025.02.19 05:54:48.559309 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 766 | 2025.02.19 05:54:48.559477 [ 254 ] {282ce49e-d8fe-4eb6-8fd1-12e3002af605} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 767 | 2025.02.19 05:54:48.559866 [ 254 ] {282ce49e-d8fe-4eb6-8fd1-12e3002af605} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 768 | 2025.02.19 05:54:48.559927 [ 254 ] {282ce49e-d8fe-4eb6-8fd1-12e3002af605} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 769 | 2025.02.19 05:54:48.560459 [ 254 ] {282ce49e-d8fe-4eb6-8fd1-12e3002af605} <Debug> TCPHandler: Processed in 0.00120798 sec. | ||
| 770 | 2025.02.19 05:54:48.560707 [ 3 ] {} <Trace> TCP-Session: 096c1f3c-b129-4cf1-871a-58575bc1fc32 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 771 | 2025.02.19 05:54:48.560868 [ 3 ] {d84f5f21-e9fb-421b-9f20-2d3fac4c60aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49264) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('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) | ||
| 772 | 2025.02.19 05:54:48.561253 [ 3 ] {d84f5f21-e9fb-421b-9f20-2d3fac4c60aa} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 773 | 2025.02.19 05:54:48.561313 [ 3 ] {d84f5f21-e9fb-421b-9f20-2d3fac4c60aa} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 774 | 2025.02.19 05:54:48.561870 [ 3 ] {d84f5f21-e9fb-421b-9f20-2d3fac4c60aa} <Debug> TCPHandler: Processed in 0.00122224 sec. | ||
| 775 | 2025.02.19 05:54:48.562149 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 776 | 2025.02.19 05:54:48.562330 [ 254 ] {5ab9d516-d963-4f46-9a30-2b0174784fa6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_underlay_prefixes', '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) | ||
| 777 | 2025.02.19 05:54:48.562728 [ 254 ] {5ab9d516-d963-4f46-9a30-2b0174784fa6} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 778 | 2025.02.19 05:54:48.562788 [ 254 ] {5ab9d516-d963-4f46-9a30-2b0174784fa6} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 779 | 2025.02.19 05:54:48.563307 [ 254 ] {5ab9d516-d963-4f46-9a30-2b0174784fa6} <Debug> TCPHandler: Processed in 0.001216651 sec. | ||
| 780 | 2025.02.19 05:54:48.563556 [ 3 ] {} <Trace> TCP-Session: 096c1f3c-b129-4cf1-871a-58575bc1fc32 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 781 | 2025.02.19 05:54:48.563748 [ 3 ] {574ac97b-859f-4810-bca0-57fa760c398d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49264) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', '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) | ||
| 782 | 2025.02.19 05:54:48.564210 [ 3 ] {574ac97b-859f-4810-bca0-57fa760c398d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 783 | 2025.02.19 05:54:48.564279 [ 3 ] {574ac97b-859f-4810-bca0-57fa760c398d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 784 | 2025.02.19 05:54:48.564835 [ 3 ] {574ac97b-859f-4810-bca0-57fa760c398d} <Debug> TCPHandler: Processed in 0.001339113 sec. | ||
| 785 | 2025.02.19 05:54:48.565086 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 786 | 2025.02.19 05:54:48.565252 [ 254 ] {7b977e70-a86f-401b-87ec-47ad612e9597} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 787 | 2025.02.19 05:54:48.565645 [ 254 ] {7b977e70-a86f-401b-87ec-47ad612e9597} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 788 | 2025.02.19 05:54:48.565704 [ 254 ] {7b977e70-a86f-401b-87ec-47ad612e9597} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 789 | 2025.02.19 05:54:48.566213 [ 254 ] {7b977e70-a86f-401b-87ec-47ad612e9597} <Debug> TCPHandler: Processed in 0.00119195 sec. | ||
| 790 | 2025.02.19 05:54:48.566513 [ 3 ] {} <Trace> TCP-Session: 096c1f3c-b129-4cf1-871a-58575bc1fc32 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 791 | 2025.02.19 05:54:48.566683 [ 3 ] {2128d5cb-a99b-4865-8c7f-4cc1c6c4ea59} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49264) 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', '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) | ||
| 792 | 2025.02.19 05:54:48.567088 [ 3 ] {2128d5cb-a99b-4865-8c7f-4cc1c6c4ea59} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 793 | 2025.02.19 05:54:48.567148 [ 3 ] {2128d5cb-a99b-4865-8c7f-4cc1c6c4ea59} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 794 | 2025.02.19 05:54:48.567693 [ 3 ] {2128d5cb-a99b-4865-8c7f-4cc1c6c4ea59} <Debug> TCPHandler: Processed in 0.001240761 sec. | ||
| 795 | 2025.02.19 05:54:48.567956 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 796 | 2025.02.19 05:54:48.568129 [ 254 ] {5faef86f-7d1f-4493-bf4f-da6ccb3031f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) 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', '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) | ||
| 797 | 2025.02.19 05:54:48.568546 [ 254 ] {5faef86f-7d1f-4493-bf4f-da6ccb3031f3} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 798 | 2025.02.19 05:54:48.568608 [ 254 ] {5faef86f-7d1f-4493-bf4f-da6ccb3031f3} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 799 | 2025.02.19 05:54:48.569128 [ 254 ] {5faef86f-7d1f-4493-bf4f-da6ccb3031f3} <Debug> TCPHandler: Processed in 0.001232051 sec. | ||
| 800 | 2025.02.19 05:54:48.569396 [ 3 ] {} <Trace> TCP-Session: 096c1f3c-b129-4cf1-871a-58575bc1fc32 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 801 | 2025.02.19 05:54:48.569595 [ 3 ] {ebd9a8fa-39ef-4aa6-aab8-8af17dbace0e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49264) 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', '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) | ||
| 802 | 2025.02.19 05:54:48.570012 [ 3 ] {ebd9a8fa-39ef-4aa6-aab8-8af17dbace0e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 803 | 2025.02.19 05:54:48.570078 [ 3 ] {ebd9a8fa-39ef-4aa6-aab8-8af17dbace0e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 804 | 2025.02.19 05:54:48.570595 [ 3 ] {ebd9a8fa-39ef-4aa6-aab8-8af17dbace0e} <Debug> TCPHandler: Processed in 0.001258042 sec. | ||
| 805 | 2025.02.19 05:54:48.570849 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 806 | 2025.02.19 05:54:48.571015 [ 254 ] {37105469-293f-494f-826c-16ecab8e66cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) 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', '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) | ||
| 807 | 2025.02.19 05:54:48.571414 [ 254 ] {37105469-293f-494f-826c-16ecab8e66cf} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 808 | 2025.02.19 05:54:48.571473 [ 254 ] {37105469-293f-494f-826c-16ecab8e66cf} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 809 | 2025.02.19 05:54:48.571986 [ 254 ] {37105469-293f-494f-826c-16ecab8e66cf} <Debug> TCPHandler: Processed in 0.00119439 sec. | ||
| 810 | 2025.02.19 05:54:48.572261 [ 3 ] {} <Trace> TCP-Session: 096c1f3c-b129-4cf1-871a-58575bc1fc32 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 811 | 2025.02.19 05:54:48.572440 [ 3 ] {62df1a4c-c2e1-4417-bb89-8ba12e8bb267} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49264) 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', '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) | ||
| 812 | 2025.02.19 05:54:48.572856 [ 3 ] {62df1a4c-c2e1-4417-bb89-8ba12e8bb267} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 813 | 2025.02.19 05:54:48.572917 [ 3 ] {62df1a4c-c2e1-4417-bb89-8ba12e8bb267} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 814 | 2025.02.19 05:54:48.573443 [ 3 ] {62df1a4c-c2e1-4417-bb89-8ba12e8bb267} <Debug> TCPHandler: Processed in 0.001241151 sec. | ||
| 815 | 2025.02.19 05:54:48.573709 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 816 | 2025.02.19 05:54:48.573874 [ 254 ] {b152c53e-e850-43c6-b3b0-3936e3db2984} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) 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', '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) | ||
| 817 | 2025.02.19 05:54:48.574284 [ 254 ] {b152c53e-e850-43c6-b3b0-3936e3db2984} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 818 | 2025.02.19 05:54:48.574344 [ 254 ] {b152c53e-e850-43c6-b3b0-3936e3db2984} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 819 | 2025.02.19 05:54:48.574874 [ 254 ] {b152c53e-e850-43c6-b3b0-3936e3db2984} <Debug> TCPHandler: Processed in 0.00122173 sec. | ||
| 820 | 2025.02.19 05:54:48.575116 [ 3 ] {} <Trace> TCP-Session: 096c1f3c-b129-4cf1-871a-58575bc1fc32 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 821 | 2025.02.19 05:54:48.575291 [ 3 ] {0df3e1a9-7581-45b4-a458-423e62eaa2d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49264) 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', '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) | ||
| 822 | 2025.02.19 05:54:48.575705 [ 3 ] {0df3e1a9-7581-45b4-a458-423e62eaa2d9} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 823 | 2025.02.19 05:54:48.575765 [ 3 ] {0df3e1a9-7581-45b4-a458-423e62eaa2d9} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 824 | 2025.02.19 05:54:48.576276 [ 3 ] {0df3e1a9-7581-45b4-a458-423e62eaa2d9} <Debug> TCPHandler: Processed in 0.00121535 sec. | ||
| 825 | 2025.02.19 05:54:48.576518 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 826 | 2025.02.19 05:54:48.576686 [ 254 ] {38c29bc7-90b5-44f1-9799-daa956209915} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) 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', '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) | ||
| 827 | 2025.02.19 05:54:48.577099 [ 254 ] {38c29bc7-90b5-44f1-9799-daa956209915} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 828 | 2025.02.19 05:54:48.577159 [ 254 ] {38c29bc7-90b5-44f1-9799-daa956209915} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 829 | 2025.02.19 05:54:48.577667 [ 254 ] {38c29bc7-90b5-44f1-9799-daa956209915} <Debug> TCPHandler: Processed in 0.001202511 sec. | ||
| 830 | 2025.02.19 05:54:48.577918 [ 3 ] {} <Trace> TCP-Session: 096c1f3c-b129-4cf1-871a-58575bc1fc32 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 831 | 2025.02.19 05:54:48.578086 [ 3 ] {140ed2ec-1d7d-47fb-a3a6-86d91a3b8092} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49264) 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', '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) | ||
| 832 | 2025.02.19 05:54:48.578503 [ 3 ] {140ed2ec-1d7d-47fb-a3a6-86d91a3b8092} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 833 | 2025.02.19 05:54:48.578561 [ 3 ] {140ed2ec-1d7d-47fb-a3a6-86d91a3b8092} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 834 | 2025.02.19 05:54:48.579080 [ 3 ] {140ed2ec-1d7d-47fb-a3a6-86d91a3b8092} <Debug> TCPHandler: Processed in 0.001219041 sec. | ||
| 835 | 2025.02.19 05:54:48.579337 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 836 | 2025.02.19 05:54:48.579509 [ 254 ] {f22d1f3d-e9c8-4fe6-88d6-224149e70c26} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) 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', '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) | ||
| 837 | 2025.02.19 05:54:48.579932 [ 254 ] {f22d1f3d-e9c8-4fe6-88d6-224149e70c26} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 838 | 2025.02.19 05:54:48.579991 [ 254 ] {f22d1f3d-e9c8-4fe6-88d6-224149e70c26} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 839 | 2025.02.19 05:54:48.580528 [ 254 ] {f22d1f3d-e9c8-4fe6-88d6-224149e70c26} <Debug> TCPHandler: Processed in 0.001247422 sec. | ||
| 840 | 2025.02.19 05:54:48.583207 [ 3 ] {} <Trace> TCP-Session: 096c1f3c-b129-4cf1-871a-58575bc1fc32 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 841 | 2025.02.19 05:54:48.583346 [ 3 ] {77504918-fac5-49be-bd66-d1150bda765c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49264) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 842 | 2025.02.19 05:54:48.583401 [ 3 ] {77504918-fac5-49be-bd66-d1150bda765c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 843 | 2025.02.19 05:54:48.584171 [ 3 ] {77504918-fac5-49be-bd66-d1150bda765c} <Trace> oximeter.timeseries_schema (86ef1e60-00e1-4f5f-bbc7-09b3fbfc4e7e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 844 | 2025.02.19 05:54:48.584219 [ 3 ] {77504918-fac5-49be-bd66-d1150bda765c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 845 | 2025.02.19 05:54:48.584813 [ 3 ] {77504918-fac5-49be-bd66-d1150bda765c} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 846 | 2025.02.19 05:54:48.585049 [ 3 ] {77504918-fac5-49be-bd66-d1150bda765c} <Trace> oximeter.timeseries_schema (86ef1e60-00e1-4f5f-bbc7-09b3fbfc4e7e): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 847 | 2025.02.19 05:54:48.585287 [ 3 ] {77504918-fac5-49be-bd66-d1150bda765c} <Debug> executeQuery: Read 18 rows, 2.52 KiB in 0.001976 sec., 9109.31174089069 rows/sec., 1.24 MiB/sec. | ||
| 848 | 2025.02.19 05:54:48.585359 [ 3 ] {77504918-fac5-49be-bd66-d1150bda765c} <Debug> TCPHandler: Processed in 0.002215858 sec. | ||
| 849 | 2025.02.19 05:54:48.585504 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 850 | 2025.02.19 05:54:48.585658 [ 254 ] {7271479b-3eb1-4ce5-9ddc-2bf4ab7522b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 851 | 2025.02.19 05:54:48.585719 [ 254 ] {7271479b-3eb1-4ce5-9ddc-2bf4ab7522b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 852 | 2025.02.19 05:54:48.587203 [ 254 ] {7271479b-3eb1-4ce5-9ddc-2bf4ab7522b5} <Trace> oximeter.fields_string (2fcca75a-374a-4c87-833b-a981a707b5d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 853 | 2025.02.19 05:54:48.587262 [ 254 ] {7271479b-3eb1-4ce5-9ddc-2bf4ab7522b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 854 | 2025.02.19 05:54:48.587838 [ 254 ] {7271479b-3eb1-4ce5-9ddc-2bf4ab7522b5} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 855 | 2025.02.19 05:54:48.588111 [ 254 ] {7271479b-3eb1-4ce5-9ddc-2bf4ab7522b5} <Trace> oximeter.fields_string (2fcca75a-374a-4c87-833b-a981a707b5d9): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 856 | 2025.02.19 05:54:48.588353 [ 254 ] {7271479b-3eb1-4ce5-9ddc-2bf4ab7522b5} <Debug> executeQuery: Read 30 rows, 2.34 KiB in 0.002738 sec., 10956.902848794742 rows/sec., 856.01 KiB/sec. | ||
| 857 | 2025.02.19 05:54:48.588434 [ 254 ] {7271479b-3eb1-4ce5-9ddc-2bf4ab7522b5} <Debug> TCPHandler: Processed in 0.002990411 sec. | ||
| 858 | 2025.02.19 05:54:48.588604 [ 3 ] {} <Trace> TCP-Session: 096c1f3c-b129-4cf1-871a-58575bc1fc32 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 859 | 2025.02.19 05:54:48.588750 [ 3 ] {9bc04b16-a2bf-426a-b335-37421a421672} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49264) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 860 | 2025.02.19 05:54:48.588817 [ 3 ] {9bc04b16-a2bf-426a-b335-37421a421672} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 861 | 2025.02.19 05:54:48.591043 [ 3 ] {9bc04b16-a2bf-426a-b335-37421a421672} <Trace> oximeter.fields_uuid (3e28ef33-2603-423e-a1ee-258fce097b7c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 862 | 2025.02.19 05:54:48.591107 [ 3 ] {9bc04b16-a2bf-426a-b335-37421a421672} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 863 | 2025.02.19 05:54:48.591618 [ 3 ] {9bc04b16-a2bf-426a-b335-37421a421672} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 864 | 2025.02.19 05:54:48.591944 [ 3 ] {9bc04b16-a2bf-426a-b335-37421a421672} <Trace> oximeter.fields_uuid (3e28ef33-2603-423e-a1ee-258fce097b7c): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 865 | 2025.02.19 05:54:48.592248 [ 3 ] {9bc04b16-a2bf-426a-b335-37421a421672} <Debug> executeQuery: Read 36 rows, 2.88 KiB in 0.003519 sec., 10230.179028132992 rows/sec., 818.10 KiB/sec. | ||
| 866 | 2025.02.19 05:54:48.592334 [ 3 ] {9bc04b16-a2bf-426a-b335-37421a421672} <Debug> TCPHandler: Processed in 0.003803715 sec. | ||
| 867 | 2025.02.19 05:54:48.592502 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 868 | 2025.02.19 05:54:48.592631 [ 254 ] {60f9176c-c1d7-4d42-b757-dac645c6390b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 869 | 2025.02.19 05:54:48.592685 [ 254 ] {60f9176c-c1d7-4d42-b757-dac645c6390b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 870 | 2025.02.19 05:54:48.593828 [ 254 ] {60f9176c-c1d7-4d42-b757-dac645c6390b} <Trace> oximeter.measurements_cumulativeu64 (12ad3da5-8862-4a0c-98f0-1a099eec319b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 871 | 2025.02.19 05:54:48.593867 [ 254 ] {60f9176c-c1d7-4d42-b757-dac645c6390b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 872 | 2025.02.19 05:54:48.594324 [ 254 ] {60f9176c-c1d7-4d42-b757-dac645c6390b} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 873 | 2025.02.19 05:54:48.594573 [ 254 ] {60f9176c-c1d7-4d42-b757-dac645c6390b} <Trace> oximeter.measurements_cumulativeu64 (12ad3da5-8862-4a0c-98f0-1a099eec319b): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 874 | 2025.02.19 05:54:48.594802 [ 254 ] {60f9176c-c1d7-4d42-b757-dac645c6390b} <Debug> executeQuery: Read 22 rows, 1.57 KiB in 0.002195 sec., 10022.779043280183 rows/sec., 716.29 KiB/sec. | ||
| 875 | 2025.02.19 05:54:48.594950 [ 254 ] {60f9176c-c1d7-4d42-b757-dac645c6390b} <Debug> TCPHandler: Processed in 0.002508113 sec. | ||
| 876 | 2025.02.19 05:54:48.595113 [ 3 ] {} <Trace> TCP-Session: 096c1f3c-b129-4cf1-871a-58575bc1fc32 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 877 | 2025.02.19 05:54:48.595246 [ 3 ] {b5f6994e-1124-42d2-9c24-de9b8c9f46c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49264) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 878 | 2025.02.19 05:54:48.595300 [ 3 ] {b5f6994e-1124-42d2-9c24-de9b8c9f46c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 879 | 2025.02.19 05:54:48.595785 [ 3 ] {b5f6994e-1124-42d2-9c24-de9b8c9f46c6} <Trace> oximeter.measurements_u64 (fe0987d5-5b8f-48d5-a303-9c895ee7970c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 880 | 2025.02.19 05:54:48.595825 [ 3 ] {b5f6994e-1124-42d2-9c24-de9b8c9f46c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 881 | 2025.02.19 05:54:48.596221 [ 3 ] {b5f6994e-1124-42d2-9c24-de9b8c9f46c6} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 882 | 2025.02.19 05:54:48.596465 [ 3 ] {b5f6994e-1124-42d2-9c24-de9b8c9f46c6} <Trace> oximeter.measurements_u64 (fe0987d5-5b8f-48d5-a303-9c895ee7970c): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 883 | 2025.02.19 05:54:48.596737 [ 3 ] {b5f6994e-1124-42d2-9c24-de9b8c9f46c6} <Debug> executeQuery: Read 8 rows, 560.00 B in 0.001495 sec., 5351.170568561873 rows/sec., 365.80 KiB/sec. | ||
| 884 | 2025.02.19 05:54:48.596835 [ 3 ] {b5f6994e-1124-42d2-9c24-de9b8c9f46c6} <Debug> TCPHandler: Processed in 0.001784281 sec. | ||
| 885 | 2025.02.19 05:54:49.000168 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 150.80 MiB, peak 155.77 MiB, free memory in arenas 0.00 B, will set to 155.12 MiB (RSS), difference: 4.33 MiB | ||
| 886 | 2025.02.19 05:54:50.541140 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 1403 | ||
| 887 | 2025.02.19 05:54:50.541751 [ 244 ] {} <Trace> system.asynchronous_metric_log (5573eb27-0871-4eb5-bfd6-93b6d6d4142e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 888 | 2025.02.19 05:54:50.541798 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 889 | 2025.02.19 05:54:50.542403 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 890 | 2025.02.19 05:54:50.542677 [ 244 ] {} <Trace> system.asynchronous_metric_log (5573eb27-0871-4eb5-bfd6-93b6d6d4142e): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 891 | 2025.02.19 05:54:50.542867 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1403 | ||
| 892 | 2025.02.19 05:54:50.633079 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 23 | ||
| 893 | 2025.02.19 05:54:50.651580 [ 243 ] {} <Trace> system.metric_log (636422f3-000f-4feb-9852-006313efe3e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 894 | 2025.02.19 05:54:50.651646 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 895 | 2025.02.19 05:54:50.658245 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 896 | 2025.02.19 05:54:50.659080 [ 243 ] {} <Trace> system.metric_log (636422f3-000f-4feb-9852-006313efe3e0): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 897 | 2025.02.19 05:54:50.661632 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 23 | ||
| 898 | 2025.02.19 05:54:53.551611 [ 3 ] {} <Trace> TCP-Session: 096c1f3c-b129-4cf1-871a-58575bc1fc32 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 899 | 2025.02.19 05:54:53.551809 [ 3 ] {1d647abd-7cb5-4bd0-8a9b-835f6b8b94be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49264) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 900 | 2025.02.19 05:54:53.551879 [ 3 ] {1d647abd-7cb5-4bd0-8a9b-835f6b8b94be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 901 | 2025.02.19 05:54:53.552587 [ 3 ] {1d647abd-7cb5-4bd0-8a9b-835f6b8b94be} <Trace> oximeter.fields_string (2fcca75a-374a-4c87-833b-a981a707b5d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 902 | 2025.02.19 05:54:53.552638 [ 3 ] {1d647abd-7cb5-4bd0-8a9b-835f6b8b94be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 903 | 2025.02.19 05:54:53.553082 [ 3 ] {1d647abd-7cb5-4bd0-8a9b-835f6b8b94be} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 904 | 2025.02.19 05:54:53.553341 [ 3 ] {1d647abd-7cb5-4bd0-8a9b-835f6b8b94be} <Trace> oximeter.fields_string (2fcca75a-374a-4c87-833b-a981a707b5d9): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 905 | 2025.02.19 05:54:53.553547 [ 3 ] {1d647abd-7cb5-4bd0-8a9b-835f6b8b94be} <Debug> executeQuery: Read 30 rows, 2.34 KiB in 0.001789 sec., 16769.144773616546 rows/sec., 1.28 MiB/sec. | ||
| 906 | 2025.02.19 05:54:53.553689 [ 3 ] {1d647abd-7cb5-4bd0-8a9b-835f6b8b94be} <Debug> TCPHandler: Processed in 0.002207617 sec. | ||
| 907 | 2025.02.19 05:54:53.553977 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 908 | 2025.02.19 05:54:53.554172 [ 254 ] {e6349403-e9a7-42b9-b989-30bb594d7b15} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 909 | 2025.02.19 05:54:53.554248 [ 254 ] {e6349403-e9a7-42b9-b989-30bb594d7b15} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 910 | 2025.02.19 05:54:53.555012 [ 254 ] {e6349403-e9a7-42b9-b989-30bb594d7b15} <Trace> oximeter.fields_uuid (3e28ef33-2603-423e-a1ee-258fce097b7c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 911 | 2025.02.19 05:54:53.555065 [ 254 ] {e6349403-e9a7-42b9-b989-30bb594d7b15} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 912 | 2025.02.19 05:54:53.555512 [ 254 ] {e6349403-e9a7-42b9-b989-30bb594d7b15} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 913 | 2025.02.19 05:54:53.555767 [ 254 ] {e6349403-e9a7-42b9-b989-30bb594d7b15} <Trace> oximeter.fields_uuid (3e28ef33-2603-423e-a1ee-258fce097b7c): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 914 | 2025.02.19 05:54:53.555998 [ 254 ] {e6349403-e9a7-42b9-b989-30bb594d7b15} <Debug> executeQuery: Read 36 rows, 2.88 KiB in 0.001882 sec., 19128.586609989372 rows/sec., 1.49 MiB/sec. | ||
| 915 | 2025.02.19 05:54:53.556061 [ 254 ] {e6349403-e9a7-42b9-b989-30bb594d7b15} <Debug> TCPHandler: Processed in 0.002247589 sec. | ||
| 916 | 2025.02.19 05:54:53.556234 [ 3 ] {} <Trace> TCP-Session: 096c1f3c-b129-4cf1-871a-58575bc1fc32 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 917 | 2025.02.19 05:54:53.556378 [ 3 ] {fe6a84a3-1c5a-4385-9d75-432f3717518f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49264) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 918 | 2025.02.19 05:54:53.556442 [ 3 ] {fe6a84a3-1c5a-4385-9d75-432f3717518f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 919 | 2025.02.19 05:54:53.557064 [ 3 ] {fe6a84a3-1c5a-4385-9d75-432f3717518f} <Trace> oximeter.measurements_cumulativeu64 (12ad3da5-8862-4a0c-98f0-1a099eec319b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 920 | 2025.02.19 05:54:53.557101 [ 3 ] {fe6a84a3-1c5a-4385-9d75-432f3717518f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 921 | 2025.02.19 05:54:53.557495 [ 3 ] {fe6a84a3-1c5a-4385-9d75-432f3717518f} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 922 | 2025.02.19 05:54:53.557744 [ 3 ] {fe6a84a3-1c5a-4385-9d75-432f3717518f} <Trace> oximeter.measurements_cumulativeu64 (12ad3da5-8862-4a0c-98f0-1a099eec319b): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 923 | 2025.02.19 05:54:53.557957 [ 3 ] {fe6a84a3-1c5a-4385-9d75-432f3717518f} <Debug> executeQuery: Read 110 rows, 7.86 KiB in 0.001604 sec., 68578.5536159601 rows/sec., 4.79 MiB/sec. | ||
| 924 | 2025.02.19 05:54:53.558085 [ 3 ] {fe6a84a3-1c5a-4385-9d75-432f3717518f} <Debug> TCPHandler: Processed in 0.001919762 sec. | ||
| 925 | 2025.02.19 05:54:53.558234 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 926 | 2025.02.19 05:54:53.558366 [ 254 ] {85b0f3ba-8ea2-496e-a45a-7dba8ce0a74e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 927 | 2025.02.19 05:54:53.558422 [ 254 ] {85b0f3ba-8ea2-496e-a45a-7dba8ce0a74e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 928 | 2025.02.19 05:54:53.558926 [ 254 ] {85b0f3ba-8ea2-496e-a45a-7dba8ce0a74e} <Trace> oximeter.measurements_u64 (fe0987d5-5b8f-48d5-a303-9c895ee7970c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 929 | 2025.02.19 05:54:53.558966 [ 254 ] {85b0f3ba-8ea2-496e-a45a-7dba8ce0a74e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 930 | 2025.02.19 05:54:53.559376 [ 254 ] {85b0f3ba-8ea2-496e-a45a-7dba8ce0a74e} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 931 | 2025.02.19 05:54:53.559634 [ 254 ] {85b0f3ba-8ea2-496e-a45a-7dba8ce0a74e} <Trace> oximeter.measurements_u64 (fe0987d5-5b8f-48d5-a303-9c895ee7970c): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 932 | 2025.02.19 05:54:53.559843 [ 254 ] {85b0f3ba-8ea2-496e-a45a-7dba8ce0a74e} <Debug> executeQuery: Read 40 rows, 2.73 KiB in 0.001509 sec., 26507.620941020545 rows/sec., 1.77 MiB/sec. | ||
| 933 | 2025.02.19 05:54:53.559897 [ 254 ] {85b0f3ba-8ea2-496e-a45a-7dba8ce0a74e} <Debug> TCPHandler: Processed in 0.00172626 sec. | ||
| 934 | 2025.02.19 05:54:57.972814 [ 103 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 935 | 2025.02.19 05:54:57.972897 [ 103 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 936 | 2025.02.19 05:54:58.038443 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 142 | ||
| 937 | 2025.02.19 05:54:58.043001 [ 242 ] {} <Trace> system.query_log (c5831a85-9043-4d4c-a5be-d968cb126303): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 938 | 2025.02.19 05:54:58.043059 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 939 | 2025.02.19 05:54:58.043165 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 1891 | ||
| 940 | 2025.02.19 05:54:58.046619 [ 244 ] {} <Trace> system.asynchronous_metric_log (5573eb27-0871-4eb5-bfd6-93b6d6d4142e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 941 | 2025.02.19 05:54:58.046679 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 942 | 2025.02.19 05:54:58.048280 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 943 | 2025.02.19 05:54:58.048918 [ 244 ] {} <Trace> system.asynchronous_metric_log (5573eb27-0871-4eb5-bfd6-93b6d6d4142e): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 944 | 2025.02.19 05:54:58.049521 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1891 | ||
| 945 | 2025.02.19 05:54:58.049681 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 946 | 2025.02.19 05:54:58.050027 [ 242 ] {} <Trace> system.query_log (c5831a85-9043-4d4c-a5be-d968cb126303): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 947 | 2025.02.19 05:54:58.050877 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 142 | ||
| 948 | 2025.02.19 05:54:58.161859 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 31 | ||
| 949 | 2025.02.19 05:54:58.182828 [ 243 ] {} <Trace> system.metric_log (636422f3-000f-4feb-9852-006313efe3e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 950 | 2025.02.19 05:54:58.182880 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 951 | 2025.02.19 05:54:58.189468 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 952 | 2025.02.19 05:54:58.190235 [ 243 ] {} <Trace> system.metric_log (636422f3-000f-4feb-9852-006313efe3e0): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 953 | 2025.02.19 05:54:58.193350 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 31 | ||
| 954 | 2025.02.19 05:54:58.551186 [ 3 ] {} <Trace> TCP-Session: 096c1f3c-b129-4cf1-871a-58575bc1fc32 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 955 | 2025.02.19 05:54:58.551426 [ 3 ] {aae01507-6fdc-4bdd-863d-90857df4efa7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49264) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 956 | 2025.02.19 05:54:58.551852 [ 3 ] {aae01507-6fdc-4bdd-863d-90857df4efa7} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 957 | 2025.02.19 05:54:58.553886 [ 3 ] {aae01507-6fdc-4bdd-863d-90857df4efa7} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 958 | 2025.02.19 05:54:58.554375 [ 3 ] {aae01507-6fdc-4bdd-863d-90857df4efa7} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 959 | 2025.02.19 05:54:58.554681 [ 3 ] {aae01507-6fdc-4bdd-863d-90857df4efa7} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 960 | 2025.02.19 05:54:58.555128 [ 3 ] {aae01507-6fdc-4bdd-863d-90857df4efa7} <Debug> oximeter.timeseries_schema (86ef1e60-00e1-4f5f-bbc7-09b3fbfc4e7e) (SelectExecutor): Key condition: (column 0 notIn 18-element set) | ||
| 961 | 2025.02.19 05:54:58.556309 [ 3 ] {aae01507-6fdc-4bdd-863d-90857df4efa7} <Trace> oximeter.timeseries_schema (86ef1e60-00e1-4f5f-bbc7-09b3fbfc4e7e) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 962 | 2025.02.19 05:54:58.558241 [ 3 ] {aae01507-6fdc-4bdd-863d-90857df4efa7} <Debug> oximeter.timeseries_schema (86ef1e60-00e1-4f5f-bbc7-09b3fbfc4e7e) (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 | ||
| 963 | 2025.02.19 05:54:58.558290 [ 3 ] {aae01507-6fdc-4bdd-863d-90857df4efa7} <Trace> oximeter.timeseries_schema (86ef1e60-00e1-4f5f-bbc7-09b3fbfc4e7e) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 964 | 2025.02.19 05:54:58.560331 [ 3 ] {aae01507-6fdc-4bdd-863d-90857df4efa7} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 965 | 2025.02.19 05:54:58.560368 [ 3 ] {aae01507-6fdc-4bdd-863d-90857df4efa7} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 966 | 2025.02.19 05:54:58.565082 [ 3 ] {aae01507-6fdc-4bdd-863d-90857df4efa7} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.01376 sec., 1308.139534883721 rows/sec., 53.51 KiB/sec. | ||
| 967 | 2025.02.19 05:54:58.565203 [ 3 ] {aae01507-6fdc-4bdd-863d-90857df4efa7} <Debug> TCPHandler: Processed in 0.0141436 sec. | ||
| 968 | 2025.02.19 05:54:58.567352 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 969 | 2025.02.19 05:54:58.567659 [ 254 ] {81e7e671-6226-4122-a8be-702a4adbf072} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 970 | 2025.02.19 05:54:58.567788 [ 254 ] {81e7e671-6226-4122-a8be-702a4adbf072} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 971 | 2025.02.19 05:54:58.568763 [ 254 ] {81e7e671-6226-4122-a8be-702a4adbf072} <Trace> oximeter.timeseries_schema (86ef1e60-00e1-4f5f-bbc7-09b3fbfc4e7e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 972 | 2025.02.19 05:54:58.568807 [ 254 ] {81e7e671-6226-4122-a8be-702a4adbf072} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 973 | 2025.02.19 05:54:58.569347 [ 254 ] {81e7e671-6226-4122-a8be-702a4adbf072} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 974 | 2025.02.19 05:54:58.569578 [ 254 ] {81e7e671-6226-4122-a8be-702a4adbf072} <Trace> oximeter.timeseries_schema (86ef1e60-00e1-4f5f-bbc7-09b3fbfc4e7e): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 975 | 2025.02.19 05:54:58.569777 [ 254 ] {81e7e671-6226-4122-a8be-702a4adbf072} <Debug> executeQuery: Read 1 rows, 153.00 B in 0.002208 sec., 452.8985507246377 rows/sec., 67.67 KiB/sec. | ||
| 976 | 2025.02.19 05:54:58.569846 [ 254 ] {81e7e671-6226-4122-a8be-702a4adbf072} <Debug> TCPHandler: Processed in 0.002687635 sec. | ||
| 977 | 2025.02.19 05:54:58.569991 [ 3 ] {} <Trace> TCP-Session: 096c1f3c-b129-4cf1-871a-58575bc1fc32 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 978 | 2025.02.19 05:54:58.570141 [ 3 ] {1ef6eb35-a3b5-4ca1-bc2b-5cae00ccfd8c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49264) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 979 | 2025.02.19 05:54:58.570201 [ 3 ] {1ef6eb35-a3b5-4ca1-bc2b-5cae00ccfd8c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 980 | 2025.02.19 05:54:58.570968 [ 3 ] {1ef6eb35-a3b5-4ca1-bc2b-5cae00ccfd8c} <Trace> oximeter.fields_string (2fcca75a-374a-4c87-833b-a981a707b5d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 981 | 2025.02.19 05:54:58.571018 [ 3 ] {1ef6eb35-a3b5-4ca1-bc2b-5cae00ccfd8c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 982 | 2025.02.19 05:54:58.571434 [ 3 ] {1ef6eb35-a3b5-4ca1-bc2b-5cae00ccfd8c} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 983 | 2025.02.19 05:54:58.571683 [ 3 ] {1ef6eb35-a3b5-4ca1-bc2b-5cae00ccfd8c} <Trace> oximeter.fields_string (2fcca75a-374a-4c87-833b-a981a707b5d9): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 984 | 2025.02.19 05:54:58.571898 [ 3 ] {1ef6eb35-a3b5-4ca1-bc2b-5cae00ccfd8c} <Debug> executeQuery: Read 46 rows, 3.93 KiB in 0.001799 sec., 25569.76097832129 rows/sec., 2.13 MiB/sec. | ||
| 985 | 2025.02.19 05:54:58.571949 [ 3 ] {1ef6eb35-a3b5-4ca1-bc2b-5cae00ccfd8c} <Debug> TCPHandler: Processed in 0.002025225 sec. | ||
| 986 | 2025.02.19 05:54:58.572124 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 987 | 2025.02.19 05:54:58.572272 [ 254 ] {c9262b20-c93c-4d44-a534-d627750081ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 988 | 2025.02.19 05:54:58.572334 [ 254 ] {c9262b20-c93c-4d44-a534-d627750081ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 989 | 2025.02.19 05:54:58.573090 [ 254 ] {c9262b20-c93c-4d44-a534-d627750081ab} <Trace> oximeter.fields_u16 (6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 990 | 2025.02.19 05:54:58.573125 [ 254 ] {c9262b20-c93c-4d44-a534-d627750081ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 991 | 2025.02.19 05:54:58.573495 [ 254 ] {c9262b20-c93c-4d44-a534-d627750081ab} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 992 | 2025.02.19 05:54:58.573735 [ 254 ] {c9262b20-c93c-4d44-a534-d627750081ab} <Trace> oximeter.fields_u16 (6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 993 | 2025.02.19 05:54:58.573936 [ 254 ] {c9262b20-c93c-4d44-a534-d627750081ab} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001698 sec., 4711.425206124853 rows/sec., 354.28 KiB/sec. | ||
| 994 | 2025.02.19 05:54:58.574078 [ 254 ] {c9262b20-c93c-4d44-a534-d627750081ab} <Debug> TCPHandler: Processed in 0.002025124 sec. | ||
| 995 | 2025.02.19 05:54:58.574240 [ 3 ] {} <Trace> TCP-Session: 096c1f3c-b129-4cf1-871a-58575bc1fc32 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 996 | 2025.02.19 05:54:58.574376 [ 3 ] {a4c41f2d-d590-4962-990d-a1f49c233b92} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49264) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 997 | 2025.02.19 05:54:58.574433 [ 3 ] {a4c41f2d-d590-4962-990d-a1f49c233b92} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 998 | 2025.02.19 05:54:58.575117 [ 3 ] {a4c41f2d-d590-4962-990d-a1f49c233b92} <Trace> oximeter.fields_uuid (3e28ef33-2603-423e-a1ee-258fce097b7c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 999 | 2025.02.19 05:54:58.575156 [ 3 ] {a4c41f2d-d590-4962-990d-a1f49c233b92} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 1000 | 2025.02.19 05:54:58.575524 [ 3 ] {a4c41f2d-d590-4962-990d-a1f49c233b92} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1001 | 2025.02.19 05:54:58.575765 [ 3 ] {a4c41f2d-d590-4962-990d-a1f49c233b92} <Trace> oximeter.fields_uuid (3e28ef33-2603-423e-a1ee-258fce097b7c): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1002 | 2025.02.19 05:54:58.575965 [ 3 ] {a4c41f2d-d590-4962-990d-a1f49c233b92} <Debug> executeQuery: Read 44 rows, 3.52 KiB in 0.001618 sec., 27194.06674907293 rows/sec., 2.12 MiB/sec. | ||
| 1003 | 2025.02.19 05:54:58.576016 [ 3 ] {a4c41f2d-d590-4962-990d-a1f49c233b92} <Debug> TCPHandler: Processed in 0.001845671 sec. | ||
| 1004 | 2025.02.19 05:54:58.576223 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1005 | 2025.02.19 05:54:58.576449 [ 254 ] {80c13f1d-b2ed-4831-8d38-261c8209842e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1006 | 2025.02.19 05:54:58.576546 [ 254 ] {80c13f1d-b2ed-4831-8d38-261c8209842e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1007 | 2025.02.19 05:54:58.577302 [ 254 ] {80c13f1d-b2ed-4831-8d38-261c8209842e} <Trace> oximeter.measurements_cumulativeu64 (12ad3da5-8862-4a0c-98f0-1a099eec319b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1008 | 2025.02.19 05:54:58.577344 [ 254 ] {80c13f1d-b2ed-4831-8d38-261c8209842e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 1009 | 2025.02.19 05:54:58.577747 [ 254 ] {80c13f1d-b2ed-4831-8d38-261c8209842e} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1010 | 2025.02.19 05:54:58.577984 [ 254 ] {80c13f1d-b2ed-4831-8d38-261c8209842e} <Trace> oximeter.measurements_cumulativeu64 (12ad3da5-8862-4a0c-98f0-1a099eec319b): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1011 | 2025.02.19 05:54:58.578198 [ 254 ] {80c13f1d-b2ed-4831-8d38-261c8209842e} <Debug> executeQuery: Read 110 rows, 7.86 KiB in 0.001792 sec., 61383.92857142857 rows/sec., 4.28 MiB/sec. | ||
| 1012 | 2025.02.19 05:54:58.578358 [ 254 ] {80c13f1d-b2ed-4831-8d38-261c8209842e} <Debug> TCPHandler: Processed in 0.002249078 sec. | ||
| 1013 | 2025.02.19 05:54:58.578524 [ 3 ] {} <Trace> TCP-Session: 096c1f3c-b129-4cf1-871a-58575bc1fc32 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1014 | 2025.02.19 05:54:58.578661 [ 3 ] {15511e34-5359-4437-aa62-63b5bb9885a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49264) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1015 | 2025.02.19 05:54:58.578749 [ 3 ] {15511e34-5359-4437-aa62-63b5bb9885a1} <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 | ||
| 1016 | 2025.02.19 05:54:58.579861 [ 3 ] {15511e34-5359-4437-aa62-63b5bb9885a1} <Trace> oximeter.measurements_histogramu64 (7e806432-9fb0-4852-8b8d-11fed24611fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1017 | 2025.02.19 05:54:58.579898 [ 3 ] {15511e34-5359-4437-aa62-63b5bb9885a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 1018 | 2025.02.19 05:54:58.582443 [ 3 ] {15511e34-5359-4437-aa62-63b5bb9885a1} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1019 | 2025.02.19 05:54:58.582761 [ 3 ] {15511e34-5359-4437-aa62-63b5bb9885a1} <Trace> oximeter.measurements_histogramu64 (7e806432-9fb0-4852-8b8d-11fed24611fa): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1020 | 2025.02.19 05:54:58.583020 [ 3 ] {15511e34-5359-4437-aa62-63b5bb9885a1} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.004389 sec., 1822.738664843928 rows/sec., 3.27 MiB/sec. | ||
| 1021 | 2025.02.19 05:54:58.583110 [ 3 ] {15511e34-5359-4437-aa62-63b5bb9885a1} <Debug> TCPHandler: Processed in 0.004652979 sec. | ||
| 1022 | 2025.02.19 05:54:58.583258 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1023 | 2025.02.19 05:54:58.583377 [ 254 ] {cce63455-7eec-48d8-b0b1-43a7cf7bdf34} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1024 | 2025.02.19 05:54:58.583430 [ 254 ] {cce63455-7eec-48d8-b0b1-43a7cf7bdf34} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1025 | 2025.02.19 05:54:58.583913 [ 254 ] {cce63455-7eec-48d8-b0b1-43a7cf7bdf34} <Trace> oximeter.measurements_u64 (fe0987d5-5b8f-48d5-a303-9c895ee7970c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1026 | 2025.02.19 05:54:58.583953 [ 254 ] {cce63455-7eec-48d8-b0b1-43a7cf7bdf34} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 1027 | 2025.02.19 05:54:58.584323 [ 254 ] {cce63455-7eec-48d8-b0b1-43a7cf7bdf34} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1028 | 2025.02.19 05:54:58.584562 [ 254 ] {cce63455-7eec-48d8-b0b1-43a7cf7bdf34} <Trace> oximeter.measurements_u64 (fe0987d5-5b8f-48d5-a303-9c895ee7970c): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1029 | 2025.02.19 05:54:58.584799 [ 254 ] {cce63455-7eec-48d8-b0b1-43a7cf7bdf34} <Debug> executeQuery: Read 40 rows, 2.73 KiB in 0.001442 sec., 27739.251040221916 rows/sec., 1.85 MiB/sec. | ||
| 1030 | 2025.02.19 05:54:58.584869 [ 254 ] {cce63455-7eec-48d8-b0b1-43a7cf7bdf34} <Debug> TCPHandler: Processed in 0.001669088 sec. | ||
| 1031 | 2025.02.19 05:55:03.553018 [ 3 ] {} <Trace> TCP-Session: 096c1f3c-b129-4cf1-871a-58575bc1fc32 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1032 | 2025.02.19 05:55:03.553223 [ 3 ] {830f4c32-5e02-4e8d-92c4-e71afee436c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49264) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1033 | 2025.02.19 05:55:03.553299 [ 3 ] {830f4c32-5e02-4e8d-92c4-e71afee436c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1034 | 2025.02.19 05:55:03.554126 [ 3 ] {830f4c32-5e02-4e8d-92c4-e71afee436c9} <Trace> oximeter.fields_string (2fcca75a-374a-4c87-833b-a981a707b5d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1035 | 2025.02.19 05:55:03.554180 [ 3 ] {830f4c32-5e02-4e8d-92c4-e71afee436c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 1036 | 2025.02.19 05:55:03.554628 [ 3 ] {830f4c32-5e02-4e8d-92c4-e71afee436c9} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1037 | 2025.02.19 05:55:03.554904 [ 3 ] {830f4c32-5e02-4e8d-92c4-e71afee436c9} <Trace> oximeter.fields_string (2fcca75a-374a-4c87-833b-a981a707b5d9): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1038 | 2025.02.19 05:55:03.555136 [ 3 ] {830f4c32-5e02-4e8d-92c4-e71afee436c9} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001966 sec., 28484.231943031537 rows/sec., 2.19 MiB/sec. | ||
| 1039 | 2025.02.19 05:55:03.555200 [ 3 ] {830f4c32-5e02-4e8d-92c4-e71afee436c9} <Debug> TCPHandler: Processed in 0.002315359 sec. | ||
| 1040 | 2025.02.19 05:55:03.555540 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1041 | 2025.02.19 05:55:03.555769 [ 254 ] {47ac866b-cef0-4d0c-97f6-4a87a7f542d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1042 | 2025.02.19 05:55:03.555935 [ 254 ] {47ac866b-cef0-4d0c-97f6-4a87a7f542d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1043 | 2025.02.19 05:55:03.556818 [ 254 ] {47ac866b-cef0-4d0c-97f6-4a87a7f542d3} <Trace> oximeter.fields_uuid (3e28ef33-2603-423e-a1ee-258fce097b7c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1044 | 2025.02.19 05:55:03.556885 [ 254 ] {47ac866b-cef0-4d0c-97f6-4a87a7f542d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 1045 | 2025.02.19 05:55:03.557446 [ 254 ] {47ac866b-cef0-4d0c-97f6-4a87a7f542d3} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1046 | 2025.02.19 05:55:03.557753 [ 254 ] {47ac866b-cef0-4d0c-97f6-4a87a7f542d3} <Trace> oximeter.fields_uuid (3e28ef33-2603-423e-a1ee-258fce097b7c): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1047 | 2025.02.19 05:55:03.558006 [ 254 ] {47ac866b-cef0-4d0c-97f6-4a87a7f542d3} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002305 sec., 27765.72668112798 rows/sec., 2.17 MiB/sec. | ||
| 1048 | 2025.02.19 05:55:03.558074 [ 254 ] {47ac866b-cef0-4d0c-97f6-4a87a7f542d3} <Debug> TCPHandler: Processed in 0.002742087 sec. | ||
| 1049 | 2025.02.19 05:55:03.558295 [ 3 ] {} <Trace> TCP-Session: 096c1f3c-b129-4cf1-871a-58575bc1fc32 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1050 | 2025.02.19 05:55:03.558455 [ 3 ] {d31e0e93-54cb-4962-87ad-3ed645304398} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49264) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1051 | 2025.02.19 05:55:03.558525 [ 3 ] {d31e0e93-54cb-4962-87ad-3ed645304398} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1052 | 2025.02.19 05:55:03.559159 [ 3 ] {d31e0e93-54cb-4962-87ad-3ed645304398} <Trace> oximeter.measurements_cumulativeu64 (12ad3da5-8862-4a0c-98f0-1a099eec319b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1053 | 2025.02.19 05:55:03.559205 [ 3 ] {d31e0e93-54cb-4962-87ad-3ed645304398} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 1054 | 2025.02.19 05:55:03.559622 [ 3 ] {d31e0e93-54cb-4962-87ad-3ed645304398} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1055 | 2025.02.19 05:55:03.559916 [ 3 ] {d31e0e93-54cb-4962-87ad-3ed645304398} <Trace> oximeter.measurements_cumulativeu64 (12ad3da5-8862-4a0c-98f0-1a099eec319b): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1056 | 2025.02.19 05:55:03.560187 [ 3 ] {d31e0e93-54cb-4962-87ad-3ed645304398} <Debug> executeQuery: Read 120 rows, 8.57 KiB in 0.001774 sec., 67643.74295377677 rows/sec., 4.72 MiB/sec. | ||
| 1057 | 2025.02.19 05:55:03.560372 [ 3 ] {d31e0e93-54cb-4962-87ad-3ed645304398} <Debug> TCPHandler: Processed in 0.002148957 sec. | ||
| 1058 | 2025.02.19 05:55:03.560572 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1059 | 2025.02.19 05:55:03.560721 [ 254 ] {e8cbb852-1f3a-414f-a47c-a4661eeb90e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1060 | 2025.02.19 05:55:03.560789 [ 254 ] {e8cbb852-1f3a-414f-a47c-a4661eeb90e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1061 | 2025.02.19 05:55:03.561381 [ 254 ] {e8cbb852-1f3a-414f-a47c-a4661eeb90e4} <Trace> oximeter.measurements_u64 (fe0987d5-5b8f-48d5-a303-9c895ee7970c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1062 | 2025.02.19 05:55:03.561425 [ 254 ] {e8cbb852-1f3a-414f-a47c-a4661eeb90e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 1063 | 2025.02.19 05:55:03.561872 [ 254 ] {e8cbb852-1f3a-414f-a47c-a4661eeb90e4} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1064 | 2025.02.19 05:55:03.562130 [ 254 ] {e8cbb852-1f3a-414f-a47c-a4661eeb90e4} <Trace> oximeter.measurements_u64 (fe0987d5-5b8f-48d5-a303-9c895ee7970c): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1065 | 2025.02.19 05:55:03.562374 [ 254 ] {e8cbb852-1f3a-414f-a47c-a4661eeb90e4} <Debug> executeQuery: Read 44 rows, 3.02 KiB in 0.001694 sec., 25974.025974025975 rows/sec., 1.74 MiB/sec. | ||
| 1066 | 2025.02.19 05:55:03.562427 [ 254 ] {e8cbb852-1f3a-414f-a47c-a4661eeb90e4} <Debug> TCPHandler: Processed in 0.001926703 sec. | ||
| 1067 | 2025.02.19 05:55:05.549761 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 2318 | ||
| 1068 | 2025.02.19 05:55:05.550410 [ 244 ] {} <Trace> system.asynchronous_metric_log (5573eb27-0871-4eb5-bfd6-93b6d6d4142e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1069 | 2025.02.19 05:55:05.550465 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 1070 | 2025.02.19 05:55:05.551032 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1071 | 2025.02.19 05:55:05.551297 [ 244 ] {} <Trace> system.asynchronous_metric_log (5573eb27-0871-4eb5-bfd6-93b6d6d4142e): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1072 | 2025.02.19 05:55:05.551555 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2318 | ||
| 1073 | 2025.02.19 05:55:05.693519 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 38 | ||
| 1074 | 2025.02.19 05:55:05.713490 [ 243 ] {} <Trace> system.metric_log (636422f3-000f-4feb-9852-006313efe3e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1075 | 2025.02.19 05:55:05.713548 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 1076 | 2025.02.19 05:55:05.720625 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1077 | 2025.02.19 05:55:05.721407 [ 243 ] {} <Trace> system.metric_log (636422f3-000f-4feb-9852-006313efe3e0): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1078 | 2025.02.19 05:55:05.724485 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 38 | ||
| 1079 | 2025.02.19 05:55:08.051320 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 166 | ||
| 1080 | 2025.02.19 05:55:08.054270 [ 242 ] {} <Trace> system.query_log (c5831a85-9043-4d4c-a5be-d968cb126303): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1081 | 2025.02.19 05:55:08.054331 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 1082 | 2025.02.19 05:55:08.055840 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1083 | 2025.02.19 05:55:08.056163 [ 242 ] {} <Trace> system.query_log (c5831a85-9043-4d4c-a5be-d968cb126303): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1084 | 2025.02.19 05:55:08.056968 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 166 | ||
| 1085 | 2025.02.19 05:55:08.555513 [ 3 ] {} <Trace> TCP-Session: 096c1f3c-b129-4cf1-871a-58575bc1fc32 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1086 | 2025.02.19 05:55:08.555756 [ 3 ] {4962186b-bb9c-4875-921b-4a4dfed2eaa7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49264) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1087 | 2025.02.19 05:55:08.555848 [ 3 ] {4962186b-bb9c-4875-921b-4a4dfed2eaa7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1088 | 2025.02.19 05:55:08.556743 [ 3 ] {4962186b-bb9c-4875-921b-4a4dfed2eaa7} <Trace> oximeter.fields_string (2fcca75a-374a-4c87-833b-a981a707b5d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1089 | 2025.02.19 05:55:08.556796 [ 3 ] {4962186b-bb9c-4875-921b-4a4dfed2eaa7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 1090 | 2025.02.19 05:55:08.557242 [ 3 ] {4962186b-bb9c-4875-921b-4a4dfed2eaa7} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1091 | 2025.02.19 05:55:08.557514 [ 3 ] {4962186b-bb9c-4875-921b-4a4dfed2eaa7} <Trace> oximeter.fields_string (2fcca75a-374a-4c87-833b-a981a707b5d9): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1092 | 2025.02.19 05:55:08.557789 [ 3 ] {4962186b-bb9c-4875-921b-4a4dfed2eaa7} <Debug> executeQuery: Read 72 rows, 5.99 KiB in 0.00209 sec., 34449.76076555024 rows/sec., 2.80 MiB/sec. | ||
| 1093 | 2025.02.19 05:55:08.557926 [ 3 ] {4962186b-bb9c-4875-921b-4a4dfed2eaa7} <Debug> TCPHandler: Processed in 0.002560234 sec. | ||
| 1094 | 2025.02.19 05:55:08.558258 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1095 | 2025.02.19 05:55:08.558524 [ 254 ] {e2b06f58-8a81-43a0-9fce-ce67a545934d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1096 | 2025.02.19 05:55:08.558598 [ 254 ] {e2b06f58-8a81-43a0-9fce-ce67a545934d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1097 | 2025.02.19 05:55:08.559361 [ 254 ] {e2b06f58-8a81-43a0-9fce-ce67a545934d} <Trace> oximeter.fields_u16 (6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1098 | 2025.02.19 05:55:08.559413 [ 254 ] {e2b06f58-8a81-43a0-9fce-ce67a545934d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 1099 | 2025.02.19 05:55:08.559847 [ 254 ] {e2b06f58-8a81-43a0-9fce-ce67a545934d} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1100 | 2025.02.19 05:55:08.560110 [ 254 ] {e2b06f58-8a81-43a0-9fce-ce67a545934d} <Trace> oximeter.fields_u16 (6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1101 | 2025.02.19 05:55:08.560340 [ 254 ] {e2b06f58-8a81-43a0-9fce-ce67a545934d} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001874 sec., 4268.943436499467 rows/sec., 321.00 KiB/sec. | ||
| 1102 | 2025.02.19 05:55:08.560404 [ 254 ] {e2b06f58-8a81-43a0-9fce-ce67a545934d} <Debug> TCPHandler: Processed in 0.002331339 sec. | ||
| 1103 | 2025.02.19 05:55:08.560578 [ 3 ] {} <Trace> TCP-Session: 096c1f3c-b129-4cf1-871a-58575bc1fc32 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1104 | 2025.02.19 05:55:08.560720 [ 3 ] {a2a81a12-2155-4ba2-a5e9-15e0dcc07ffb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49264) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1105 | 2025.02.19 05:55:08.560779 [ 3 ] {a2a81a12-2155-4ba2-a5e9-15e0dcc07ffb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1106 | 2025.02.19 05:55:08.561502 [ 3 ] {a2a81a12-2155-4ba2-a5e9-15e0dcc07ffb} <Trace> oximeter.fields_uuid (3e28ef33-2603-423e-a1ee-258fce097b7c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1107 | 2025.02.19 05:55:08.561543 [ 3 ] {a2a81a12-2155-4ba2-a5e9-15e0dcc07ffb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 1108 | 2025.02.19 05:55:08.561922 [ 3 ] {a2a81a12-2155-4ba2-a5e9-15e0dcc07ffb} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1109 | 2025.02.19 05:55:08.562179 [ 3 ] {a2a81a12-2155-4ba2-a5e9-15e0dcc07ffb} <Trace> oximeter.fields_uuid (3e28ef33-2603-423e-a1ee-258fce097b7c): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1110 | 2025.02.19 05:55:08.562401 [ 3 ] {a2a81a12-2155-4ba2-a5e9-15e0dcc07ffb} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.001713 sec., 42031.52364273205 rows/sec., 3.28 MiB/sec. | ||
| 1111 | 2025.02.19 05:55:08.562455 [ 3 ] {a2a81a12-2155-4ba2-a5e9-15e0dcc07ffb} <Debug> TCPHandler: Processed in 0.001948883 sec. | ||
| 1112 | 2025.02.19 05:55:08.562635 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1113 | 2025.02.19 05:55:08.562782 [ 254 ] {e728d469-0d30-4802-be8a-4652b994867d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1114 | 2025.02.19 05:55:08.562848 [ 254 ] {e728d469-0d30-4802-be8a-4652b994867d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1115 | 2025.02.19 05:55:08.563523 [ 254 ] {e728d469-0d30-4802-be8a-4652b994867d} <Trace> oximeter.measurements_cumulativeu64 (12ad3da5-8862-4a0c-98f0-1a099eec319b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1116 | 2025.02.19 05:55:08.563565 [ 254 ] {e728d469-0d30-4802-be8a-4652b994867d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 1117 | 2025.02.19 05:55:08.563973 [ 254 ] {e728d469-0d30-4802-be8a-4652b994867d} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1118 | 2025.02.19 05:55:08.564222 [ 254 ] {e728d469-0d30-4802-be8a-4652b994867d} <Trace> oximeter.measurements_cumulativeu64 (12ad3da5-8862-4a0c-98f0-1a099eec319b): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1119 | 2025.02.19 05:55:08.564441 [ 254 ] {e728d469-0d30-4802-be8a-4652b994867d} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001695 sec., 94395.2802359882 rows/sec., 6.57 MiB/sec. | ||
| 1120 | 2025.02.19 05:55:08.564501 [ 254 ] {e728d469-0d30-4802-be8a-4652b994867d} <Debug> TCPHandler: Processed in 0.001933183 sec. | ||
| 1121 | 2025.02.19 05:55:08.564653 [ 3 ] {} <Trace> TCP-Session: 096c1f3c-b129-4cf1-871a-58575bc1fc32 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1122 | 2025.02.19 05:55:08.564771 [ 3 ] {43b173f1-ee75-4a56-9289-2176398de410} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49264) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1123 | 2025.02.19 05:55:08.564854 [ 3 ] {43b173f1-ee75-4a56-9289-2176398de410} <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 | ||
| 1124 | 2025.02.19 05:55:08.565948 [ 3 ] {43b173f1-ee75-4a56-9289-2176398de410} <Trace> oximeter.measurements_histogramu64 (7e806432-9fb0-4852-8b8d-11fed24611fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1125 | 2025.02.19 05:55:08.565989 [ 3 ] {43b173f1-ee75-4a56-9289-2176398de410} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 1126 | 2025.02.19 05:55:08.566610 [ 3 ] {43b173f1-ee75-4a56-9289-2176398de410} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1127 | 2025.02.19 05:55:08.566882 [ 3 ] {43b173f1-ee75-4a56-9289-2176398de410} <Trace> oximeter.measurements_histogramu64 (7e806432-9fb0-4852-8b8d-11fed24611fa): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1128 | 2025.02.19 05:55:08.567113 [ 3 ] {43b173f1-ee75-4a56-9289-2176398de410} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002366 sec., 3381.23415046492 rows/sec., 6.06 MiB/sec. | ||
| 1129 | 2025.02.19 05:55:08.567205 [ 3 ] {43b173f1-ee75-4a56-9289-2176398de410} <Debug> TCPHandler: Processed in 0.002609225 sec. | ||
| 1130 | 2025.02.19 05:55:08.567371 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1131 | 2025.02.19 05:55:08.567513 [ 254 ] {f71d3403-f1f2-437d-a9c8-2b9475b9f4e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1132 | 2025.02.19 05:55:08.567577 [ 254 ] {f71d3403-f1f2-437d-a9c8-2b9475b9f4e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1133 | 2025.02.19 05:55:08.568161 [ 254 ] {f71d3403-f1f2-437d-a9c8-2b9475b9f4e3} <Trace> oximeter.measurements_u64 (fe0987d5-5b8f-48d5-a303-9c895ee7970c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1134 | 2025.02.19 05:55:08.568210 [ 254 ] {f71d3403-f1f2-437d-a9c8-2b9475b9f4e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 1135 | 2025.02.19 05:55:08.568644 [ 254 ] {f71d3403-f1f2-437d-a9c8-2b9475b9f4e3} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1136 | 2025.02.19 05:55:08.568896 [ 254 ] {f71d3403-f1f2-437d-a9c8-2b9475b9f4e3} <Trace> oximeter.measurements_u64 (fe0987d5-5b8f-48d5-a303-9c895ee7970c): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1137 | 2025.02.19 05:55:08.569202 [ 254 ] {f71d3403-f1f2-437d-a9c8-2b9475b9f4e3} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001704 sec., 35211.2676056338 rows/sec., 2.37 MiB/sec. | ||
| 1138 | 2025.02.19 05:55:08.569296 [ 254 ] {f71d3403-f1f2-437d-a9c8-2b9475b9f4e3} <Debug> TCPHandler: Processed in 0.001994814 sec. | ||
| 1139 | 2025.02.19 05:55:12.973137 [ 85 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 1140 | 2025.02.19 05:55:12.973203 [ 85 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 1141 | 2025.02.19 05:55:13.051758 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 2806 | ||
| 1142 | 2025.02.19 05:55:13.052528 [ 244 ] {} <Trace> system.asynchronous_metric_log (5573eb27-0871-4eb5-bfd6-93b6d6d4142e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1143 | 2025.02.19 05:55:13.052583 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 1144 | 2025.02.19 05:55:13.053149 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1145 | 2025.02.19 05:55:13.053423 [ 244 ] {} <Trace> system.asynchronous_metric_log (5573eb27-0871-4eb5-bfd6-93b6d6d4142e): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1146 | 2025.02.19 05:55:13.053613 [ 85 ] {} <Debug> system.asynchronous_metric_log (5573eb27-0871-4eb5-bfd6-93b6d6d4142e) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1147 | 2025.02.19 05:55:13.053712 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2806 | ||
| 1148 | 2025.02.19 05:55:13.053736 [ 85 ] {} <Trace> system.asynchronous_metric_log (5573eb27-0871-4eb5-bfd6-93b6d6d4142e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1149 | 2025.02.19 05:55:13.053772 [ 85 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 1150 | 2025.02.19 05:55:13.057991 [ 199 ] {5573eb27-0871-4eb5-bfd6-93b6d6d4142e::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 | ||
| 1151 | 2025.02.19 05:55:13.058208 [ 199 ] {5573eb27-0871-4eb5-bfd6-93b6d6d4142e::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1152 | 2025.02.19 05:55:13.058364 [ 199 ] {5573eb27-0871-4eb5-bfd6-93b6d6d4142e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 488 rows starting from the beginning of the part | ||
| 1153 | 2025.02.19 05:55:13.058511 [ 199 ] {5573eb27-0871-4eb5-bfd6-93b6d6d4142e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 488 rows starting from the beginning of the part | ||
| 1154 | 2025.02.19 05:55:13.058756 [ 199 ] {5573eb27-0871-4eb5-bfd6-93b6d6d4142e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 427 rows starting from the beginning of the part | ||
| 1155 | 2025.02.19 05:55:13.058882 [ 199 ] {5573eb27-0871-4eb5-bfd6-93b6d6d4142e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 488 rows starting from the beginning of the part | ||
| 1156 | 2025.02.19 05:55:13.059034 [ 199 ] {5573eb27-0871-4eb5-bfd6-93b6d6d4142e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 427 rows starting from the beginning of the part | ||
| 1157 | 2025.02.19 05:55:13.059203 [ 199 ] {5573eb27-0871-4eb5-bfd6-93b6d6d4142e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 488 rows starting from the beginning of the part | ||
| 1158 | 2025.02.19 05:55:13.079934 [ 191 ] {5573eb27-0871-4eb5-bfd6-93b6d6d4142e::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2806 rows, containing 4 columns (4 merged, 0 gathered) in 0.026070674 sec., 107630.51235269177 rows/sec., 1.54 MiB/sec. | ||
| 1159 | 2025.02.19 05:55:13.080579 [ 191 ] {5573eb27-0871-4eb5-bfd6-93b6d6d4142e::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1160 | 2025.02.19 05:55:13.080906 [ 191 ] {5573eb27-0871-4eb5-bfd6-93b6d6d4142e::all_1_6_1} <Trace> system.asynchronous_metric_log (5573eb27-0871-4eb5-bfd6-93b6d6d4142e): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1161 | 2025.02.19 05:55:13.080990 [ 191 ] {5573eb27-0871-4eb5-bfd6-93b6d6d4142e::all_1_6_1} <Trace> system.asynchronous_metric_log (5573eb27-0871-4eb5-bfd6-93b6d6d4142e) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1162 | 2025.02.19 05:55:13.081101 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.34 MiB. | ||
| 1163 | 2025.02.19 05:55:13.224641 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 46 | ||
| 1164 | 2025.02.19 05:55:13.244939 [ 243 ] {} <Trace> system.metric_log (636422f3-000f-4feb-9852-006313efe3e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1165 | 2025.02.19 05:55:13.244993 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 1166 | 2025.02.19 05:55:13.251877 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1167 | 2025.02.19 05:55:13.252676 [ 243 ] {} <Trace> system.metric_log (636422f3-000f-4feb-9852-006313efe3e0): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1168 | 2025.02.19 05:55:13.253057 [ 84 ] {} <Debug> system.metric_log (636422f3-000f-4feb-9852-006313efe3e0) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1169 | 2025.02.19 05:55:13.253194 [ 84 ] {} <Trace> system.metric_log (636422f3-000f-4feb-9852-006313efe3e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1170 | 2025.02.19 05:55:13.253265 [ 84 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 1171 | 2025.02.19 05:55:13.253670 [ 191 ] {636422f3-000f-4feb-9852-006313efe3e0::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 | ||
| 1172 | 2025.02.19 05:55:13.263209 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 46 | ||
| 1173 | 2025.02.19 05:55:13.264248 [ 191 ] {636422f3-000f-4feb-9852-006313efe3e0::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1174 | 2025.02.19 05:55:13.265161 [ 191 ] {636422f3-000f-4feb-9852-006313efe3e0::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 | ||
| 1175 | 2025.02.19 05:55:13.270169 [ 191 ] {636422f3-000f-4feb-9852-006313efe3e0::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 | ||
| 1176 | 2025.02.19 05:55:13.275354 [ 191 ] {636422f3-000f-4feb-9852-006313efe3e0::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 | ||
| 1177 | 2025.02.19 05:55:13.280492 [ 191 ] {636422f3-000f-4feb-9852-006313efe3e0::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 | ||
| 1178 | 2025.02.19 05:55:13.289787 [ 191 ] {636422f3-000f-4feb-9852-006313efe3e0::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 | ||
| 1179 | 2025.02.19 05:55:13.294283 [ 191 ] {636422f3-000f-4feb-9852-006313efe3e0::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 | ||
| 1180 | 2025.02.19 05:55:13.353824 [ 190 ] {636422f3-000f-4feb-9852-006313efe3e0::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 46 rows, containing 679 columns (679 merged, 0 gathered) in 0.100437577 sec., 457.99591521408365 rows/sec., 2.37 MiB/sec. | ||
| 1181 | 2025.02.19 05:55:13.356414 [ 201 ] {636422f3-000f-4feb-9852-006313efe3e0::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1182 | 2025.02.19 05:55:13.359492 [ 201 ] {636422f3-000f-4feb-9852-006313efe3e0::all_1_6_1} <Trace> system.metric_log (636422f3-000f-4feb-9852-006313efe3e0): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1183 | 2025.02.19 05:55:13.359623 [ 201 ] {636422f3-000f-4feb-9852-006313efe3e0::all_1_6_1} <Trace> system.metric_log (636422f3-000f-4feb-9852-006313efe3e0) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1184 | 2025.02.19 05:55:13.361826 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.09 MiB. | ||
| 1185 | 2025.02.19 05:55:13.553032 [ 3 ] {} <Trace> TCP-Session: 096c1f3c-b129-4cf1-871a-58575bc1fc32 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1186 | 2025.02.19 05:55:13.553266 [ 3 ] {26ffd46f-66a8-4c36-8263-7d6ab6e1b719} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49264) 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) | ||
| 1187 | 2025.02.19 05:55:13.553661 [ 3 ] {26ffd46f-66a8-4c36-8263-7d6ab6e1b719} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1188 | 2025.02.19 05:55:13.553706 [ 3 ] {26ffd46f-66a8-4c36-8263-7d6ab6e1b719} <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 | ||
| 1189 | 2025.02.19 05:55:13.554012 [ 3 ] {26ffd46f-66a8-4c36-8263-7d6ab6e1b719} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1190 | 2025.02.19 05:55:13.554091 [ 3 ] {26ffd46f-66a8-4c36-8263-7d6ab6e1b719} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1191 | 2025.02.19 05:55:13.554268 [ 3 ] {26ffd46f-66a8-4c36-8263-7d6ab6e1b719} <Debug> oximeter.timeseries_schema (86ef1e60-00e1-4f5f-bbc7-09b3fbfc4e7e) (SelectExecutor): Key condition: (column 0 notIn 19-element set) | ||
| 1192 | 2025.02.19 05:55:13.554518 [ 286 ] {26ffd46f-66a8-4c36-8263-7d6ab6e1b719} <Trace> oximeter.timeseries_schema (86ef1e60-00e1-4f5f-bbc7-09b3fbfc4e7e) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1193 | 2025.02.19 05:55:13.554538 [ 287 ] {26ffd46f-66a8-4c36-8263-7d6ab6e1b719} <Trace> oximeter.timeseries_schema (86ef1e60-00e1-4f5f-bbc7-09b3fbfc4e7e) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1194 | 2025.02.19 05:55:13.554660 [ 3 ] {26ffd46f-66a8-4c36-8263-7d6ab6e1b719} <Debug> oximeter.timeseries_schema (86ef1e60-00e1-4f5f-bbc7-09b3fbfc4e7e) (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 | ||
| 1195 | 2025.02.19 05:55:13.554689 [ 3 ] {26ffd46f-66a8-4c36-8263-7d6ab6e1b719} <Trace> oximeter.timeseries_schema (86ef1e60-00e1-4f5f-bbc7-09b3fbfc4e7e) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1196 | 2025.02.19 05:55:13.554740 [ 3 ] {26ffd46f-66a8-4c36-8263-7d6ab6e1b719} <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'))" | ||
| 1197 | 2025.02.19 05:55:13.554767 [ 3 ] {26ffd46f-66a8-4c36-8263-7d6ab6e1b719} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1198 | 2025.02.19 05:55:13.555545 [ 3 ] {26ffd46f-66a8-4c36-8263-7d6ab6e1b719} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002383 sec., 7553.503986571548 rows/sec., 308.99 KiB/sec. | ||
| 1199 | 2025.02.19 05:55:13.555668 [ 3 ] {26ffd46f-66a8-4c36-8263-7d6ab6e1b719} <Debug> TCPHandler: Processed in 0.002763637 sec. | ||
| 1200 | 2025.02.19 05:55:13.556096 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1201 | 2025.02.19 05:55:13.556386 [ 254 ] {4fc07764-a443-4346-9eaf-e526d98d7404} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 1202 | 2025.02.19 05:55:13.556824 [ 254 ] {4fc07764-a443-4346-9eaf-e526d98d7404} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1203 | 2025.02.19 05:55:13.556870 [ 254 ] {4fc07764-a443-4346-9eaf-e526d98d7404} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1204 | 2025.02.19 05:55:13.557186 [ 254 ] {4fc07764-a443-4346-9eaf-e526d98d7404} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1205 | 2025.02.19 05:55:13.557277 [ 254 ] {4fc07764-a443-4346-9eaf-e526d98d7404} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1206 | 2025.02.19 05:55:13.557460 [ 254 ] {4fc07764-a443-4346-9eaf-e526d98d7404} <Debug> oximeter.timeseries_schema (86ef1e60-00e1-4f5f-bbc7-09b3fbfc4e7e) (SelectExecutor): Key condition: (column 0 notIn 20-element set) | ||
| 1207 | 2025.02.19 05:55:13.557583 [ 286 ] {4fc07764-a443-4346-9eaf-e526d98d7404} <Trace> oximeter.timeseries_schema (86ef1e60-00e1-4f5f-bbc7-09b3fbfc4e7e) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1208 | 2025.02.19 05:55:13.557587 [ 287 ] {4fc07764-a443-4346-9eaf-e526d98d7404} <Trace> oximeter.timeseries_schema (86ef1e60-00e1-4f5f-bbc7-09b3fbfc4e7e) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1209 | 2025.02.19 05:55:13.557712 [ 254 ] {4fc07764-a443-4346-9eaf-e526d98d7404} <Debug> oximeter.timeseries_schema (86ef1e60-00e1-4f5f-bbc7-09b3fbfc4e7e) (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 | ||
| 1210 | 2025.02.19 05:55:13.557744 [ 254 ] {4fc07764-a443-4346-9eaf-e526d98d7404} <Trace> oximeter.timeseries_schema (86ef1e60-00e1-4f5f-bbc7-09b3fbfc4e7e) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1211 | 2025.02.19 05:55:13.557799 [ 254 ] {4fc07764-a443-4346-9eaf-e526d98d7404} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 1212 | 2025.02.19 05:55:13.557825 [ 254 ] {4fc07764-a443-4346-9eaf-e526d98d7404} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1213 | 2025.02.19 05:55:13.558549 [ 254 ] {4fc07764-a443-4346-9eaf-e526d98d7404} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002295 sec., 7843.137254901961 rows/sec., 320.84 KiB/sec. | ||
| 1214 | 2025.02.19 05:55:13.558684 [ 254 ] {4fc07764-a443-4346-9eaf-e526d98d7404} <Debug> TCPHandler: Processed in 0.002729037 sec. | ||
| 1215 | 2025.02.19 05:55:13.558927 [ 3 ] {} <Trace> TCP-Session: 096c1f3c-b129-4cf1-871a-58575bc1fc32 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1216 | 2025.02.19 05:55:13.559107 [ 3 ] {6793739d-67ce-40d6-84b6-47a61b574bf0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49264) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 1217 | 2025.02.19 05:55:13.559427 [ 3 ] {6793739d-67ce-40d6-84b6-47a61b574bf0} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1218 | 2025.02.19 05:55:13.559472 [ 3 ] {6793739d-67ce-40d6-84b6-47a61b574bf0} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1219 | 2025.02.19 05:55:13.559752 [ 3 ] {6793739d-67ce-40d6-84b6-47a61b574bf0} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1220 | 2025.02.19 05:55:13.559823 [ 3 ] {6793739d-67ce-40d6-84b6-47a61b574bf0} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1221 | 2025.02.19 05:55:13.559977 [ 3 ] {6793739d-67ce-40d6-84b6-47a61b574bf0} <Debug> oximeter.timeseries_schema (86ef1e60-00e1-4f5f-bbc7-09b3fbfc4e7e) (SelectExecutor): Key condition: (column 0 notIn 21-element set) | ||
| 1222 | 2025.02.19 05:55:13.560074 [ 286 ] {6793739d-67ce-40d6-84b6-47a61b574bf0} <Trace> oximeter.timeseries_schema (86ef1e60-00e1-4f5f-bbc7-09b3fbfc4e7e) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1223 | 2025.02.19 05:55:13.560083 [ 287 ] {6793739d-67ce-40d6-84b6-47a61b574bf0} <Trace> oximeter.timeseries_schema (86ef1e60-00e1-4f5f-bbc7-09b3fbfc4e7e) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1224 | 2025.02.19 05:55:13.560176 [ 3 ] {6793739d-67ce-40d6-84b6-47a61b574bf0} <Debug> oximeter.timeseries_schema (86ef1e60-00e1-4f5f-bbc7-09b3fbfc4e7e) (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 | ||
| 1225 | 2025.02.19 05:55:13.560200 [ 3 ] {6793739d-67ce-40d6-84b6-47a61b574bf0} <Trace> oximeter.timeseries_schema (86ef1e60-00e1-4f5f-bbc7-09b3fbfc4e7e) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1226 | 2025.02.19 05:55:13.560249 [ 3 ] {6793739d-67ce-40d6-84b6-47a61b574bf0} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 1227 | 2025.02.19 05:55:13.560276 [ 3 ] {6793739d-67ce-40d6-84b6-47a61b574bf0} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1228 | 2025.02.19 05:55:13.560857 [ 3 ] {6793739d-67ce-40d6-84b6-47a61b574bf0} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001832 sec., 9825.32751091703 rows/sec., 401.93 KiB/sec. | ||
| 1229 | 2025.02.19 05:55:13.560972 [ 3 ] {6793739d-67ce-40d6-84b6-47a61b574bf0} <Debug> TCPHandler: Processed in 0.002102056 sec. | ||
| 1230 | 2025.02.19 05:55:13.561952 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1231 | 2025.02.19 05:55:13.562173 [ 254 ] {33a73be7-20a3-40b2-8c0a-dc5af88cb9b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 1232 | 2025.02.19 05:55:13.562564 [ 254 ] {33a73be7-20a3-40b2-8c0a-dc5af88cb9b0} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1233 | 2025.02.19 05:55:13.562618 [ 254 ] {33a73be7-20a3-40b2-8c0a-dc5af88cb9b0} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1234 | 2025.02.19 05:55:13.562901 [ 254 ] {33a73be7-20a3-40b2-8c0a-dc5af88cb9b0} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1235 | 2025.02.19 05:55:13.562970 [ 254 ] {33a73be7-20a3-40b2-8c0a-dc5af88cb9b0} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1236 | 2025.02.19 05:55:13.563126 [ 254 ] {33a73be7-20a3-40b2-8c0a-dc5af88cb9b0} <Debug> oximeter.timeseries_schema (86ef1e60-00e1-4f5f-bbc7-09b3fbfc4e7e) (SelectExecutor): Key condition: (column 0 notIn 22-element set) | ||
| 1237 | 2025.02.19 05:55:13.563227 [ 286 ] {33a73be7-20a3-40b2-8c0a-dc5af88cb9b0} <Trace> oximeter.timeseries_schema (86ef1e60-00e1-4f5f-bbc7-09b3fbfc4e7e) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1238 | 2025.02.19 05:55:13.563239 [ 287 ] {33a73be7-20a3-40b2-8c0a-dc5af88cb9b0} <Trace> oximeter.timeseries_schema (86ef1e60-00e1-4f5f-bbc7-09b3fbfc4e7e) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1239 | 2025.02.19 05:55:13.563336 [ 254 ] {33a73be7-20a3-40b2-8c0a-dc5af88cb9b0} <Debug> oximeter.timeseries_schema (86ef1e60-00e1-4f5f-bbc7-09b3fbfc4e7e) (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 | ||
| 1240 | 2025.02.19 05:55:13.563364 [ 254 ] {33a73be7-20a3-40b2-8c0a-dc5af88cb9b0} <Trace> oximeter.timeseries_schema (86ef1e60-00e1-4f5f-bbc7-09b3fbfc4e7e) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1241 | 2025.02.19 05:55:13.563415 [ 254 ] {33a73be7-20a3-40b2-8c0a-dc5af88cb9b0} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 1242 | 2025.02.19 05:55:13.563440 [ 254 ] {33a73be7-20a3-40b2-8c0a-dc5af88cb9b0} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1243 | 2025.02.19 05:55:13.564083 [ 254 ] {33a73be7-20a3-40b2-8c0a-dc5af88cb9b0} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002017 sec., 8924.144769459594 rows/sec., 365.06 KiB/sec. | ||
| 1244 | 2025.02.19 05:55:13.564205 [ 254 ] {33a73be7-20a3-40b2-8c0a-dc5af88cb9b0} <Debug> TCPHandler: Processed in 0.002323029 sec. | ||
| 1245 | 2025.02.19 05:55:13.565484 [ 3 ] {} <Trace> TCP-Session: 096c1f3c-b129-4cf1-871a-58575bc1fc32 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1246 | 2025.02.19 05:55:13.565696 [ 3 ] {02ffb83f-0379-4b37-b314-d0115827b99e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49264) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 1247 | 2025.02.19 05:55:13.566163 [ 3 ] {02ffb83f-0379-4b37-b314-d0115827b99e} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1248 | 2025.02.19 05:55:13.566218 [ 3 ] {02ffb83f-0379-4b37-b314-d0115827b99e} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1249 | 2025.02.19 05:55:13.566569 [ 3 ] {02ffb83f-0379-4b37-b314-d0115827b99e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1250 | 2025.02.19 05:55:13.566649 [ 3 ] {02ffb83f-0379-4b37-b314-d0115827b99e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1251 | 2025.02.19 05:55:13.566817 [ 3 ] {02ffb83f-0379-4b37-b314-d0115827b99e} <Debug> oximeter.timeseries_schema (86ef1e60-00e1-4f5f-bbc7-09b3fbfc4e7e) (SelectExecutor): Key condition: (column 0 notIn 23-element set) | ||
| 1252 | 2025.02.19 05:55:13.566913 [ 287 ] {02ffb83f-0379-4b37-b314-d0115827b99e} <Trace> oximeter.timeseries_schema (86ef1e60-00e1-4f5f-bbc7-09b3fbfc4e7e) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1253 | 2025.02.19 05:55:13.566930 [ 286 ] {02ffb83f-0379-4b37-b314-d0115827b99e} <Trace> oximeter.timeseries_schema (86ef1e60-00e1-4f5f-bbc7-09b3fbfc4e7e) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1254 | 2025.02.19 05:55:13.567039 [ 3 ] {02ffb83f-0379-4b37-b314-d0115827b99e} <Debug> oximeter.timeseries_schema (86ef1e60-00e1-4f5f-bbc7-09b3fbfc4e7e) (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 | ||
| 1255 | 2025.02.19 05:55:13.567067 [ 3 ] {02ffb83f-0379-4b37-b314-d0115827b99e} <Trace> oximeter.timeseries_schema (86ef1e60-00e1-4f5f-bbc7-09b3fbfc4e7e) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1256 | 2025.02.19 05:55:13.567117 [ 3 ] {02ffb83f-0379-4b37-b314-d0115827b99e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 1257 | 2025.02.19 05:55:13.567144 [ 3 ] {02ffb83f-0379-4b37-b314-d0115827b99e} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1258 | 2025.02.19 05:55:13.567723 [ 3 ] {02ffb83f-0379-4b37-b314-d0115827b99e} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002123 sec., 8478.568064060293 rows/sec., 346.83 KiB/sec. | ||
| 1259 | 2025.02.19 05:55:13.567836 [ 3 ] {02ffb83f-0379-4b37-b314-d0115827b99e} <Debug> TCPHandler: Processed in 0.002409111 sec. | ||
| 1260 | 2025.02.19 05:55:13.568182 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1261 | 2025.02.19 05:55:13.568362 [ 254 ] {5ae6093b-45dd-4ac5-ba7e-62e5be57405f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 1262 | 2025.02.19 05:55:13.568684 [ 254 ] {5ae6093b-45dd-4ac5-ba7e-62e5be57405f} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1263 | 2025.02.19 05:55:13.568728 [ 254 ] {5ae6093b-45dd-4ac5-ba7e-62e5be57405f} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1264 | 2025.02.19 05:55:13.569011 [ 254 ] {5ae6093b-45dd-4ac5-ba7e-62e5be57405f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1265 | 2025.02.19 05:55:13.569079 [ 254 ] {5ae6093b-45dd-4ac5-ba7e-62e5be57405f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1266 | 2025.02.19 05:55:13.569231 [ 254 ] {5ae6093b-45dd-4ac5-ba7e-62e5be57405f} <Debug> oximeter.timeseries_schema (86ef1e60-00e1-4f5f-bbc7-09b3fbfc4e7e) (SelectExecutor): Key condition: (column 0 notIn 24-element set) | ||
| 1267 | 2025.02.19 05:55:13.569339 [ 286 ] {5ae6093b-45dd-4ac5-ba7e-62e5be57405f} <Trace> oximeter.timeseries_schema (86ef1e60-00e1-4f5f-bbc7-09b3fbfc4e7e) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1268 | 2025.02.19 05:55:13.569345 [ 287 ] {5ae6093b-45dd-4ac5-ba7e-62e5be57405f} <Trace> oximeter.timeseries_schema (86ef1e60-00e1-4f5f-bbc7-09b3fbfc4e7e) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1269 | 2025.02.19 05:55:13.569450 [ 254 ] {5ae6093b-45dd-4ac5-ba7e-62e5be57405f} <Debug> oximeter.timeseries_schema (86ef1e60-00e1-4f5f-bbc7-09b3fbfc4e7e) (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 | ||
| 1270 | 2025.02.19 05:55:13.569479 [ 254 ] {5ae6093b-45dd-4ac5-ba7e-62e5be57405f} <Trace> oximeter.timeseries_schema (86ef1e60-00e1-4f5f-bbc7-09b3fbfc4e7e) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1271 | 2025.02.19 05:55:13.569530 [ 254 ] {5ae6093b-45dd-4ac5-ba7e-62e5be57405f} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes'))" | ||
| 1272 | 2025.02.19 05:55:13.569561 [ 254 ] {5ae6093b-45dd-4ac5-ba7e-62e5be57405f} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1273 | 2025.02.19 05:55:13.570150 [ 254 ] {5ae6093b-45dd-4ac5-ba7e-62e5be57405f} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001873 sec., 9610.250934329952 rows/sec., 393.13 KiB/sec. | ||
| 1274 | 2025.02.19 05:55:13.570271 [ 254 ] {5ae6093b-45dd-4ac5-ba7e-62e5be57405f} <Debug> TCPHandler: Processed in 0.002146666 sec. | ||
| 1275 | 2025.02.19 05:55:13.570910 [ 3 ] {} <Trace> TCP-Session: 096c1f3c-b129-4cf1-871a-58575bc1fc32 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1276 | 2025.02.19 05:55:13.571093 [ 3 ] {92c25877-c282-4ce1-8132-7656b63118c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49264) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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) | ||
| 1277 | 2025.02.19 05:55:13.571419 [ 3 ] {92c25877-c282-4ce1-8132-7656b63118c5} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1278 | 2025.02.19 05:55:13.571464 [ 3 ] {92c25877-c282-4ce1-8132-7656b63118c5} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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 | ||
| 1279 | 2025.02.19 05:55:13.571782 [ 3 ] {92c25877-c282-4ce1-8132-7656b63118c5} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1280 | 2025.02.19 05:55:13.571853 [ 3 ] {92c25877-c282-4ce1-8132-7656b63118c5} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1281 | 2025.02.19 05:55:13.572010 [ 3 ] {92c25877-c282-4ce1-8132-7656b63118c5} <Debug> oximeter.timeseries_schema (86ef1e60-00e1-4f5f-bbc7-09b3fbfc4e7e) (SelectExecutor): Key condition: (column 0 notIn 25-element set) | ||
| 1282 | 2025.02.19 05:55:13.572093 [ 287 ] {92c25877-c282-4ce1-8132-7656b63118c5} <Trace> oximeter.timeseries_schema (86ef1e60-00e1-4f5f-bbc7-09b3fbfc4e7e) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1283 | 2025.02.19 05:55:13.572109 [ 286 ] {92c25877-c282-4ce1-8132-7656b63118c5} <Trace> oximeter.timeseries_schema (86ef1e60-00e1-4f5f-bbc7-09b3fbfc4e7e) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1284 | 2025.02.19 05:55:13.572199 [ 3 ] {92c25877-c282-4ce1-8132-7656b63118c5} <Debug> oximeter.timeseries_schema (86ef1e60-00e1-4f5f-bbc7-09b3fbfc4e7e) (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 | ||
| 1285 | 2025.02.19 05:55:13.572228 [ 3 ] {92c25877-c282-4ce1-8132-7656b63118c5} <Trace> oximeter.timeseries_schema (86ef1e60-00e1-4f5f-bbc7-09b3fbfc4e7e) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1286 | 2025.02.19 05:55:13.572278 [ 3 ] {92c25877-c282-4ce1-8132-7656b63118c5} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes'))" | ||
| 1287 | 2025.02.19 05:55:13.572305 [ 3 ] {92c25877-c282-4ce1-8132-7656b63118c5} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1288 | 2025.02.19 05:55:13.572879 [ 3 ] {92c25877-c282-4ce1-8132-7656b63118c5} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001873 sec., 9610.250934329952 rows/sec., 393.13 KiB/sec. | ||
| 1289 | 2025.02.19 05:55:13.572994 [ 3 ] {92c25877-c282-4ce1-8132-7656b63118c5} <Debug> TCPHandler: Processed in 0.002144167 sec. | ||
| 1290 | 2025.02.19 05:55:13.573338 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1291 | 2025.02.19 05:55:13.573521 [ 254 ] {35084832-9d97-48b5-bea8-0f1d6ea0dae8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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) | ||
| 1292 | 2025.02.19 05:55:13.573847 [ 254 ] {35084832-9d97-48b5-bea8-0f1d6ea0dae8} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1293 | 2025.02.19 05:55:13.573892 [ 254 ] {35084832-9d97-48b5-bea8-0f1d6ea0dae8} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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 | ||
| 1294 | 2025.02.19 05:55:13.574186 [ 254 ] {35084832-9d97-48b5-bea8-0f1d6ea0dae8} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1295 | 2025.02.19 05:55:13.574255 [ 254 ] {35084832-9d97-48b5-bea8-0f1d6ea0dae8} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1296 | 2025.02.19 05:55:13.574409 [ 254 ] {35084832-9d97-48b5-bea8-0f1d6ea0dae8} <Debug> oximeter.timeseries_schema (86ef1e60-00e1-4f5f-bbc7-09b3fbfc4e7e) (SelectExecutor): Key condition: (column 0 notIn 26-element set) | ||
| 1297 | 2025.02.19 05:55:13.574521 [ 286 ] {35084832-9d97-48b5-bea8-0f1d6ea0dae8} <Trace> oximeter.timeseries_schema (86ef1e60-00e1-4f5f-bbc7-09b3fbfc4e7e) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1298 | 2025.02.19 05:55:13.574526 [ 287 ] {35084832-9d97-48b5-bea8-0f1d6ea0dae8} <Trace> oximeter.timeseries_schema (86ef1e60-00e1-4f5f-bbc7-09b3fbfc4e7e) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1299 | 2025.02.19 05:55:13.574683 [ 254 ] {35084832-9d97-48b5-bea8-0f1d6ea0dae8} <Debug> oximeter.timeseries_schema (86ef1e60-00e1-4f5f-bbc7-09b3fbfc4e7e) (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 | ||
| 1300 | 2025.02.19 05:55:13.574713 [ 254 ] {35084832-9d97-48b5-bea8-0f1d6ea0dae8} <Trace> oximeter.timeseries_schema (86ef1e60-00e1-4f5f-bbc7-09b3fbfc4e7e) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1301 | 2025.02.19 05:55:13.574764 [ 254 ] {35084832-9d97-48b5-bea8-0f1d6ea0dae8} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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'))" | ||
| 1302 | 2025.02.19 05:55:13.574819 [ 254 ] {35084832-9d97-48b5-bea8-0f1d6ea0dae8} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1303 | 2025.02.19 05:55:13.575441 [ 254 ] {35084832-9d97-48b5-bea8-0f1d6ea0dae8} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002007 sec., 8968.609865470851 rows/sec., 366.88 KiB/sec. | ||
| 1304 | 2025.02.19 05:55:13.575579 [ 254 ] {35084832-9d97-48b5-bea8-0f1d6ea0dae8} <Debug> TCPHandler: Processed in 0.002302079 sec. | ||
| 1305 | 2025.02.19 05:55:13.575839 [ 3 ] {} <Trace> TCP-Session: 096c1f3c-b129-4cf1-871a-58575bc1fc32 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1306 | 2025.02.19 05:55:13.576013 [ 3 ] {06d146d0-f211-4093-933d-29e01e88b9ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49264) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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) | ||
| 1307 | 2025.02.19 05:55:13.576319 [ 3 ] {06d146d0-f211-4093-933d-29e01e88b9ee} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1308 | 2025.02.19 05:55:13.576362 [ 3 ] {06d146d0-f211-4093-933d-29e01e88b9ee} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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 | ||
| 1309 | 2025.02.19 05:55:13.576716 [ 3 ] {06d146d0-f211-4093-933d-29e01e88b9ee} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1310 | 2025.02.19 05:55:13.576784 [ 3 ] {06d146d0-f211-4093-933d-29e01e88b9ee} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1311 | 2025.02.19 05:55:13.576936 [ 3 ] {06d146d0-f211-4093-933d-29e01e88b9ee} <Debug> oximeter.timeseries_schema (86ef1e60-00e1-4f5f-bbc7-09b3fbfc4e7e) (SelectExecutor): Key condition: (column 0 notIn 27-element set) | ||
| 1312 | 2025.02.19 05:55:13.577019 [ 287 ] {06d146d0-f211-4093-933d-29e01e88b9ee} <Trace> oximeter.timeseries_schema (86ef1e60-00e1-4f5f-bbc7-09b3fbfc4e7e) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1313 | 2025.02.19 05:55:13.577033 [ 286 ] {06d146d0-f211-4093-933d-29e01e88b9ee} <Trace> oximeter.timeseries_schema (86ef1e60-00e1-4f5f-bbc7-09b3fbfc4e7e) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1314 | 2025.02.19 05:55:13.577123 [ 3 ] {06d146d0-f211-4093-933d-29e01e88b9ee} <Debug> oximeter.timeseries_schema (86ef1e60-00e1-4f5f-bbc7-09b3fbfc4e7e) (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 | ||
| 1315 | 2025.02.19 05:55:13.577151 [ 3 ] {06d146d0-f211-4093-933d-29e01e88b9ee} <Trace> oximeter.timeseries_schema (86ef1e60-00e1-4f5f-bbc7-09b3fbfc4e7e) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1316 | 2025.02.19 05:55:13.577210 [ 3 ] {06d146d0-f211-4093-933d-29e01e88b9ee} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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'))" | ||
| 1317 | 2025.02.19 05:55:13.577237 [ 3 ] {06d146d0-f211-4093-933d-29e01e88b9ee} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1318 | 2025.02.19 05:55:13.577741 [ 3 ] {06d146d0-f211-4093-933d-29e01e88b9ee} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001781 sec., 10106.681639528355 rows/sec., 413.44 KiB/sec. | ||
| 1319 | 2025.02.19 05:55:13.577824 [ 3 ] {06d146d0-f211-4093-933d-29e01e88b9ee} <Debug> TCPHandler: Processed in 0.002025864 sec. | ||
| 1320 | 2025.02.19 05:55:13.578174 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1321 | 2025.02.19 05:55:13.578388 [ 254 ] {c1d7cd84-8bde-44d8-9a14-2f8b5f4601c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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) | ||
| 1322 | 2025.02.19 05:55:13.578760 [ 254 ] {c1d7cd84-8bde-44d8-9a14-2f8b5f4601c5} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1323 | 2025.02.19 05:55:13.578808 [ 254 ] {c1d7cd84-8bde-44d8-9a14-2f8b5f4601c5} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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 | ||
| 1324 | 2025.02.19 05:55:13.579122 [ 254 ] {c1d7cd84-8bde-44d8-9a14-2f8b5f4601c5} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1325 | 2025.02.19 05:55:13.579192 [ 254 ] {c1d7cd84-8bde-44d8-9a14-2f8b5f4601c5} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1326 | 2025.02.19 05:55:13.579345 [ 254 ] {c1d7cd84-8bde-44d8-9a14-2f8b5f4601c5} <Debug> oximeter.timeseries_schema (86ef1e60-00e1-4f5f-bbc7-09b3fbfc4e7e) (SelectExecutor): Key condition: (column 0 notIn 28-element set) | ||
| 1327 | 2025.02.19 05:55:13.579456 [ 287 ] {c1d7cd84-8bde-44d8-9a14-2f8b5f4601c5} <Trace> oximeter.timeseries_schema (86ef1e60-00e1-4f5f-bbc7-09b3fbfc4e7e) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1328 | 2025.02.19 05:55:13.579467 [ 286 ] {c1d7cd84-8bde-44d8-9a14-2f8b5f4601c5} <Trace> oximeter.timeseries_schema (86ef1e60-00e1-4f5f-bbc7-09b3fbfc4e7e) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1329 | 2025.02.19 05:55:13.579578 [ 254 ] {c1d7cd84-8bde-44d8-9a14-2f8b5f4601c5} <Debug> oximeter.timeseries_schema (86ef1e60-00e1-4f5f-bbc7-09b3fbfc4e7e) (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 | ||
| 1330 | 2025.02.19 05:55:13.579606 [ 254 ] {c1d7cd84-8bde-44d8-9a14-2f8b5f4601c5} <Trace> oximeter.timeseries_schema (86ef1e60-00e1-4f5f-bbc7-09b3fbfc4e7e) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1331 | 2025.02.19 05:55:13.579656 [ 254 ] {c1d7cd84-8bde-44d8-9a14-2f8b5f4601c5} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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'))" | ||
| 1332 | 2025.02.19 05:55:13.579683 [ 254 ] {c1d7cd84-8bde-44d8-9a14-2f8b5f4601c5} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1333 | 2025.02.19 05:55:13.580298 [ 254 ] {c1d7cd84-8bde-44d8-9a14-2f8b5f4601c5} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002014 sec., 8937.437934458787 rows/sec., 365.60 KiB/sec. | ||
| 1334 | 2025.02.19 05:55:13.580422 [ 254 ] {c1d7cd84-8bde-44d8-9a14-2f8b5f4601c5} <Debug> TCPHandler: Processed in 0.002316749 sec. | ||
| 1335 | 2025.02.19 05:55:13.580698 [ 3 ] {} <Trace> TCP-Session: 096c1f3c-b129-4cf1-871a-58575bc1fc32 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1336 | 2025.02.19 05:55:13.580882 [ 3 ] {4d6e2a26-00ee-4299-b99a-a91c78cc06f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49264) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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) | ||
| 1337 | 2025.02.19 05:55:13.581214 [ 3 ] {4d6e2a26-00ee-4299-b99a-a91c78cc06f4} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1338 | 2025.02.19 05:55:13.581262 [ 3 ] {4d6e2a26-00ee-4299-b99a-a91c78cc06f4} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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 | ||
| 1339 | 2025.02.19 05:55:13.581566 [ 3 ] {4d6e2a26-00ee-4299-b99a-a91c78cc06f4} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1340 | 2025.02.19 05:55:13.581633 [ 3 ] {4d6e2a26-00ee-4299-b99a-a91c78cc06f4} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1341 | 2025.02.19 05:55:13.581787 [ 3 ] {4d6e2a26-00ee-4299-b99a-a91c78cc06f4} <Debug> oximeter.timeseries_schema (86ef1e60-00e1-4f5f-bbc7-09b3fbfc4e7e) (SelectExecutor): Key condition: (column 0 notIn 29-element set) | ||
| 1342 | 2025.02.19 05:55:13.581871 [ 287 ] {4d6e2a26-00ee-4299-b99a-a91c78cc06f4} <Trace> oximeter.timeseries_schema (86ef1e60-00e1-4f5f-bbc7-09b3fbfc4e7e) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1343 | 2025.02.19 05:55:13.581888 [ 286 ] {4d6e2a26-00ee-4299-b99a-a91c78cc06f4} <Trace> oximeter.timeseries_schema (86ef1e60-00e1-4f5f-bbc7-09b3fbfc4e7e) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1344 | 2025.02.19 05:55:13.581978 [ 3 ] {4d6e2a26-00ee-4299-b99a-a91c78cc06f4} <Debug> oximeter.timeseries_schema (86ef1e60-00e1-4f5f-bbc7-09b3fbfc4e7e) (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 | ||
| 1345 | 2025.02.19 05:55:13.582006 [ 3 ] {4d6e2a26-00ee-4299-b99a-a91c78cc06f4} <Trace> oximeter.timeseries_schema (86ef1e60-00e1-4f5f-bbc7-09b3fbfc4e7e) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1346 | 2025.02.19 05:55:13.582054 [ 3 ] {4d6e2a26-00ee-4299-b99a-a91c78cc06f4} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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'))" | ||
| 1347 | 2025.02.19 05:55:13.582082 [ 3 ] {4d6e2a26-00ee-4299-b99a-a91c78cc06f4} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1348 | 2025.02.19 05:55:13.582591 [ 3 ] {4d6e2a26-00ee-4299-b99a-a91c78cc06f4} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001797 sec., 10016.69449081803 rows/sec., 409.75 KiB/sec. | ||
| 1349 | 2025.02.19 05:55:13.582675 [ 3 ] {4d6e2a26-00ee-4299-b99a-a91c78cc06f4} <Debug> TCPHandler: Processed in 0.002034454 sec. | ||
| 1350 | 2025.02.19 05:55:13.582972 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1351 | 2025.02.19 05:55:13.583187 [ 254 ] {54b3fa7a-d467-40bb-b4db-4093b2d83b4c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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) | ||
| 1352 | 2025.02.19 05:55:13.583582 [ 254 ] {54b3fa7a-d467-40bb-b4db-4093b2d83b4c} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1353 | 2025.02.19 05:55:13.583637 [ 254 ] {54b3fa7a-d467-40bb-b4db-4093b2d83b4c} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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 | ||
| 1354 | 2025.02.19 05:55:13.583947 [ 254 ] {54b3fa7a-d467-40bb-b4db-4093b2d83b4c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1355 | 2025.02.19 05:55:13.584014 [ 254 ] {54b3fa7a-d467-40bb-b4db-4093b2d83b4c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1356 | 2025.02.19 05:55:13.584193 [ 254 ] {54b3fa7a-d467-40bb-b4db-4093b2d83b4c} <Debug> oximeter.timeseries_schema (86ef1e60-00e1-4f5f-bbc7-09b3fbfc4e7e) (SelectExecutor): Key condition: (column 0 notIn 30-element set) | ||
| 1357 | 2025.02.19 05:55:13.584304 [ 287 ] {54b3fa7a-d467-40bb-b4db-4093b2d83b4c} <Trace> oximeter.timeseries_schema (86ef1e60-00e1-4f5f-bbc7-09b3fbfc4e7e) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1358 | 2025.02.19 05:55:13.584308 [ 286 ] {54b3fa7a-d467-40bb-b4db-4093b2d83b4c} <Trace> oximeter.timeseries_schema (86ef1e60-00e1-4f5f-bbc7-09b3fbfc4e7e) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1359 | 2025.02.19 05:55:13.584417 [ 254 ] {54b3fa7a-d467-40bb-b4db-4093b2d83b4c} <Debug> oximeter.timeseries_schema (86ef1e60-00e1-4f5f-bbc7-09b3fbfc4e7e) (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 | ||
| 1360 | 2025.02.19 05:55:13.584445 [ 254 ] {54b3fa7a-d467-40bb-b4db-4093b2d83b4c} <Trace> oximeter.timeseries_schema (86ef1e60-00e1-4f5f-bbc7-09b3fbfc4e7e) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1361 | 2025.02.19 05:55:13.584494 [ 254 ] {54b3fa7a-d467-40bb-b4db-4093b2d83b4c} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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'))" | ||
| 1362 | 2025.02.19 05:55:13.584521 [ 254 ] {54b3fa7a-d467-40bb-b4db-4093b2d83b4c} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1363 | 2025.02.19 05:55:13.585130 [ 254 ] {54b3fa7a-d467-40bb-b4db-4093b2d83b4c} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002048 sec., 8789.0625 rows/sec., 359.54 KiB/sec. | ||
| 1364 | 2025.02.19 05:55:13.585248 [ 254 ] {54b3fa7a-d467-40bb-b4db-4093b2d83b4c} <Debug> TCPHandler: Processed in 0.00234496 sec. | ||
| 1365 | 2025.02.19 05:55:13.585542 [ 3 ] {} <Trace> TCP-Session: 096c1f3c-b129-4cf1-871a-58575bc1fc32 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1366 | 2025.02.19 05:55:13.585726 [ 3 ] {62fb2884-1b0b-4e9b-9ae2-7a0421958688} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49264) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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) | ||
| 1367 | 2025.02.19 05:55:13.586063 [ 3 ] {62fb2884-1b0b-4e9b-9ae2-7a0421958688} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1368 | 2025.02.19 05:55:13.586110 [ 3 ] {62fb2884-1b0b-4e9b-9ae2-7a0421958688} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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 | ||
| 1369 | 2025.02.19 05:55:13.586419 [ 3 ] {62fb2884-1b0b-4e9b-9ae2-7a0421958688} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1370 | 2025.02.19 05:55:13.586486 [ 3 ] {62fb2884-1b0b-4e9b-9ae2-7a0421958688} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1371 | 2025.02.19 05:55:13.586639 [ 3 ] {62fb2884-1b0b-4e9b-9ae2-7a0421958688} <Debug> oximeter.timeseries_schema (86ef1e60-00e1-4f5f-bbc7-09b3fbfc4e7e) (SelectExecutor): Key condition: (column 0 notIn 31-element set) | ||
| 1372 | 2025.02.19 05:55:13.586735 [ 287 ] {62fb2884-1b0b-4e9b-9ae2-7a0421958688} <Trace> oximeter.timeseries_schema (86ef1e60-00e1-4f5f-bbc7-09b3fbfc4e7e) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1373 | 2025.02.19 05:55:13.586749 [ 286 ] {62fb2884-1b0b-4e9b-9ae2-7a0421958688} <Trace> oximeter.timeseries_schema (86ef1e60-00e1-4f5f-bbc7-09b3fbfc4e7e) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1374 | 2025.02.19 05:55:13.586848 [ 3 ] {62fb2884-1b0b-4e9b-9ae2-7a0421958688} <Debug> oximeter.timeseries_schema (86ef1e60-00e1-4f5f-bbc7-09b3fbfc4e7e) (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 | ||
| 1375 | 2025.02.19 05:55:13.586877 [ 3 ] {62fb2884-1b0b-4e9b-9ae2-7a0421958688} <Trace> oximeter.timeseries_schema (86ef1e60-00e1-4f5f-bbc7-09b3fbfc4e7e) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1376 | 2025.02.19 05:55:13.586925 [ 3 ] {62fb2884-1b0b-4e9b-9ae2-7a0421958688} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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'))" | ||
| 1377 | 2025.02.19 05:55:13.586951 [ 3 ] {62fb2884-1b0b-4e9b-9ae2-7a0421958688} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1378 | 2025.02.19 05:55:13.587489 [ 3 ] {62fb2884-1b0b-4e9b-9ae2-7a0421958688} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001852 sec., 9719.222462203024 rows/sec., 397.59 KiB/sec. | ||
| 1379 | 2025.02.19 05:55:13.587575 [ 3 ] {62fb2884-1b0b-4e9b-9ae2-7a0421958688} <Debug> TCPHandler: Processed in 0.002093626 sec. | ||
| 1380 | 2025.02.19 05:55:13.587864 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1381 | 2025.02.19 05:55:13.588083 [ 254 ] {7a3ed81d-172d-4548-a575-9d9dea4cac91} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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) | ||
| 1382 | 2025.02.19 05:55:13.588482 [ 254 ] {7a3ed81d-172d-4548-a575-9d9dea4cac91} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1383 | 2025.02.19 05:55:13.588540 [ 254 ] {7a3ed81d-172d-4548-a575-9d9dea4cac91} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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 | ||
| 1384 | 2025.02.19 05:55:13.588875 [ 254 ] {7a3ed81d-172d-4548-a575-9d9dea4cac91} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1385 | 2025.02.19 05:55:13.588943 [ 254 ] {7a3ed81d-172d-4548-a575-9d9dea4cac91} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1386 | 2025.02.19 05:55:13.589096 [ 254 ] {7a3ed81d-172d-4548-a575-9d9dea4cac91} <Debug> oximeter.timeseries_schema (86ef1e60-00e1-4f5f-bbc7-09b3fbfc4e7e) (SelectExecutor): Key condition: (column 0 notIn 32-element set) | ||
| 1387 | 2025.02.19 05:55:13.589204 [ 286 ] {7a3ed81d-172d-4548-a575-9d9dea4cac91} <Trace> oximeter.timeseries_schema (86ef1e60-00e1-4f5f-bbc7-09b3fbfc4e7e) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1388 | 2025.02.19 05:55:13.589208 [ 287 ] {7a3ed81d-172d-4548-a575-9d9dea4cac91} <Trace> oximeter.timeseries_schema (86ef1e60-00e1-4f5f-bbc7-09b3fbfc4e7e) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1389 | 2025.02.19 05:55:13.589319 [ 254 ] {7a3ed81d-172d-4548-a575-9d9dea4cac91} <Debug> oximeter.timeseries_schema (86ef1e60-00e1-4f5f-bbc7-09b3fbfc4e7e) (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 | ||
| 1390 | 2025.02.19 05:55:13.589346 [ 254 ] {7a3ed81d-172d-4548-a575-9d9dea4cac91} <Trace> oximeter.timeseries_schema (86ef1e60-00e1-4f5f-bbc7-09b3fbfc4e7e) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1391 | 2025.02.19 05:55:13.589398 [ 254 ] {7a3ed81d-172d-4548-a575-9d9dea4cac91} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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'))" | ||
| 1392 | 2025.02.19 05:55:13.589423 [ 254 ] {7a3ed81d-172d-4548-a575-9d9dea4cac91} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1393 | 2025.02.19 05:55:13.590017 [ 254 ] {7a3ed81d-172d-4548-a575-9d9dea4cac91} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002041 sec., 8819.20627143557 rows/sec., 360.77 KiB/sec. | ||
| 1394 | 2025.02.19 05:55:13.590139 [ 254 ] {7a3ed81d-172d-4548-a575-9d9dea4cac91} <Debug> TCPHandler: Processed in 0.0023429 sec. | ||
| 1395 | 2025.02.19 05:55:13.590413 [ 3 ] {} <Trace> TCP-Session: 096c1f3c-b129-4cf1-871a-58575bc1fc32 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1396 | 2025.02.19 05:55:13.590601 [ 3 ] {86117303-4661-42bc-8c6f-de8d5d70d6c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49264) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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) | ||
| 1397 | 2025.02.19 05:55:13.590968 [ 3 ] {86117303-4661-42bc-8c6f-de8d5d70d6c0} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1398 | 2025.02.19 05:55:13.591017 [ 3 ] {86117303-4661-42bc-8c6f-de8d5d70d6c0} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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 | ||
| 1399 | 2025.02.19 05:55:13.591332 [ 3 ] {86117303-4661-42bc-8c6f-de8d5d70d6c0} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1400 | 2025.02.19 05:55:13.591399 [ 3 ] {86117303-4661-42bc-8c6f-de8d5d70d6c0} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1401 | 2025.02.19 05:55:13.591553 [ 3 ] {86117303-4661-42bc-8c6f-de8d5d70d6c0} <Debug> oximeter.timeseries_schema (86ef1e60-00e1-4f5f-bbc7-09b3fbfc4e7e) (SelectExecutor): Key condition: (column 0 notIn 33-element set) | ||
| 1402 | 2025.02.19 05:55:13.591640 [ 287 ] {86117303-4661-42bc-8c6f-de8d5d70d6c0} <Trace> oximeter.timeseries_schema (86ef1e60-00e1-4f5f-bbc7-09b3fbfc4e7e) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1403 | 2025.02.19 05:55:13.591655 [ 286 ] {86117303-4661-42bc-8c6f-de8d5d70d6c0} <Trace> oximeter.timeseries_schema (86ef1e60-00e1-4f5f-bbc7-09b3fbfc4e7e) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1404 | 2025.02.19 05:55:13.591744 [ 3 ] {86117303-4661-42bc-8c6f-de8d5d70d6c0} <Debug> oximeter.timeseries_schema (86ef1e60-00e1-4f5f-bbc7-09b3fbfc4e7e) (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 | ||
| 1405 | 2025.02.19 05:55:13.591773 [ 3 ] {86117303-4661-42bc-8c6f-de8d5d70d6c0} <Trace> oximeter.timeseries_schema (86ef1e60-00e1-4f5f-bbc7-09b3fbfc4e7e) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1406 | 2025.02.19 05:55:13.591821 [ 3 ] {86117303-4661-42bc-8c6f-de8d5d70d6c0} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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'))" | ||
| 1407 | 2025.02.19 05:55:13.591848 [ 3 ] {86117303-4661-42bc-8c6f-de8d5d70d6c0} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1408 | 2025.02.19 05:55:13.592351 [ 3 ] {86117303-4661-42bc-8c6f-de8d5d70d6c0} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001842 sec., 9771.986970684038 rows/sec., 399.74 KiB/sec. | ||
| 1409 | 2025.02.19 05:55:13.592436 [ 3 ] {86117303-4661-42bc-8c6f-de8d5d70d6c0} <Debug> TCPHandler: Processed in 0.002081835 sec. | ||
| 1410 | 2025.02.19 05:55:13.598359 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1411 | 2025.02.19 05:55:13.598565 [ 254 ] {28ce3c42-e0b3-454e-b993-fa93e5eb6762} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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) | ||
| 1412 | 2025.02.19 05:55:13.598907 [ 254 ] {28ce3c42-e0b3-454e-b993-fa93e5eb6762} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1413 | 2025.02.19 05:55:13.598956 [ 254 ] {28ce3c42-e0b3-454e-b993-fa93e5eb6762} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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 | ||
| 1414 | 2025.02.19 05:55:13.599281 [ 254 ] {28ce3c42-e0b3-454e-b993-fa93e5eb6762} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1415 | 2025.02.19 05:55:13.599348 [ 254 ] {28ce3c42-e0b3-454e-b993-fa93e5eb6762} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1416 | 2025.02.19 05:55:13.599499 [ 254 ] {28ce3c42-e0b3-454e-b993-fa93e5eb6762} <Debug> oximeter.timeseries_schema (86ef1e60-00e1-4f5f-bbc7-09b3fbfc4e7e) (SelectExecutor): Key condition: (column 0 notIn 34-element set) | ||
| 1417 | 2025.02.19 05:55:13.599613 [ 286 ] {28ce3c42-e0b3-454e-b993-fa93e5eb6762} <Trace> oximeter.timeseries_schema (86ef1e60-00e1-4f5f-bbc7-09b3fbfc4e7e) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1418 | 2025.02.19 05:55:13.599624 [ 287 ] {28ce3c42-e0b3-454e-b993-fa93e5eb6762} <Trace> oximeter.timeseries_schema (86ef1e60-00e1-4f5f-bbc7-09b3fbfc4e7e) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1419 | 2025.02.19 05:55:13.599737 [ 254 ] {28ce3c42-e0b3-454e-b993-fa93e5eb6762} <Debug> oximeter.timeseries_schema (86ef1e60-00e1-4f5f-bbc7-09b3fbfc4e7e) (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 | ||
| 1420 | 2025.02.19 05:55:13.599765 [ 254 ] {28ce3c42-e0b3-454e-b993-fa93e5eb6762} <Trace> oximeter.timeseries_schema (86ef1e60-00e1-4f5f-bbc7-09b3fbfc4e7e) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1421 | 2025.02.19 05:55:13.599815 [ 254 ] {28ce3c42-e0b3-454e-b993-fa93e5eb6762} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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'))" | ||
| 1422 | 2025.02.19 05:55:13.599841 [ 254 ] {28ce3c42-e0b3-454e-b993-fa93e5eb6762} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1423 | 2025.02.19 05:55:13.600438 [ 254 ] {28ce3c42-e0b3-454e-b993-fa93e5eb6762} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001983 sec., 9077.155824508322 rows/sec., 371.32 KiB/sec. | ||
| 1424 | 2025.02.19 05:55:13.600560 [ 254 ] {28ce3c42-e0b3-454e-b993-fa93e5eb6762} <Debug> TCPHandler: Processed in 0.002259368 sec. | ||
| 1425 | 2025.02.19 05:55:13.602474 [ 3 ] {} <Trace> TCP-Session: 096c1f3c-b129-4cf1-871a-58575bc1fc32 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1426 | 2025.02.19 05:55:13.602627 [ 3 ] {5760bfed-a1d9-4deb-9154-4165b7d10374} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49264) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 1427 | 2025.02.19 05:55:13.602692 [ 3 ] {5760bfed-a1d9-4deb-9154-4165b7d10374} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1428 | 2025.02.19 05:55:13.603586 [ 3 ] {5760bfed-a1d9-4deb-9154-4165b7d10374} <Trace> oximeter.timeseries_schema (86ef1e60-00e1-4f5f-bbc7-09b3fbfc4e7e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1429 | 2025.02.19 05:55:13.603640 [ 3 ] {5760bfed-a1d9-4deb-9154-4165b7d10374} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 1430 | 2025.02.19 05:55:13.604170 [ 3 ] {5760bfed-a1d9-4deb-9154-4165b7d10374} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1431 | 2025.02.19 05:55:13.604411 [ 3 ] {5760bfed-a1d9-4deb-9154-4165b7d10374} <Trace> oximeter.timeseries_schema (86ef1e60-00e1-4f5f-bbc7-09b3fbfc4e7e): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1432 | 2025.02.19 05:55:13.604650 [ 3 ] {5760bfed-a1d9-4deb-9154-4165b7d10374} <Debug> executeQuery: Read 16 rows, 4.75 KiB in 0.002067 sec., 7740.6869859700055 rows/sec., 2.24 MiB/sec. | ||
| 1433 | 2025.02.19 05:55:13.604712 [ 3 ] {5760bfed-a1d9-4deb-9154-4165b7d10374} <Debug> TCPHandler: Processed in 0.002308609 sec. | ||
| 1434 | 2025.02.19 05:55:13.604905 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1435 | 2025.02.19 05:55:13.605088 [ 254 ] {f3f66319-8934-4490-b353-51c89864a97b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 1436 | 2025.02.19 05:55:13.605160 [ 254 ] {f3f66319-8934-4490-b353-51c89864a97b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 1437 | 2025.02.19 05:55:13.608694 [ 254 ] {f3f66319-8934-4490-b353-51c89864a97b} <Trace> oximeter.fields_i16 (2bf1598c-a5a7-46ca-9aca-ef074bb76812): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1438 | 2025.02.19 05:55:13.608738 [ 254 ] {f3f66319-8934-4490-b353-51c89864a97b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 1439 | 2025.02.19 05:55:13.609199 [ 254 ] {f3f66319-8934-4490-b353-51c89864a97b} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1440 | 2025.02.19 05:55:13.609459 [ 254 ] {f3f66319-8934-4490-b353-51c89864a97b} <Trace> oximeter.fields_i16 (2bf1598c-a5a7-46ca-9aca-ef074bb76812): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1441 | 2025.02.19 05:55:13.609760 [ 254 ] {f3f66319-8934-4490-b353-51c89864a97b} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.004709 sec., 45020.17413463581 rows/sec., 2.86 MiB/sec. | ||
| 1442 | 2025.02.19 05:55:13.609858 [ 254 ] {f3f66319-8934-4490-b353-51c89864a97b} <Debug> TCPHandler: Processed in 0.005038775 sec. | ||
| 1443 | 2025.02.19 05:55:13.610022 [ 3 ] {} <Trace> TCP-Session: 096c1f3c-b129-4cf1-871a-58575bc1fc32 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1444 | 2025.02.19 05:55:13.610165 [ 3 ] {916b3b6f-24f0-4a8d-9271-6b44b9c45403} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49264) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1445 | 2025.02.19 05:55:13.610224 [ 3 ] {916b3b6f-24f0-4a8d-9271-6b44b9c45403} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1446 | 2025.02.19 05:55:13.611215 [ 3 ] {916b3b6f-24f0-4a8d-9271-6b44b9c45403} <Trace> oximeter.fields_string (2fcca75a-374a-4c87-833b-a981a707b5d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1447 | 2025.02.19 05:55:13.611257 [ 3 ] {916b3b6f-24f0-4a8d-9271-6b44b9c45403} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 1448 | 2025.02.19 05:55:13.611682 [ 3 ] {916b3b6f-24f0-4a8d-9271-6b44b9c45403} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1449 | 2025.02.19 05:55:13.611941 [ 3 ] {916b3b6f-24f0-4a8d-9271-6b44b9c45403} <Trace> oximeter.fields_string (2fcca75a-374a-4c87-833b-a981a707b5d9): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1450 | 2025.02.19 05:55:13.612100 [ 84 ] {} <Debug> oximeter.fields_string (2fcca75a-374a-4c87-833b-a981a707b5d9) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1451 | 2025.02.19 05:55:13.612165 [ 84 ] {} <Trace> oximeter.fields_string (2fcca75a-374a-4c87-833b-a981a707b5d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1452 | 2025.02.19 05:55:13.612188 [ 3 ] {916b3b6f-24f0-4a8d-9271-6b44b9c45403} <Debug> executeQuery: Read 670 rows, 54.36 KiB in 0.00205 sec., 326829.2682926829 rows/sec., 25.89 MiB/sec. | ||
| 1453 | 2025.02.19 05:55:13.612203 [ 84 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 1454 | 2025.02.19 05:55:13.612347 [ 3 ] {916b3b6f-24f0-4a8d-9271-6b44b9c45403} <Debug> TCPHandler: Processed in 0.00239318 sec. | ||
| 1455 | 2025.02.19 05:55:13.612399 [ 199 ] {2fcca75a-374a-4c87-833b-a981a707b5d9::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 | ||
| 1456 | 2025.02.19 05:55:13.612540 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1457 | 2025.02.19 05:55:13.612543 [ 199 ] {2fcca75a-374a-4c87-833b-a981a707b5d9::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1458 | 2025.02.19 05:55:13.612615 [ 199 ] {2fcca75a-374a-4c87-833b-a981a707b5d9::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 30 rows starting from the beginning of the part | ||
| 1459 | 2025.02.19 05:55:13.612869 [ 199 ] {2fcca75a-374a-4c87-833b-a981a707b5d9::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 30 rows starting from the beginning of the part | ||
| 1460 | 2025.02.19 05:55:13.613099 [ 254 ] {4105279b-a3df-41a1-aa15-0795faf7abfa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1461 | 2025.02.19 05:55:13.613218 [ 199 ] {2fcca75a-374a-4c87-833b-a981a707b5d9::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 46 rows starting from the beginning of the part | ||
| 1462 | 2025.02.19 05:55:13.613322 [ 254 ] {4105279b-a3df-41a1-aa15-0795faf7abfa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1463 | 2025.02.19 05:55:13.613546 [ 199 ] {2fcca75a-374a-4c87-833b-a981a707b5d9::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 | ||
| 1464 | 2025.02.19 05:55:13.613932 [ 199 ] {2fcca75a-374a-4c87-833b-a981a707b5d9::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 | ||
| 1465 | 2025.02.19 05:55:13.614261 [ 199 ] {2fcca75a-374a-4c87-833b-a981a707b5d9::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 670 rows starting from the beginning of the part | ||
| 1466 | 2025.02.19 05:55:13.616024 [ 254 ] {4105279b-a3df-41a1-aa15-0795faf7abfa} <Trace> oximeter.fields_u16 (6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1467 | 2025.02.19 05:55:13.616127 [ 254 ] {4105279b-a3df-41a1-aa15-0795faf7abfa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 1468 | 2025.02.19 05:55:13.617291 [ 254 ] {4105279b-a3df-41a1-aa15-0795faf7abfa} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1469 | 2025.02.19 05:55:13.617754 [ 199 ] {2fcca75a-374a-4c87-833b-a981a707b5d9::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 904 rows, containing 5 columns (5 merged, 0 gathered) in 0.005421232 sec., 166751.7641746378 rows/sec., 13.85 MiB/sec. | ||
| 1470 | 2025.02.19 05:55:13.617851 [ 254 ] {4105279b-a3df-41a1-aa15-0795faf7abfa} <Trace> oximeter.fields_u16 (6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1471 | 2025.02.19 05:55:13.618024 [ 199 ] {2fcca75a-374a-4c87-833b-a981a707b5d9::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1472 | 2025.02.19 05:55:13.618298 [ 254 ] {4105279b-a3df-41a1-aa15-0795faf7abfa} <Debug> executeQuery: Read 132 rows, 8.34 KiB in 0.005497 sec., 24013.098053483718 rows/sec., 1.48 MiB/sec. | ||
| 1473 | 2025.02.19 05:55:13.618458 [ 254 ] {4105279b-a3df-41a1-aa15-0795faf7abfa} <Debug> TCPHandler: Processed in 0.006011112 sec. | ||
| 1474 | 2025.02.19 05:55:13.618642 [ 3 ] {} <Trace> TCP-Session: 096c1f3c-b129-4cf1-871a-58575bc1fc32 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1475 | 2025.02.19 05:55:13.618659 [ 199 ] {2fcca75a-374a-4c87-833b-a981a707b5d9::all_1_6_1} <Trace> oximeter.fields_string (2fcca75a-374a-4c87-833b-a981a707b5d9): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1476 | 2025.02.19 05:55:13.618755 [ 199 ] {2fcca75a-374a-4c87-833b-a981a707b5d9::all_1_6_1} <Trace> oximeter.fields_string (2fcca75a-374a-4c87-833b-a981a707b5d9) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1477 | 2025.02.19 05:55:13.618805 [ 3 ] {b66bf7d0-0405-476b-b9f3-c400d7b8f73a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49264) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 1478 | 2025.02.19 05:55:13.618839 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.43 MiB. | ||
| 1479 | 2025.02.19 05:55:13.618881 [ 3 ] {b66bf7d0-0405-476b-b9f3-c400d7b8f73a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 1480 | 2025.02.19 05:55:13.619585 [ 3 ] {b66bf7d0-0405-476b-b9f3-c400d7b8f73a} <Trace> oximeter.fields_u32 (65b4bee1-230d-4ffd-8593-1cf368c54481): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1481 | 2025.02.19 05:55:13.619692 [ 3 ] {b66bf7d0-0405-476b-b9f3-c400d7b8f73a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 1482 | 2025.02.19 05:55:13.620146 [ 3 ] {b66bf7d0-0405-476b-b9f3-c400d7b8f73a} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1483 | 2025.02.19 05:55:13.620441 [ 3 ] {b66bf7d0-0405-476b-b9f3-c400d7b8f73a} <Trace> oximeter.fields_u32 (65b4bee1-230d-4ffd-8593-1cf368c54481): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1484 | 2025.02.19 05:55:13.620743 [ 3 ] {b66bf7d0-0405-476b-b9f3-c400d7b8f73a} <Debug> executeQuery: Read 114 rows, 7.56 KiB in 0.001953 sec., 58371.73579109063 rows/sec., 3.78 MiB/sec. | ||
| 1485 | 2025.02.19 05:55:13.620850 [ 3 ] {b66bf7d0-0405-476b-b9f3-c400d7b8f73a} <Debug> TCPHandler: Processed in 0.002292069 sec. | ||
| 1486 | 2025.02.19 05:55:13.621042 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1487 | 2025.02.19 05:55:13.621167 [ 254 ] {020aa34b-787c-43a8-9147-727345fb3e47} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 1488 | 2025.02.19 05:55:13.621223 [ 254 ] {020aa34b-787c-43a8-9147-727345fb3e47} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 1489 | 2025.02.19 05:55:13.622066 [ 254 ] {020aa34b-787c-43a8-9147-727345fb3e47} <Trace> oximeter.fields_u8 (cef67ce3-27e4-4c55-9365-409a4c7c6d8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1490 | 2025.02.19 05:55:13.622115 [ 254 ] {020aa34b-787c-43a8-9147-727345fb3e47} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 1491 | 2025.02.19 05:55:13.622603 [ 254 ] {020aa34b-787c-43a8-9147-727345fb3e47} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1492 | 2025.02.19 05:55:13.622928 [ 254 ] {020aa34b-787c-43a8-9147-727345fb3e47} <Trace> oximeter.fields_u8 (cef67ce3-27e4-4c55-9365-409a4c7c6d8e): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1493 | 2025.02.19 05:55:13.623192 [ 254 ] {020aa34b-787c-43a8-9147-727345fb3e47} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.002046 sec., 54740.957966764414 rows/sec., 3.12 MiB/sec. | ||
| 1494 | 2025.02.19 05:55:13.623279 [ 254 ] {020aa34b-787c-43a8-9147-727345fb3e47} <Debug> TCPHandler: Processed in 0.002296039 sec. | ||
| 1495 | 2025.02.19 05:55:13.623472 [ 3 ] {} <Trace> TCP-Session: 096c1f3c-b129-4cf1-871a-58575bc1fc32 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1496 | 2025.02.19 05:55:13.623597 [ 3 ] {7a161382-c84a-4aa9-abf1-c98705f1c45d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49264) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1497 | 2025.02.19 05:55:13.623650 [ 3 ] {7a161382-c84a-4aa9-abf1-c98705f1c45d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1498 | 2025.02.19 05:55:13.624524 [ 3 ] {7a161382-c84a-4aa9-abf1-c98705f1c45d} <Trace> oximeter.fields_uuid (3e28ef33-2603-423e-a1ee-258fce097b7c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1499 | 2025.02.19 05:55:13.624569 [ 3 ] {7a161382-c84a-4aa9-abf1-c98705f1c45d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 1500 | 2025.02.19 05:55:13.624971 [ 3 ] {7a161382-c84a-4aa9-abf1-c98705f1c45d} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1501 | 2025.02.19 05:55:13.625245 [ 3 ] {7a161382-c84a-4aa9-abf1-c98705f1c45d} <Trace> oximeter.fields_uuid (3e28ef33-2603-423e-a1ee-258fce097b7c): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1502 | 2025.02.19 05:55:13.625415 [ 84 ] {} <Debug> oximeter.fields_uuid (3e28ef33-2603-423e-a1ee-258fce097b7c) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1503 | 2025.02.19 05:55:13.625477 [ 84 ] {} <Trace> oximeter.fields_uuid (3e28ef33-2603-423e-a1ee-258fce097b7c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1504 | 2025.02.19 05:55:13.625489 [ 3 ] {7a161382-c84a-4aa9-abf1-c98705f1c45d} <Debug> executeQuery: Read 421 rows, 30.72 KiB in 0.001908 sec., 220649.89517819707 rows/sec., 15.72 MiB/sec. | ||
| 1505 | 2025.02.19 05:55:13.625516 [ 84 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 1506 | 2025.02.19 05:55:13.625635 [ 3 ] {7a161382-c84a-4aa9-abf1-c98705f1c45d} <Debug> TCPHandler: Processed in 0.002230377 sec. | ||
| 1507 | 2025.02.19 05:55:13.625725 [ 190 ] {3e28ef33-2603-423e-a1ee-258fce097b7c::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 | ||
| 1508 | 2025.02.19 05:55:13.625845 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1509 | 2025.02.19 05:55:13.625887 [ 190 ] {3e28ef33-2603-423e-a1ee-258fce097b7c::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1510 | 2025.02.19 05:55:13.625943 [ 190 ] {3e28ef33-2603-423e-a1ee-258fce097b7c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 36 rows starting from the beginning of the part | ||
| 1511 | 2025.02.19 05:55:13.625980 [ 254 ] {eddfed49-3f51-45ec-9c52-bc0d8352ec4a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 1512 | 2025.02.19 05:55:13.626060 [ 254 ] {eddfed49-3f51-45ec-9c52-bc0d8352ec4a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 1513 | 2025.02.19 05:55:13.626169 [ 190 ] {3e28ef33-2603-423e-a1ee-258fce097b7c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 36 rows starting from the beginning of the part | ||
| 1514 | 2025.02.19 05:55:13.626559 [ 190 ] {3e28ef33-2603-423e-a1ee-258fce097b7c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 44 rows starting from the beginning of the part | ||
| 1515 | 2025.02.19 05:55:13.626903 [ 190 ] {3e28ef33-2603-423e-a1ee-258fce097b7c::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 | ||
| 1516 | 2025.02.19 05:55:13.627295 [ 190 ] {3e28ef33-2603-423e-a1ee-258fce097b7c::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 | ||
| 1517 | 2025.02.19 05:55:13.627666 [ 190 ] {3e28ef33-2603-423e-a1ee-258fce097b7c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 421 rows starting from the beginning of the part | ||
| 1518 | 2025.02.19 05:55:13.628403 [ 254 ] {eddfed49-3f51-45ec-9c52-bc0d8352ec4a} <Trace> oximeter.measurements_bool (16e9d126-bc56-4e42-988e-352459bd24dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1519 | 2025.02.19 05:55:13.628447 [ 254 ] {eddfed49-3f51-45ec-9c52-bc0d8352ec4a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 1520 | 2025.02.19 05:55:13.629033 [ 254 ] {eddfed49-3f51-45ec-9c52-bc0d8352ec4a} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1521 | 2025.02.19 05:55:13.629365 [ 254 ] {eddfed49-3f51-45ec-9c52-bc0d8352ec4a} <Trace> oximeter.measurements_bool (16e9d126-bc56-4e42-988e-352459bd24dc): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1522 | 2025.02.19 05:55:13.629520 [ 190 ] {3e28ef33-2603-423e-a1ee-258fce097b7c::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 673 rows, containing 5 columns (5 merged, 0 gathered) in 0.003884116 sec., 173269.79935717676 rows/sec., 13.45 MiB/sec. | ||
| 1523 | 2025.02.19 05:55:13.629834 [ 190 ] {3e28ef33-2603-423e-a1ee-258fce097b7c::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1524 | 2025.02.19 05:55:13.629846 [ 254 ] {eddfed49-3f51-45ec-9c52-bc0d8352ec4a} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.003881 sec., 1545.993300695697 rows/sec., 80.77 KiB/sec. | ||
| 1525 | 2025.02.19 05:55:13.630047 [ 254 ] {eddfed49-3f51-45ec-9c52-bc0d8352ec4a} <Debug> TCPHandler: Processed in 0.004276032 sec. | ||
| 1526 | 2025.02.19 05:55:13.630223 [ 3 ] {} <Trace> TCP-Session: 096c1f3c-b129-4cf1-871a-58575bc1fc32 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1527 | 2025.02.19 05:55:13.630398 [ 3 ] {776ed159-1826-4d49-9507-0c1984ba5e9e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49264) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1528 | 2025.02.19 05:55:13.630477 [ 190 ] {3e28ef33-2603-423e-a1ee-258fce097b7c::all_1_6_1} <Trace> oximeter.fields_uuid (3e28ef33-2603-423e-a1ee-258fce097b7c): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1529 | 2025.02.19 05:55:13.630503 [ 3 ] {776ed159-1826-4d49-9507-0c1984ba5e9e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1530 | 2025.02.19 05:55:13.630741 [ 190 ] {3e28ef33-2603-423e-a1ee-258fce097b7c::all_1_6_1} <Trace> oximeter.fields_uuid (3e28ef33-2603-423e-a1ee-258fce097b7c) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1531 | 2025.02.19 05:55:13.630965 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. | ||
| 1532 | 2025.02.19 05:55:13.631486 [ 3 ] {776ed159-1826-4d49-9507-0c1984ba5e9e} <Trace> oximeter.measurements_cumulativeu64 (12ad3da5-8862-4a0c-98f0-1a099eec319b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1533 | 2025.02.19 05:55:13.631530 [ 3 ] {776ed159-1826-4d49-9507-0c1984ba5e9e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 1534 | 2025.02.19 05:55:13.631949 [ 3 ] {776ed159-1826-4d49-9507-0c1984ba5e9e} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1535 | 2025.02.19 05:55:13.632203 [ 3 ] {776ed159-1826-4d49-9507-0c1984ba5e9e} <Trace> oximeter.measurements_cumulativeu64 (12ad3da5-8862-4a0c-98f0-1a099eec319b): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1536 | 2025.02.19 05:55:13.632365 [ 84 ] {} <Debug> oximeter.measurements_cumulativeu64 (12ad3da5-8862-4a0c-98f0-1a099eec319b) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1537 | 2025.02.19 05:55:13.632439 [ 84 ] {} <Trace> oximeter.measurements_cumulativeu64 (12ad3da5-8862-4a0c-98f0-1a099eec319b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1538 | 2025.02.19 05:55:13.632467 [ 3 ] {776ed159-1826-4d49-9507-0c1984ba5e9e} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002115 sec., 112056.73758865248 rows/sec., 7.51 MiB/sec. | ||
| 1539 | 2025.02.19 05:55:13.632481 [ 84 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 1540 | 2025.02.19 05:55:13.632626 [ 3 ] {776ed159-1826-4d49-9507-0c1984ba5e9e} <Debug> TCPHandler: Processed in 0.002482892 sec. | ||
| 1541 | 2025.02.19 05:55:13.632831 [ 189 ] {12ad3da5-8862-4a0c-98f0-1a099eec319b::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 | ||
| 1542 | 2025.02.19 05:55:13.632867 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1543 | 2025.02.19 05:55:13.633129 [ 254 ] {4ed17dc5-1c8e-4b05-ac50-4ae94bf0c951} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 1544 | 2025.02.19 05:55:13.633143 [ 189 ] {12ad3da5-8862-4a0c-98f0-1a099eec319b::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1545 | 2025.02.19 05:55:13.633239 [ 254 ] {4ed17dc5-1c8e-4b05-ac50-4ae94bf0c951} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 1546 | 2025.02.19 05:55:13.633250 [ 189 ] {12ad3da5-8862-4a0c-98f0-1a099eec319b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 22 rows starting from the beginning of the part | ||
| 1547 | 2025.02.19 05:55:13.633704 [ 189 ] {12ad3da5-8862-4a0c-98f0-1a099eec319b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 110 rows starting from the beginning of the part | ||
| 1548 | 2025.02.19 05:55:13.634029 [ 189 ] {12ad3da5-8862-4a0c-98f0-1a099eec319b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 110 rows starting from the beginning of the part | ||
| 1549 | 2025.02.19 05:55:13.634332 [ 189 ] {12ad3da5-8862-4a0c-98f0-1a099eec319b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 120 rows starting from the beginning of the part | ||
| 1550 | 2025.02.19 05:55:13.634593 [ 189 ] {12ad3da5-8862-4a0c-98f0-1a099eec319b::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 | ||
| 1551 | 2025.02.19 05:55:13.634877 [ 189 ] {12ad3da5-8862-4a0c-98f0-1a099eec319b::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 | ||
| 1552 | 2025.02.19 05:55:13.635780 [ 254 ] {4ed17dc5-1c8e-4b05-ac50-4ae94bf0c951} <Trace> oximeter.measurements_f64 (338bebf0-eeef-41b9-b679-f4717a277180): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1553 | 2025.02.19 05:55:13.635848 [ 254 ] {4ed17dc5-1c8e-4b05-ac50-4ae94bf0c951} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 1554 | 2025.02.19 05:55:13.636829 [ 254 ] {4ed17dc5-1c8e-4b05-ac50-4ae94bf0c951} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1555 | 2025.02.19 05:55:13.637384 [ 254 ] {4ed17dc5-1c8e-4b05-ac50-4ae94bf0c951} <Trace> oximeter.measurements_f64 (338bebf0-eeef-41b9-b679-f4717a277180): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1556 | 2025.02.19 05:55:13.637929 [ 254 ] {4ed17dc5-1c8e-4b05-ac50-4ae94bf0c951} <Debug> executeQuery: Read 2 rows, 134.00 B in 0.004869 sec., 410.7619634421853 rows/sec., 26.88 KiB/sec. | ||
| 1557 | 2025.02.19 05:55:13.638255 [ 254 ] {4ed17dc5-1c8e-4b05-ac50-4ae94bf0c951} <Debug> TCPHandler: Processed in 0.005506374 sec. | ||
| 1558 | 2025.02.19 05:55:13.638441 [ 190 ] {12ad3da5-8862-4a0c-98f0-1a099eec319b::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 759 rows, containing 5 columns (5 merged, 0 gathered) in 0.005799939 sec., 130863.44528795907 rows/sec., 9.02 MiB/sec. | ||
| 1559 | 2025.02.19 05:55:13.638491 [ 3 ] {} <Trace> TCP-Session: 096c1f3c-b129-4cf1-871a-58575bc1fc32 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1560 | 2025.02.19 05:55:13.638669 [ 3 ] {4bc840a0-e000-47c0-878a-8566c0fd2bc8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49264) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1561 | 2025.02.19 05:55:13.638677 [ 190 ] {12ad3da5-8862-4a0c-98f0-1a099eec319b::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1562 | 2025.02.19 05:55:13.638909 [ 3 ] {4bc840a0-e000-47c0-878a-8566c0fd2bc8} <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 | ||
| 1563 | 2025.02.19 05:55:13.639409 [ 190 ] {12ad3da5-8862-4a0c-98f0-1a099eec319b::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (12ad3da5-8862-4a0c-98f0-1a099eec319b): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1564 | 2025.02.19 05:55:13.639656 [ 190 ] {12ad3da5-8862-4a0c-98f0-1a099eec319b::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (12ad3da5-8862-4a0c-98f0-1a099eec319b) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1565 | 2025.02.19 05:55:13.639855 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.37 MiB. | ||
| 1566 | 2025.02.19 05:55:13.640859 [ 3 ] {4bc840a0-e000-47c0-878a-8566c0fd2bc8} <Trace> oximeter.measurements_histogramu64 (7e806432-9fb0-4852-8b8d-11fed24611fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1567 | 2025.02.19 05:55:13.640903 [ 3 ] {4bc840a0-e000-47c0-878a-8566c0fd2bc8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 1568 | 2025.02.19 05:55:13.641569 [ 3 ] {4bc840a0-e000-47c0-878a-8566c0fd2bc8} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1569 | 2025.02.19 05:55:13.641839 [ 3 ] {4bc840a0-e000-47c0-878a-8566c0fd2bc8} <Trace> oximeter.measurements_histogramu64 (7e806432-9fb0-4852-8b8d-11fed24611fa): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1570 | 2025.02.19 05:55:13.642071 [ 3 ] {4bc840a0-e000-47c0-878a-8566c0fd2bc8} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.003456 sec., 7523.148148148149 rows/sec., 13.48 MiB/sec. | ||
| 1571 | 2025.02.19 05:55:13.642188 [ 3 ] {4bc840a0-e000-47c0-878a-8566c0fd2bc8} <Debug> TCPHandler: Processed in 0.003792125 sec. | ||
| 1572 | 2025.02.19 05:55:13.642349 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1573 | 2025.02.19 05:55:13.642466 [ 254 ] {b9d3abbf-7a4e-4270-ab70-5a4e3ce319a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) | ||
| 1574 | 2025.02.19 05:55:13.642517 [ 254 ] {b9d3abbf-7a4e-4270-ab70-5a4e3ce319a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 1575 | 2025.02.19 05:55:13.642995 [ 254 ] {b9d3abbf-7a4e-4270-ab70-5a4e3ce319a1} <Trace> oximeter.measurements_i64 (8ed8704e-8f60-4b79-a684-fe4a57d0bf89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1576 | 2025.02.19 05:55:13.643034 [ 254 ] {b9d3abbf-7a4e-4270-ab70-5a4e3ce319a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 1577 | 2025.02.19 05:55:13.643412 [ 254 ] {b9d3abbf-7a4e-4270-ab70-5a4e3ce319a1} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1578 | 2025.02.19 05:55:13.643649 [ 254 ] {b9d3abbf-7a4e-4270-ab70-5a4e3ce319a1} <Trace> oximeter.measurements_i64 (8ed8704e-8f60-4b79-a684-fe4a57d0bf89): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1579 | 2025.02.19 05:55:13.643934 [ 254 ] {b9d3abbf-7a4e-4270-ab70-5a4e3ce319a1} <Debug> executeQuery: Read 21 rows, 1.57 KiB in 0.001473 sec., 14256.619144602852 rows/sec., 1.04 MiB/sec. | ||
| 1580 | 2025.02.19 05:55:13.643991 [ 254 ] {b9d3abbf-7a4e-4270-ab70-5a4e3ce319a1} <Debug> TCPHandler: Processed in 0.001702449 sec. | ||
| 1581 | 2025.02.19 05:55:13.644135 [ 3 ] {} <Trace> TCP-Session: 096c1f3c-b129-4cf1-871a-58575bc1fc32 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1582 | 2025.02.19 05:55:13.644254 [ 3 ] {403b1def-ab84-4b83-b05b-f4ff3ff5cfc7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49264) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1583 | 2025.02.19 05:55:13.644304 [ 3 ] {403b1def-ab84-4b83-b05b-f4ff3ff5cfc7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1584 | 2025.02.19 05:55:13.644790 [ 3 ] {403b1def-ab84-4b83-b05b-f4ff3ff5cfc7} <Trace> oximeter.measurements_u64 (fe0987d5-5b8f-48d5-a303-9c895ee7970c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1585 | 2025.02.19 05:55:13.644830 [ 3 ] {403b1def-ab84-4b83-b05b-f4ff3ff5cfc7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 1586 | 2025.02.19 05:55:13.645203 [ 3 ] {403b1def-ab84-4b83-b05b-f4ff3ff5cfc7} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1587 | 2025.02.19 05:55:13.645447 [ 3 ] {403b1def-ab84-4b83-b05b-f4ff3ff5cfc7} <Trace> oximeter.measurements_u64 (fe0987d5-5b8f-48d5-a303-9c895ee7970c): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1588 | 2025.02.19 05:55:13.645592 [ 84 ] {} <Debug> oximeter.measurements_u64 (fe0987d5-5b8f-48d5-a303-9c895ee7970c) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1589 | 2025.02.19 05:55:13.645648 [ 84 ] {} <Trace> oximeter.measurements_u64 (fe0987d5-5b8f-48d5-a303-9c895ee7970c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1590 | 2025.02.19 05:55:13.645684 [ 84 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 1591 | 2025.02.19 05:55:13.645688 [ 3 ] {403b1def-ab84-4b83-b05b-f4ff3ff5cfc7} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001452 sec., 56473.82920110193 rows/sec., 3.59 MiB/sec. | ||
| 1592 | 2025.02.19 05:55:13.645844 [ 3 ] {403b1def-ab84-4b83-b05b-f4ff3ff5cfc7} <Debug> TCPHandler: Processed in 0.00176186 sec. | ||
| 1593 | 2025.02.19 05:55:13.645938 [ 193 ] {fe0987d5-5b8f-48d5-a303-9c895ee7970c::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 | ||
| 1594 | 2025.02.19 05:55:13.646069 [ 193 ] {fe0987d5-5b8f-48d5-a303-9c895ee7970c::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1595 | 2025.02.19 05:55:13.646112 [ 193 ] {fe0987d5-5b8f-48d5-a303-9c895ee7970c::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 | ||
| 1596 | 2025.02.19 05:55:13.646244 [ 193 ] {fe0987d5-5b8f-48d5-a303-9c895ee7970c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 40 rows starting from the beginning of the part | ||
| 1597 | 2025.02.19 05:55:13.646437 [ 193 ] {fe0987d5-5b8f-48d5-a303-9c895ee7970c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 40 rows starting from the beginning of the part | ||
| 1598 | 2025.02.19 05:55:13.646585 [ 193 ] {fe0987d5-5b8f-48d5-a303-9c895ee7970c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 44 rows starting from the beginning of the part | ||
| 1599 | 2025.02.19 05:55:13.646769 [ 193 ] {fe0987d5-5b8f-48d5-a303-9c895ee7970c::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 | ||
| 1600 | 2025.02.19 05:55:13.646953 [ 193 ] {fe0987d5-5b8f-48d5-a303-9c895ee7970c::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 | ||
| 1601 | 2025.02.19 05:55:13.648083 [ 190 ] {fe0987d5-5b8f-48d5-a303-9c895ee7970c::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 274 rows, containing 4 columns (4 merged, 0 gathered) in 0.0023259 sec., 117803.86087106066 rows/sec., 7.77 MiB/sec. | ||
| 1602 | 2025.02.19 05:55:13.648276 [ 195 ] {fe0987d5-5b8f-48d5-a303-9c895ee7970c::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1603 | 2025.02.19 05:55:13.648678 [ 195 ] {fe0987d5-5b8f-48d5-a303-9c895ee7970c::all_1_6_1} <Trace> oximeter.measurements_u64 (fe0987d5-5b8f-48d5-a303-9c895ee7970c): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1604 | 2025.02.19 05:55:13.648755 [ 195 ] {fe0987d5-5b8f-48d5-a303-9c895ee7970c::all_1_6_1} <Trace> oximeter.measurements_u64 (fe0987d5-5b8f-48d5-a303-9c895ee7970c) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1605 | 2025.02.19 05:55:13.648838 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
| 1606 | 2025.02.19 05:55:14.000242 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 162.27 MiB, peak 170.03 MiB, free memory in arenas 0.00 B, will set to 163.29 MiB (RSS), difference: 1.02 MiB | ||
| 1607 | 2025.02.19 05:55:17.017520 [ 3 ] {} <Trace> TCP-Session: 096c1f3c-b129-4cf1-871a-58575bc1fc32 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1608 | 2025.02.19 05:55:17.017786 [ 3 ] {0f838326-3b9d-4448-87c9-8c66d9d4e330} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49264) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', '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) | ||
| 1609 | 2025.02.19 05:55:17.018204 [ 3 ] {0f838326-3b9d-4448-87c9-8c66d9d4e330} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1610 | 2025.02.19 05:55:17.018255 [ 3 ] {0f838326-3b9d-4448-87c9-8c66d9d4e330} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', '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 | ||
| 1611 | 2025.02.19 05:55:17.018612 [ 3 ] {0f838326-3b9d-4448-87c9-8c66d9d4e330} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1612 | 2025.02.19 05:55:17.018692 [ 3 ] {0f838326-3b9d-4448-87c9-8c66d9d4e330} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1613 | 2025.02.19 05:55:17.018866 [ 3 ] {0f838326-3b9d-4448-87c9-8c66d9d4e330} <Debug> oximeter.timeseries_schema (86ef1e60-00e1-4f5f-bbc7-09b3fbfc4e7e) (SelectExecutor): Key condition: (column 0 notIn 35-element set) | ||
| 1614 | 2025.02.19 05:55:17.018991 [ 287 ] {0f838326-3b9d-4448-87c9-8c66d9d4e330} <Trace> oximeter.timeseries_schema (86ef1e60-00e1-4f5f-bbc7-09b3fbfc4e7e) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1615 | 2025.02.19 05:55:17.019085 [ 287 ] {0f838326-3b9d-4448-87c9-8c66d9d4e330} <Trace> oximeter.timeseries_schema (86ef1e60-00e1-4f5f-bbc7-09b3fbfc4e7e) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1616 | 2025.02.19 05:55:17.019148 [ 286 ] {0f838326-3b9d-4448-87c9-8c66d9d4e330} <Trace> oximeter.timeseries_schema (86ef1e60-00e1-4f5f-bbc7-09b3fbfc4e7e) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1617 | 2025.02.19 05:55:17.019333 [ 3 ] {0f838326-3b9d-4448-87c9-8c66d9d4e330} <Debug> oximeter.timeseries_schema (86ef1e60-00e1-4f5f-bbc7-09b3fbfc4e7e) (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 | ||
| 1618 | 2025.02.19 05:55:17.019369 [ 3 ] {0f838326-3b9d-4448-87c9-8c66d9d4e330} <Trace> oximeter.timeseries_schema (86ef1e60-00e1-4f5f-bbc7-09b3fbfc4e7e) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1619 | 2025.02.19 05:55:17.023758 [ 3 ] {0f838326-3b9d-4448-87c9-8c66d9d4e330} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1620 | 2025.02.19 05:55:17.023809 [ 3 ] {0f838326-3b9d-4448-87c9-8c66d9d4e330} <Debug> oximeter.timeseries_schema (86ef1e60-00e1-4f5f-bbc7-09b3fbfc4e7e) (SelectExecutor): Reading approx. 34 rows with 2 streams | ||
| 1621 | 2025.02.19 05:55:17.023919 [ 3 ] {0f838326-3b9d-4448-87c9-8c66d9d4e330} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', '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'))" | ||
| 1622 | 2025.02.19 05:55:17.024009 [ 3 ] {0f838326-3b9d-4448-87c9-8c66d9d4e330} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', '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'))" | ||
| 1623 | 2025.02.19 05:55:17.025602 [ 3 ] {0f838326-3b9d-4448-87c9-8c66d9d4e330} <Debug> executeQuery: Read 34 rows, 1.30 KiB in 0.00794 sec., 4282.115869017633 rows/sec., 163.95 KiB/sec. | ||
| 1624 | 2025.02.19 05:55:17.025739 [ 3 ] {0f838326-3b9d-4448-87c9-8c66d9d4e330} <Debug> TCPHandler: Processed in 0.008345961 sec. | ||
| 1625 | 2025.02.19 05:55:17.026215 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1626 | 2025.02.19 05:55:17.026513 [ 254 ] {32fc38ab-43c8-414c-ac24-80dfff2a4bf9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', '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) | ||
| 1627 | 2025.02.19 05:55:17.026971 [ 254 ] {32fc38ab-43c8-414c-ac24-80dfff2a4bf9} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1628 | 2025.02.19 05:55:17.027025 [ 254 ] {32fc38ab-43c8-414c-ac24-80dfff2a4bf9} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', '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 | ||
| 1629 | 2025.02.19 05:55:17.027386 [ 254 ] {32fc38ab-43c8-414c-ac24-80dfff2a4bf9} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1630 | 2025.02.19 05:55:17.027470 [ 254 ] {32fc38ab-43c8-414c-ac24-80dfff2a4bf9} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1631 | 2025.02.19 05:55:17.027749 [ 254 ] {32fc38ab-43c8-414c-ac24-80dfff2a4bf9} <Debug> oximeter.timeseries_schema (86ef1e60-00e1-4f5f-bbc7-09b3fbfc4e7e) (SelectExecutor): Key condition: (column 0 notIn 36-element set) | ||
| 1632 | 2025.02.19 05:55:17.027908 [ 286 ] {32fc38ab-43c8-414c-ac24-80dfff2a4bf9} <Trace> oximeter.timeseries_schema (86ef1e60-00e1-4f5f-bbc7-09b3fbfc4e7e) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1633 | 2025.02.19 05:55:17.027911 [ 287 ] {32fc38ab-43c8-414c-ac24-80dfff2a4bf9} <Trace> oximeter.timeseries_schema (86ef1e60-00e1-4f5f-bbc7-09b3fbfc4e7e) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1634 | 2025.02.19 05:55:17.027930 [ 288 ] {32fc38ab-43c8-414c-ac24-80dfff2a4bf9} <Trace> oximeter.timeseries_schema (86ef1e60-00e1-4f5f-bbc7-09b3fbfc4e7e) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1635 | 2025.02.19 05:55:17.028079 [ 254 ] {32fc38ab-43c8-414c-ac24-80dfff2a4bf9} <Debug> oximeter.timeseries_schema (86ef1e60-00e1-4f5f-bbc7-09b3fbfc4e7e) (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 | ||
| 1636 | 2025.02.19 05:55:17.028106 [ 254 ] {32fc38ab-43c8-414c-ac24-80dfff2a4bf9} <Trace> oximeter.timeseries_schema (86ef1e60-00e1-4f5f-bbc7-09b3fbfc4e7e) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1637 | 2025.02.19 05:55:17.028199 [ 254 ] {32fc38ab-43c8-414c-ac24-80dfff2a4bf9} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1638 | 2025.02.19 05:55:17.028222 [ 254 ] {32fc38ab-43c8-414c-ac24-80dfff2a4bf9} <Debug> oximeter.timeseries_schema (86ef1e60-00e1-4f5f-bbc7-09b3fbfc4e7e) (SelectExecutor): Reading approx. 34 rows with 2 streams | ||
| 1639 | 2025.02.19 05:55:17.028268 [ 254 ] {32fc38ab-43c8-414c-ac24-80dfff2a4bf9} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', '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'))" | ||
| 1640 | 2025.02.19 05:55:17.028319 [ 254 ] {32fc38ab-43c8-414c-ac24-80dfff2a4bf9} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', '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'))" | ||
| 1641 | 2025.02.19 05:55:17.029422 [ 254 ] {32fc38ab-43c8-414c-ac24-80dfff2a4bf9} <Debug> executeQuery: Read 34 rows, 1.30 KiB in 0.003054 sec., 11132.940406024885 rows/sec., 426.25 KiB/sec. | ||
| 1642 | 2025.02.19 05:55:17.029570 [ 254 ] {32fc38ab-43c8-414c-ac24-80dfff2a4bf9} <Debug> TCPHandler: Processed in 0.00349661 sec. | ||
| 1643 | 2025.02.19 05:55:17.029840 [ 3 ] {} <Trace> TCP-Session: 096c1f3c-b129-4cf1-871a-58575bc1fc32 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1644 | 2025.02.19 05:55:17.030068 [ 3 ] {d3541066-1559-4ff4-9435-701ae8e14707} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49264) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', '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) | ||
| 1645 | 2025.02.19 05:55:17.030480 [ 3 ] {d3541066-1559-4ff4-9435-701ae8e14707} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1646 | 2025.02.19 05:55:17.030542 [ 3 ] {d3541066-1559-4ff4-9435-701ae8e14707} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', '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 | ||
| 1647 | 2025.02.19 05:55:17.030907 [ 3 ] {d3541066-1559-4ff4-9435-701ae8e14707} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1648 | 2025.02.19 05:55:17.030973 [ 3 ] {d3541066-1559-4ff4-9435-701ae8e14707} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1649 | 2025.02.19 05:55:17.031123 [ 3 ] {d3541066-1559-4ff4-9435-701ae8e14707} <Debug> oximeter.timeseries_schema (86ef1e60-00e1-4f5f-bbc7-09b3fbfc4e7e) (SelectExecutor): Key condition: (column 0 notIn 37-element set) | ||
| 1650 | 2025.02.19 05:55:17.031207 [ 287 ] {d3541066-1559-4ff4-9435-701ae8e14707} <Trace> oximeter.timeseries_schema (86ef1e60-00e1-4f5f-bbc7-09b3fbfc4e7e) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1651 | 2025.02.19 05:55:17.031282 [ 288 ] {d3541066-1559-4ff4-9435-701ae8e14707} <Trace> oximeter.timeseries_schema (86ef1e60-00e1-4f5f-bbc7-09b3fbfc4e7e) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1652 | 2025.02.19 05:55:17.031304 [ 286 ] {d3541066-1559-4ff4-9435-701ae8e14707} <Trace> oximeter.timeseries_schema (86ef1e60-00e1-4f5f-bbc7-09b3fbfc4e7e) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1653 | 2025.02.19 05:55:17.031448 [ 3 ] {d3541066-1559-4ff4-9435-701ae8e14707} <Debug> oximeter.timeseries_schema (86ef1e60-00e1-4f5f-bbc7-09b3fbfc4e7e) (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 | ||
| 1654 | 2025.02.19 05:55:17.031479 [ 3 ] {d3541066-1559-4ff4-9435-701ae8e14707} <Trace> oximeter.timeseries_schema (86ef1e60-00e1-4f5f-bbc7-09b3fbfc4e7e) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1655 | 2025.02.19 05:55:17.031562 [ 3 ] {d3541066-1559-4ff4-9435-701ae8e14707} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1656 | 2025.02.19 05:55:17.031583 [ 3 ] {d3541066-1559-4ff4-9435-701ae8e14707} <Debug> oximeter.timeseries_schema (86ef1e60-00e1-4f5f-bbc7-09b3fbfc4e7e) (SelectExecutor): Reading approx. 34 rows with 2 streams | ||
| 1657 | 2025.02.19 05:55:17.031636 [ 3 ] {d3541066-1559-4ff4-9435-701ae8e14707} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', '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'))" | ||
| 1658 | 2025.02.19 05:55:17.031686 [ 3 ] {d3541066-1559-4ff4-9435-701ae8e14707} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', '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'))" | ||
| 1659 | 2025.02.19 05:55:17.032685 [ 3 ] {d3541066-1559-4ff4-9435-701ae8e14707} <Debug> executeQuery: Read 34 rows, 1.30 KiB in 0.002733 sec., 12440.541529454811 rows/sec., 476.31 KiB/sec. | ||
| 1660 | 2025.02.19 05:55:17.032823 [ 3 ] {d3541066-1559-4ff4-9435-701ae8e14707} <Debug> TCPHandler: Processed in 0.003051212 sec. | ||
| 1661 | 2025.02.19 05:55:17.033169 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1662 | 2025.02.19 05:55:17.033404 [ 254 ] {17dd8b45-84d4-4bd5-acce-aa826e9a2fd5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', '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) | ||
| 1663 | 2025.02.19 05:55:17.033811 [ 254 ] {17dd8b45-84d4-4bd5-acce-aa826e9a2fd5} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1664 | 2025.02.19 05:55:17.033862 [ 254 ] {17dd8b45-84d4-4bd5-acce-aa826e9a2fd5} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', '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 | ||
| 1665 | 2025.02.19 05:55:17.034192 [ 254 ] {17dd8b45-84d4-4bd5-acce-aa826e9a2fd5} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1666 | 2025.02.19 05:55:17.034258 [ 254 ] {17dd8b45-84d4-4bd5-acce-aa826e9a2fd5} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1667 | 2025.02.19 05:55:17.034411 [ 254 ] {17dd8b45-84d4-4bd5-acce-aa826e9a2fd5} <Debug> oximeter.timeseries_schema (86ef1e60-00e1-4f5f-bbc7-09b3fbfc4e7e) (SelectExecutor): Key condition: (column 0 notIn 38-element set) | ||
| 1668 | 2025.02.19 05:55:17.034528 [ 286 ] {17dd8b45-84d4-4bd5-acce-aa826e9a2fd5} <Trace> oximeter.timeseries_schema (86ef1e60-00e1-4f5f-bbc7-09b3fbfc4e7e) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1669 | 2025.02.19 05:55:17.034550 [ 287 ] {17dd8b45-84d4-4bd5-acce-aa826e9a2fd5} <Trace> oximeter.timeseries_schema (86ef1e60-00e1-4f5f-bbc7-09b3fbfc4e7e) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1670 | 2025.02.19 05:55:17.034572 [ 288 ] {17dd8b45-84d4-4bd5-acce-aa826e9a2fd5} <Trace> oximeter.timeseries_schema (86ef1e60-00e1-4f5f-bbc7-09b3fbfc4e7e) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1671 | 2025.02.19 05:55:17.034675 [ 254 ] {17dd8b45-84d4-4bd5-acce-aa826e9a2fd5} <Debug> oximeter.timeseries_schema (86ef1e60-00e1-4f5f-bbc7-09b3fbfc4e7e) (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 | ||
| 1672 | 2025.02.19 05:55:17.034700 [ 254 ] {17dd8b45-84d4-4bd5-acce-aa826e9a2fd5} <Trace> oximeter.timeseries_schema (86ef1e60-00e1-4f5f-bbc7-09b3fbfc4e7e) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1673 | 2025.02.19 05:55:17.034781 [ 254 ] {17dd8b45-84d4-4bd5-acce-aa826e9a2fd5} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1674 | 2025.02.19 05:55:17.034802 [ 254 ] {17dd8b45-84d4-4bd5-acce-aa826e9a2fd5} <Debug> oximeter.timeseries_schema (86ef1e60-00e1-4f5f-bbc7-09b3fbfc4e7e) (SelectExecutor): Reading approx. 34 rows with 2 streams | ||
| 1675 | 2025.02.19 05:55:17.034844 [ 254 ] {17dd8b45-84d4-4bd5-acce-aa826e9a2fd5} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', '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'))" | ||
| 1676 | 2025.02.19 05:55:17.034892 [ 254 ] {17dd8b45-84d4-4bd5-acce-aa826e9a2fd5} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', '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'))" | ||
| 1677 | 2025.02.19 05:55:17.035972 [ 254 ] {17dd8b45-84d4-4bd5-acce-aa826e9a2fd5} <Debug> executeQuery: Read 34 rows, 1.30 KiB in 0.00269 sec., 12639.405204460965 rows/sec., 483.92 KiB/sec. | ||
| 1678 | 2025.02.19 05:55:17.036111 [ 254 ] {17dd8b45-84d4-4bd5-acce-aa826e9a2fd5} <Debug> TCPHandler: Processed in 0.003012001 sec. | ||
| 1679 | 2025.02.19 05:55:17.036357 [ 3 ] {} <Trace> TCP-Session: 096c1f3c-b129-4cf1-871a-58575bc1fc32 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1680 | 2025.02.19 05:55:17.036554 [ 3 ] {47ec0974-92c2-41e5-9625-150b38a4e49a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49264) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', '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) | ||
| 1681 | 2025.02.19 05:55:17.036906 [ 3 ] {47ec0974-92c2-41e5-9625-150b38a4e49a} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1682 | 2025.02.19 05:55:17.036957 [ 3 ] {47ec0974-92c2-41e5-9625-150b38a4e49a} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', '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 | ||
| 1683 | 2025.02.19 05:55:17.037293 [ 3 ] {47ec0974-92c2-41e5-9625-150b38a4e49a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1684 | 2025.02.19 05:55:17.037361 [ 3 ] {47ec0974-92c2-41e5-9625-150b38a4e49a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1685 | 2025.02.19 05:55:17.037512 [ 3 ] {47ec0974-92c2-41e5-9625-150b38a4e49a} <Debug> oximeter.timeseries_schema (86ef1e60-00e1-4f5f-bbc7-09b3fbfc4e7e) (SelectExecutor): Key condition: (column 0 notIn 39-element set) | ||
| 1686 | 2025.02.19 05:55:17.037638 [ 286 ] {47ec0974-92c2-41e5-9625-150b38a4e49a} <Trace> oximeter.timeseries_schema (86ef1e60-00e1-4f5f-bbc7-09b3fbfc4e7e) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1687 | 2025.02.19 05:55:17.037655 [ 287 ] {47ec0974-92c2-41e5-9625-150b38a4e49a} <Trace> oximeter.timeseries_schema (86ef1e60-00e1-4f5f-bbc7-09b3fbfc4e7e) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1688 | 2025.02.19 05:55:17.037674 [ 288 ] {47ec0974-92c2-41e5-9625-150b38a4e49a} <Trace> oximeter.timeseries_schema (86ef1e60-00e1-4f5f-bbc7-09b3fbfc4e7e) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1689 | 2025.02.19 05:55:17.037792 [ 3 ] {47ec0974-92c2-41e5-9625-150b38a4e49a} <Debug> oximeter.timeseries_schema (86ef1e60-00e1-4f5f-bbc7-09b3fbfc4e7e) (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 | ||
| 1690 | 2025.02.19 05:55:17.037825 [ 3 ] {47ec0974-92c2-41e5-9625-150b38a4e49a} <Trace> oximeter.timeseries_schema (86ef1e60-00e1-4f5f-bbc7-09b3fbfc4e7e) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1691 | 2025.02.19 05:55:17.037908 [ 3 ] {47ec0974-92c2-41e5-9625-150b38a4e49a} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1692 | 2025.02.19 05:55:17.037930 [ 3 ] {47ec0974-92c2-41e5-9625-150b38a4e49a} <Debug> oximeter.timeseries_schema (86ef1e60-00e1-4f5f-bbc7-09b3fbfc4e7e) (SelectExecutor): Reading approx. 34 rows with 2 streams | ||
| 1693 | 2025.02.19 05:55:17.037973 [ 3 ] {47ec0974-92c2-41e5-9625-150b38a4e49a} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', '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'))" | ||
| 1694 | 2025.02.19 05:55:17.038025 [ 3 ] {47ec0974-92c2-41e5-9625-150b38a4e49a} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', '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'))" | ||
| 1695 | 2025.02.19 05:55:17.039134 [ 3 ] {47ec0974-92c2-41e5-9625-150b38a4e49a} <Debug> executeQuery: Read 34 rows, 1.30 KiB in 0.002679 sec., 12691.30272489735 rows/sec., 485.91 KiB/sec. | ||
| 1696 | 2025.02.19 05:55:17.039273 [ 3 ] {47ec0974-92c2-41e5-9625-150b38a4e49a} <Debug> TCPHandler: Processed in 0.002972771 sec. | ||
| 1697 | 2025.02.19 05:55:17.039563 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1698 | 2025.02.19 05:55:17.039797 [ 254 ] {38dc8dd1-9cd8-458d-b700-8bc1bfd4f515} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', '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) | ||
| 1699 | 2025.02.19 05:55:17.040240 [ 254 ] {38dc8dd1-9cd8-458d-b700-8bc1bfd4f515} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1700 | 2025.02.19 05:55:17.040302 [ 254 ] {38dc8dd1-9cd8-458d-b700-8bc1bfd4f515} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', '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 | ||
| 1701 | 2025.02.19 05:55:17.040717 [ 254 ] {38dc8dd1-9cd8-458d-b700-8bc1bfd4f515} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1702 | 2025.02.19 05:55:17.040796 [ 254 ] {38dc8dd1-9cd8-458d-b700-8bc1bfd4f515} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1703 | 2025.02.19 05:55:17.040945 [ 254 ] {38dc8dd1-9cd8-458d-b700-8bc1bfd4f515} <Debug> oximeter.timeseries_schema (86ef1e60-00e1-4f5f-bbc7-09b3fbfc4e7e) (SelectExecutor): Key condition: (column 0 notIn 40-element set) | ||
| 1704 | 2025.02.19 05:55:17.041074 [ 286 ] {38dc8dd1-9cd8-458d-b700-8bc1bfd4f515} <Trace> oximeter.timeseries_schema (86ef1e60-00e1-4f5f-bbc7-09b3fbfc4e7e) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1705 | 2025.02.19 05:55:17.041100 [ 287 ] {38dc8dd1-9cd8-458d-b700-8bc1bfd4f515} <Trace> oximeter.timeseries_schema (86ef1e60-00e1-4f5f-bbc7-09b3fbfc4e7e) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1706 | 2025.02.19 05:55:17.041112 [ 288 ] {38dc8dd1-9cd8-458d-b700-8bc1bfd4f515} <Trace> oximeter.timeseries_schema (86ef1e60-00e1-4f5f-bbc7-09b3fbfc4e7e) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1707 | 2025.02.19 05:55:17.041239 [ 254 ] {38dc8dd1-9cd8-458d-b700-8bc1bfd4f515} <Debug> oximeter.timeseries_schema (86ef1e60-00e1-4f5f-bbc7-09b3fbfc4e7e) (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 | ||
| 1708 | 2025.02.19 05:55:17.041263 [ 254 ] {38dc8dd1-9cd8-458d-b700-8bc1bfd4f515} <Trace> oximeter.timeseries_schema (86ef1e60-00e1-4f5f-bbc7-09b3fbfc4e7e) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1709 | 2025.02.19 05:55:17.041346 [ 254 ] {38dc8dd1-9cd8-458d-b700-8bc1bfd4f515} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1710 | 2025.02.19 05:55:17.041367 [ 254 ] {38dc8dd1-9cd8-458d-b700-8bc1bfd4f515} <Debug> oximeter.timeseries_schema (86ef1e60-00e1-4f5f-bbc7-09b3fbfc4e7e) (SelectExecutor): Reading approx. 34 rows with 2 streams | ||
| 1711 | 2025.02.19 05:55:17.041408 [ 254 ] {38dc8dd1-9cd8-458d-b700-8bc1bfd4f515} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', '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'))" | ||
| 1712 | 2025.02.19 05:55:17.041456 [ 254 ] {38dc8dd1-9cd8-458d-b700-8bc1bfd4f515} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', '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'))" | ||
| 1713 | 2025.02.19 05:55:17.042497 [ 254 ] {38dc8dd1-9cd8-458d-b700-8bc1bfd4f515} <Debug> executeQuery: Read 34 rows, 1.30 KiB in 0.002821 sec., 12052.463665366891 rows/sec., 461.45 KiB/sec. | ||
| 1714 | 2025.02.19 05:55:17.042634 [ 254 ] {38dc8dd1-9cd8-458d-b700-8bc1bfd4f515} <Debug> TCPHandler: Processed in 0.003142354 sec. | ||
| 1715 | 2025.02.19 05:55:17.125548 [ 3 ] {} <Trace> TCP-Session: 096c1f3c-b129-4cf1-871a-58575bc1fc32 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1716 | 2025.02.19 05:55:17.125714 [ 3 ] {e371eb42-a9aa-4b86-b8b5-a0263784a1d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49264) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 1717 | 2025.02.19 05:55:17.125783 [ 3 ] {e371eb42-a9aa-4b86-b8b5-a0263784a1d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1718 | 2025.02.19 05:55:17.126559 [ 3 ] {e371eb42-a9aa-4b86-b8b5-a0263784a1d1} <Trace> oximeter.timeseries_schema (86ef1e60-00e1-4f5f-bbc7-09b3fbfc4e7e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1719 | 2025.02.19 05:55:17.126606 [ 3 ] {e371eb42-a9aa-4b86-b8b5-a0263784a1d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 1720 | 2025.02.19 05:55:17.127124 [ 3 ] {e371eb42-a9aa-4b86-b8b5-a0263784a1d1} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1721 | 2025.02.19 05:55:17.127361 [ 3 ] {e371eb42-a9aa-4b86-b8b5-a0263784a1d1} <Trace> oximeter.timeseries_schema (86ef1e60-00e1-4f5f-bbc7-09b3fbfc4e7e): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1722 | 2025.02.19 05:55:17.127587 [ 3 ] {e371eb42-a9aa-4b86-b8b5-a0263784a1d1} <Debug> executeQuery: Read 6 rows, 1.34 KiB in 0.001919 sec., 3126.628452318916 rows/sec., 696.16 KiB/sec. | ||
| 1723 | 2025.02.19 05:55:17.127644 [ 3 ] {e371eb42-a9aa-4b86-b8b5-a0263784a1d1} <Debug> TCPHandler: Processed in 0.002169826 sec. | ||
| 1724 | 2025.02.19 05:55:17.127810 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1725 | 2025.02.19 05:55:17.127946 [ 254 ] {f76082bf-5654-420a-b749-620a64b371d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1726 | 2025.02.19 05:55:17.127999 [ 254 ] {f76082bf-5654-420a-b749-620a64b371d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1727 | 2025.02.19 05:55:17.129296 [ 254 ] {f76082bf-5654-420a-b749-620a64b371d3} <Trace> oximeter.fields_string (2fcca75a-374a-4c87-833b-a981a707b5d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1728 | 2025.02.19 05:55:17.129340 [ 254 ] {f76082bf-5654-420a-b749-620a64b371d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 1729 | 2025.02.19 05:55:17.129848 [ 254 ] {f76082bf-5654-420a-b749-620a64b371d3} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1730 | 2025.02.19 05:55:17.130112 [ 254 ] {f76082bf-5654-420a-b749-620a64b371d3} <Trace> oximeter.fields_string (2fcca75a-374a-4c87-833b-a981a707b5d9): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1731 | 2025.02.19 05:55:17.130399 [ 254 ] {f76082bf-5654-420a-b749-620a64b371d3} <Debug> executeQuery: Read 1212 rows, 102.55 KiB in 0.002477 sec., 489301.5744852644 rows/sec., 40.43 MiB/sec. | ||
| 1732 | 2025.02.19 05:55:17.130531 [ 254 ] {f76082bf-5654-420a-b749-620a64b371d3} <Debug> TCPHandler: Processed in 0.002781997 sec. | ||
| 1733 | 2025.02.19 05:55:17.130706 [ 3 ] {} <Trace> TCP-Session: 096c1f3c-b129-4cf1-871a-58575bc1fc32 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1734 | 2025.02.19 05:55:17.130839 [ 3 ] {e15bab10-eac9-44a2-a41f-063f5622629e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49264) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1735 | 2025.02.19 05:55:17.130891 [ 3 ] {e15bab10-eac9-44a2-a41f-063f5622629e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1736 | 2025.02.19 05:55:17.131487 [ 3 ] {e15bab10-eac9-44a2-a41f-063f5622629e} <Trace> oximeter.fields_u16 (6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1737 | 2025.02.19 05:55:17.131526 [ 3 ] {e15bab10-eac9-44a2-a41f-063f5622629e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 1738 | 2025.02.19 05:55:17.131895 [ 3 ] {e15bab10-eac9-44a2-a41f-063f5622629e} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1739 | 2025.02.19 05:55:17.132162 [ 3 ] {e15bab10-eac9-44a2-a41f-063f5622629e} <Trace> oximeter.fields_u16 (6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1740 | 2025.02.19 05:55:17.132428 [ 3 ] {e15bab10-eac9-44a2-a41f-063f5622629e} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001586 sec., 5044.136191677176 rows/sec., 379.30 KiB/sec. | ||
| 1741 | 2025.02.19 05:55:17.132545 [ 3 ] {e15bab10-eac9-44a2-a41f-063f5622629e} <Debug> TCPHandler: Processed in 0.001910183 sec. | ||
| 1742 | 2025.02.19 05:55:17.132698 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1743 | 2025.02.19 05:55:17.132830 [ 254 ] {242ccc98-00b9-4746-ba79-5f2db21752a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 1744 | 2025.02.19 05:55:17.132888 [ 254 ] {242ccc98-00b9-4746-ba79-5f2db21752a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 1745 | 2025.02.19 05:55:17.133666 [ 254 ] {242ccc98-00b9-4746-ba79-5f2db21752a1} <Trace> oximeter.fields_u32 (65b4bee1-230d-4ffd-8593-1cf368c54481): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1746 | 2025.02.19 05:55:17.133713 [ 254 ] {242ccc98-00b9-4746-ba79-5f2db21752a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 1747 | 2025.02.19 05:55:17.134086 [ 254 ] {242ccc98-00b9-4746-ba79-5f2db21752a1} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1748 | 2025.02.19 05:55:17.134327 [ 254 ] {242ccc98-00b9-4746-ba79-5f2db21752a1} <Trace> oximeter.fields_u32 (65b4bee1-230d-4ffd-8593-1cf368c54481): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1749 | 2025.02.19 05:55:17.134526 [ 254 ] {242ccc98-00b9-4746-ba79-5f2db21752a1} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001731 sec., 131715.7712305026 rows/sec., 8.92 MiB/sec. | ||
| 1750 | 2025.02.19 05:55:17.134587 [ 254 ] {242ccc98-00b9-4746-ba79-5f2db21752a1} <Debug> TCPHandler: Processed in 0.001946803 sec. | ||
| 1751 | 2025.02.19 05:55:17.134736 [ 3 ] {} <Trace> TCP-Session: 096c1f3c-b129-4cf1-871a-58575bc1fc32 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1752 | 2025.02.19 05:55:17.134857 [ 3 ] {6321aab3-0cc2-4b49-ad7f-5ff2febc2a18} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49264) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1753 | 2025.02.19 05:55:17.134907 [ 3 ] {6321aab3-0cc2-4b49-ad7f-5ff2febc2a18} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1754 | 2025.02.19 05:55:17.135730 [ 3 ] {6321aab3-0cc2-4b49-ad7f-5ff2febc2a18} <Trace> oximeter.fields_uuid (3e28ef33-2603-423e-a1ee-258fce097b7c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1755 | 2025.02.19 05:55:17.135770 [ 3 ] {6321aab3-0cc2-4b49-ad7f-5ff2febc2a18} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 1756 | 2025.02.19 05:55:17.136162 [ 3 ] {6321aab3-0cc2-4b49-ad7f-5ff2febc2a18} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1757 | 2025.02.19 05:55:17.136416 [ 3 ] {6321aab3-0cc2-4b49-ad7f-5ff2febc2a18} <Trace> oximeter.fields_uuid (3e28ef33-2603-423e-a1ee-258fce097b7c): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1758 | 2025.02.19 05:55:17.136628 [ 3 ] {6321aab3-0cc2-4b49-ad7f-5ff2febc2a18} <Debug> executeQuery: Read 528 rows, 40.04 KiB in 0.001796 sec., 293986.63697104674 rows/sec., 21.77 MiB/sec. | ||
| 1759 | 2025.02.19 05:55:17.136682 [ 3 ] {6321aab3-0cc2-4b49-ad7f-5ff2febc2a18} <Debug> TCPHandler: Processed in 0.002005084 sec. | ||
| 1760 | 2025.02.19 05:55:17.136845 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1761 | 2025.02.19 05:55:17.136985 [ 254 ] {31e33b70-1835-4d0d-b599-ace7e81a3e4b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1762 | 2025.02.19 05:55:17.137047 [ 254 ] {31e33b70-1835-4d0d-b599-ace7e81a3e4b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1763 | 2025.02.19 05:55:17.140325 [ 254 ] {31e33b70-1835-4d0d-b599-ace7e81a3e4b} <Trace> oximeter.measurements_cumulativeu64 (12ad3da5-8862-4a0c-98f0-1a099eec319b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1764 | 2025.02.19 05:55:17.140371 [ 254 ] {31e33b70-1835-4d0d-b599-ace7e81a3e4b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 1765 | 2025.02.19 05:55:17.141017 [ 254 ] {31e33b70-1835-4d0d-b599-ace7e81a3e4b} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1766 | 2025.02.19 05:55:17.141259 [ 254 ] {31e33b70-1835-4d0d-b599-ace7e81a3e4b} <Trace> oximeter.measurements_cumulativeu64 (12ad3da5-8862-4a0c-98f0-1a099eec319b): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1767 | 2025.02.19 05:55:17.141468 [ 254 ] {31e33b70-1835-4d0d-b599-ace7e81a3e4b} <Debug> executeQuery: Read 2390 rows, 163.76 KiB in 0.004515 sec., 529346.6223698782 rows/sec., 35.42 MiB/sec. | ||
| 1768 | 2025.02.19 05:55:17.141527 [ 254 ] {31e33b70-1835-4d0d-b599-ace7e81a3e4b} <Debug> TCPHandler: Processed in 0.004750631 sec. | ||
| 1769 | 2025.02.19 05:55:17.141696 [ 3 ] {} <Trace> TCP-Session: 096c1f3c-b129-4cf1-871a-58575bc1fc32 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1770 | 2025.02.19 05:55:17.141838 [ 3 ] {afbccc9f-cafb-4988-a501-aa964693eb0f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49264) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1771 | 2025.02.19 05:55:17.141933 [ 3 ] {afbccc9f-cafb-4988-a501-aa964693eb0f} <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 | ||
| 1772 | 2025.02.19 05:55:17.143143 [ 3 ] {afbccc9f-cafb-4988-a501-aa964693eb0f} <Trace> oximeter.measurements_histogramu64 (7e806432-9fb0-4852-8b8d-11fed24611fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1773 | 2025.02.19 05:55:17.143184 [ 3 ] {afbccc9f-cafb-4988-a501-aa964693eb0f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 1774 | 2025.02.19 05:55:17.143805 [ 3 ] {afbccc9f-cafb-4988-a501-aa964693eb0f} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1775 | 2025.02.19 05:55:17.144077 [ 3 ] {afbccc9f-cafb-4988-a501-aa964693eb0f} <Trace> oximeter.measurements_histogramu64 (7e806432-9fb0-4852-8b8d-11fed24611fa): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1776 | 2025.02.19 05:55:17.144319 [ 3 ] {afbccc9f-cafb-4988-a501-aa964693eb0f} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002513 sec., 3183.4460803820134 rows/sec., 5.70 MiB/sec. | ||
| 1777 | 2025.02.19 05:55:17.144419 [ 3 ] {afbccc9f-cafb-4988-a501-aa964693eb0f} <Debug> TCPHandler: Processed in 0.002793068 sec. | ||
| 1778 | 2025.02.19 05:55:17.144580 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1779 | 2025.02.19 05:55:17.144721 [ 254 ] {dee47f00-3cbc-409a-a1bd-18aa8d91107a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1780 | 2025.02.19 05:55:17.144780 [ 254 ] {dee47f00-3cbc-409a-a1bd-18aa8d91107a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1781 | 2025.02.19 05:55:17.145374 [ 254 ] {dee47f00-3cbc-409a-a1bd-18aa8d91107a} <Trace> oximeter.measurements_u64 (fe0987d5-5b8f-48d5-a303-9c895ee7970c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1782 | 2025.02.19 05:55:17.145421 [ 254 ] {dee47f00-3cbc-409a-a1bd-18aa8d91107a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 1783 | 2025.02.19 05:55:17.145838 [ 254 ] {dee47f00-3cbc-409a-a1bd-18aa8d91107a} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1784 | 2025.02.19 05:55:17.146085 [ 254 ] {dee47f00-3cbc-409a-a1bd-18aa8d91107a} <Trace> oximeter.measurements_u64 (fe0987d5-5b8f-48d5-a303-9c895ee7970c): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1785 | 2025.02.19 05:55:17.146289 [ 254 ] {dee47f00-3cbc-409a-a1bd-18aa8d91107a} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.0016 sec., 30000 rows/sec., 2.02 MiB/sec. | ||
| 1786 | 2025.02.19 05:55:17.146340 [ 254 ] {dee47f00-3cbc-409a-a1bd-18aa8d91107a} <Debug> TCPHandler: Processed in 0.001827971 sec. | ||
| 1787 | 2025.02.19 05:55:18.057251 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 98 entries to flush up to offset 264 | ||
| 1788 | 2025.02.19 05:55:18.061743 [ 242 ] {} <Trace> system.query_log (c5831a85-9043-4d4c-a5be-d968cb126303): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1789 | 2025.02.19 05:55:18.061808 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 1790 | 2025.02.19 05:55:18.063370 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1791 | 2025.02.19 05:55:18.063680 [ 242 ] {} <Trace> system.query_log (c5831a85-9043-4d4c-a5be-d968cb126303): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1792 | 2025.02.19 05:55:18.064228 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 264 | ||
| 1793 | 2025.02.19 05:55:18.548772 [ 3 ] {} <Trace> TCP-Session: 096c1f3c-b129-4cf1-871a-58575bc1fc32 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1794 | 2025.02.19 05:55:18.549079 [ 3 ] {0aff7110-142f-41ee-80a9-56f61e788921} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49264) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1795 | 2025.02.19 05:55:18.549186 [ 3 ] {0aff7110-142f-41ee-80a9-56f61e788921} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1796 | 2025.02.19 05:55:18.550242 [ 3 ] {0aff7110-142f-41ee-80a9-56f61e788921} <Trace> oximeter.fields_string (2fcca75a-374a-4c87-833b-a981a707b5d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1797 | 2025.02.19 05:55:18.550295 [ 3 ] {0aff7110-142f-41ee-80a9-56f61e788921} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 1798 | 2025.02.19 05:55:18.550730 [ 3 ] {0aff7110-142f-41ee-80a9-56f61e788921} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1799 | 2025.02.19 05:55:18.551002 [ 3 ] {0aff7110-142f-41ee-80a9-56f61e788921} <Trace> oximeter.fields_string (2fcca75a-374a-4c87-833b-a981a707b5d9): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1800 | 2025.02.19 05:55:18.551244 [ 3 ] {0aff7110-142f-41ee-80a9-56f61e788921} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002244 sec., 24955.436720142603 rows/sec., 1.92 MiB/sec. | ||
| 1801 | 2025.02.19 05:55:18.551334 [ 3 ] {0aff7110-142f-41ee-80a9-56f61e788921} <Debug> TCPHandler: Processed in 0.002733247 sec. | ||
| 1802 | 2025.02.19 05:55:18.551592 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1803 | 2025.02.19 05:55:18.551784 [ 254 ] {32db89be-e2a6-41c1-b6d2-6df6d5a30f49} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1804 | 2025.02.19 05:55:18.551857 [ 254 ] {32db89be-e2a6-41c1-b6d2-6df6d5a30f49} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1805 | 2025.02.19 05:55:18.552626 [ 254 ] {32db89be-e2a6-41c1-b6d2-6df6d5a30f49} <Trace> oximeter.fields_uuid (3e28ef33-2603-423e-a1ee-258fce097b7c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1806 | 2025.02.19 05:55:18.552671 [ 254 ] {32db89be-e2a6-41c1-b6d2-6df6d5a30f49} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 1807 | 2025.02.19 05:55:18.553094 [ 254 ] {32db89be-e2a6-41c1-b6d2-6df6d5a30f49} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1808 | 2025.02.19 05:55:18.553346 [ 254 ] {32db89be-e2a6-41c1-b6d2-6df6d5a30f49} <Trace> oximeter.fields_uuid (3e28ef33-2603-423e-a1ee-258fce097b7c): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1809 | 2025.02.19 05:55:18.553547 [ 254 ] {32db89be-e2a6-41c1-b6d2-6df6d5a30f49} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001818 sec., 35203.52035203521 rows/sec., 2.75 MiB/sec. | ||
| 1810 | 2025.02.19 05:55:18.553610 [ 254 ] {32db89be-e2a6-41c1-b6d2-6df6d5a30f49} <Debug> TCPHandler: Processed in 0.002155706 sec. | ||
| 1811 | 2025.02.19 05:55:18.553776 [ 3 ] {} <Trace> TCP-Session: 096c1f3c-b129-4cf1-871a-58575bc1fc32 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1812 | 2025.02.19 05:55:18.553913 [ 3 ] {c25d6fbd-3377-42c8-854b-393133ab6c86} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49264) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1813 | 2025.02.19 05:55:18.553971 [ 3 ] {c25d6fbd-3377-42c8-854b-393133ab6c86} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1814 | 2025.02.19 05:55:18.554556 [ 3 ] {c25d6fbd-3377-42c8-854b-393133ab6c86} <Trace> oximeter.measurements_cumulativeu64 (12ad3da5-8862-4a0c-98f0-1a099eec319b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1815 | 2025.02.19 05:55:18.554598 [ 3 ] {c25d6fbd-3377-42c8-854b-393133ab6c86} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 1816 | 2025.02.19 05:55:18.555057 [ 3 ] {c25d6fbd-3377-42c8-854b-393133ab6c86} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1817 | 2025.02.19 05:55:18.555317 [ 3 ] {c25d6fbd-3377-42c8-854b-393133ab6c86} <Trace> oximeter.measurements_cumulativeu64 (12ad3da5-8862-4a0c-98f0-1a099eec319b): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1818 | 2025.02.19 05:55:18.555535 [ 3 ] {c25d6fbd-3377-42c8-854b-393133ab6c86} <Debug> executeQuery: Read 32 rows, 2.28 KiB in 0.001654 sec., 19347.037484885124 rows/sec., 1.35 MiB/sec. | ||
| 1819 | 2025.02.19 05:55:18.555591 [ 3 ] {c25d6fbd-3377-42c8-854b-393133ab6c86} <Debug> TCPHandler: Processed in 0.001885702 sec. | ||
| 1820 | 2025.02.19 05:55:18.555752 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1821 | 2025.02.19 05:55:18.555876 [ 254 ] {021336cf-7bb6-4d8f-91f7-eb66fe914337} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1822 | 2025.02.19 05:55:18.555931 [ 254 ] {021336cf-7bb6-4d8f-91f7-eb66fe914337} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1823 | 2025.02.19 05:55:18.556418 [ 254 ] {021336cf-7bb6-4d8f-91f7-eb66fe914337} <Trace> oximeter.measurements_u64 (fe0987d5-5b8f-48d5-a303-9c895ee7970c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1824 | 2025.02.19 05:55:18.556456 [ 254 ] {021336cf-7bb6-4d8f-91f7-eb66fe914337} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 1825 | 2025.02.19 05:55:18.556823 [ 254 ] {021336cf-7bb6-4d8f-91f7-eb66fe914337} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1826 | 2025.02.19 05:55:18.557059 [ 254 ] {021336cf-7bb6-4d8f-91f7-eb66fe914337} <Trace> oximeter.measurements_u64 (fe0987d5-5b8f-48d5-a303-9c895ee7970c): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1827 | 2025.02.19 05:55:18.557237 [ 254 ] {021336cf-7bb6-4d8f-91f7-eb66fe914337} <Debug> executeQuery: Read 12 rows, 848.00 B in 0.00139 sec., 8633.093525179856 rows/sec., 595.77 KiB/sec. | ||
| 1828 | 2025.02.19 05:55:18.557287 [ 254 ] {021336cf-7bb6-4d8f-91f7-eb66fe914337} <Debug> TCPHandler: Processed in 0.001595317 sec. | ||
| 1829 | 2025.02.19 05:55:20.553935 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 3233 | ||
| 1830 | 2025.02.19 05:55:20.554578 [ 244 ] {} <Trace> system.asynchronous_metric_log (5573eb27-0871-4eb5-bfd6-93b6d6d4142e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1831 | 2025.02.19 05:55:20.554632 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 1832 | 2025.02.19 05:55:20.555172 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1833 | 2025.02.19 05:55:20.555438 [ 244 ] {} <Trace> system.asynchronous_metric_log (5573eb27-0871-4eb5-bfd6-93b6d6d4142e): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1834 | 2025.02.19 05:55:20.555714 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3233 | ||
| 1835 | 2025.02.19 05:55:20.763376 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 53 | ||
| 1836 | 2025.02.19 05:55:20.782821 [ 243 ] {} <Trace> system.metric_log (636422f3-000f-4feb-9852-006313efe3e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1837 | 2025.02.19 05:55:20.782876 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 1838 | 2025.02.19 05:55:20.790198 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1839 | 2025.02.19 05:55:20.790972 [ 243 ] {} <Trace> system.metric_log (636422f3-000f-4feb-9852-006313efe3e0): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1840 | 2025.02.19 05:55:20.793552 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 53 | ||
| 1841 | 2025.02.19 05:55:21.000174 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 164.24 MiB, peak 170.03 MiB, free memory in arenas 0.00 B, will set to 166.04 MiB (RSS), difference: 1.79 MiB | ||
| 1842 | 2025.02.19 05:55:23.562563 [ 3 ] {} <Trace> TCP-Session: 096c1f3c-b129-4cf1-871a-58575bc1fc32 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1843 | 2025.02.19 05:55:23.562863 [ 3 ] {94e3561f-931f-4863-b7f5-93c0928f118c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49264) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 1844 | 2025.02.19 05:55:23.562977 [ 3 ] {94e3561f-931f-4863-b7f5-93c0928f118c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 1845 | 2025.02.19 05:55:23.563842 [ 3 ] {94e3561f-931f-4863-b7f5-93c0928f118c} <Trace> oximeter.fields_i16 (2bf1598c-a5a7-46ca-9aca-ef074bb76812): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1846 | 2025.02.19 05:55:23.563885 [ 3 ] {94e3561f-931f-4863-b7f5-93c0928f118c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 1847 | 2025.02.19 05:55:23.564328 [ 3 ] {94e3561f-931f-4863-b7f5-93c0928f118c} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1848 | 2025.02.19 05:55:23.564603 [ 3 ] {94e3561f-931f-4863-b7f5-93c0928f118c} <Trace> oximeter.fields_i16 (2bf1598c-a5a7-46ca-9aca-ef074bb76812): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1849 | 2025.02.19 05:55:23.564792 [ 3 ] {94e3561f-931f-4863-b7f5-93c0928f118c} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002013 sec., 105315.44957774466 rows/sec., 6.70 MiB/sec. | ||
| 1850 | 2025.02.19 05:55:23.564847 [ 3 ] {94e3561f-931f-4863-b7f5-93c0928f118c} <Debug> TCPHandler: Processed in 0.002467452 sec. | ||
| 1851 | 2025.02.19 05:55:23.565147 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1852 | 2025.02.19 05:55:23.565453 [ 254 ] {c6dc27bc-b94d-4d61-a607-90fe6a63c05c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1853 | 2025.02.19 05:55:23.565569 [ 254 ] {c6dc27bc-b94d-4d61-a607-90fe6a63c05c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1854 | 2025.02.19 05:55:23.566731 [ 254 ] {c6dc27bc-b94d-4d61-a607-90fe6a63c05c} <Trace> oximeter.fields_string (2fcca75a-374a-4c87-833b-a981a707b5d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1855 | 2025.02.19 05:55:23.566777 [ 254 ] {c6dc27bc-b94d-4d61-a607-90fe6a63c05c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 1856 | 2025.02.19 05:55:23.567244 [ 254 ] {c6dc27bc-b94d-4d61-a607-90fe6a63c05c} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1857 | 2025.02.19 05:55:23.567503 [ 254 ] {c6dc27bc-b94d-4d61-a607-90fe6a63c05c} <Trace> oximeter.fields_string (2fcca75a-374a-4c87-833b-a981a707b5d9): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1858 | 2025.02.19 05:55:23.567733 [ 254 ] {c6dc27bc-b94d-4d61-a607-90fe6a63c05c} <Debug> executeQuery: Read 671 rows, 54.45 KiB in 0.002365 sec., 283720.93023255817 rows/sec., 22.48 MiB/sec. | ||
| 1859 | 2025.02.19 05:55:23.567791 [ 254 ] {c6dc27bc-b94d-4d61-a607-90fe6a63c05c} <Debug> TCPHandler: Processed in 0.002818428 sec. | ||
| 1860 | 2025.02.19 05:55:23.567950 [ 3 ] {} <Trace> TCP-Session: 096c1f3c-b129-4cf1-871a-58575bc1fc32 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1861 | 2025.02.19 05:55:23.568090 [ 3 ] {e400706e-649e-4a69-a762-c5cac2e45eae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49264) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1862 | 2025.02.19 05:55:23.568150 [ 3 ] {e400706e-649e-4a69-a762-c5cac2e45eae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1863 | 2025.02.19 05:55:23.568879 [ 3 ] {e400706e-649e-4a69-a762-c5cac2e45eae} <Trace> oximeter.fields_u16 (6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1864 | 2025.02.19 05:55:23.568925 [ 3 ] {e400706e-649e-4a69-a762-c5cac2e45eae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 1865 | 2025.02.19 05:55:23.569307 [ 3 ] {e400706e-649e-4a69-a762-c5cac2e45eae} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1866 | 2025.02.19 05:55:23.569555 [ 3 ] {e400706e-649e-4a69-a762-c5cac2e45eae} <Trace> oximeter.fields_u16 (6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1867 | 2025.02.19 05:55:23.569737 [ 3 ] {e400706e-649e-4a69-a762-c5cac2e45eae} <Debug> executeQuery: Read 133 rows, 8.42 KiB in 0.001678 sec., 79261.02502979738 rows/sec., 4.90 MiB/sec. | ||
| 1868 | 2025.02.19 05:55:23.569788 [ 3 ] {e400706e-649e-4a69-a762-c5cac2e45eae} <Debug> TCPHandler: Processed in 0.001906352 sec. | ||
| 1869 | 2025.02.19 05:55:23.569930 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1870 | 2025.02.19 05:55:23.570047 [ 254 ] {8a82dbc3-93f6-4456-9586-61b60c872b49} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 1871 | 2025.02.19 05:55:23.570094 [ 254 ] {8a82dbc3-93f6-4456-9586-61b60c872b49} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 1872 | 2025.02.19 05:55:23.570748 [ 254 ] {8a82dbc3-93f6-4456-9586-61b60c872b49} <Trace> oximeter.fields_u32 (65b4bee1-230d-4ffd-8593-1cf368c54481): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1873 | 2025.02.19 05:55:23.570787 [ 254 ] {8a82dbc3-93f6-4456-9586-61b60c872b49} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 1874 | 2025.02.19 05:55:23.571151 [ 254 ] {8a82dbc3-93f6-4456-9586-61b60c872b49} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1875 | 2025.02.19 05:55:23.571389 [ 254 ] {8a82dbc3-93f6-4456-9586-61b60c872b49} <Trace> oximeter.fields_u32 (65b4bee1-230d-4ffd-8593-1cf368c54481): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1876 | 2025.02.19 05:55:23.571602 [ 254 ] {8a82dbc3-93f6-4456-9586-61b60c872b49} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.00158 sec., 71518.98734177215 rows/sec., 4.63 MiB/sec. | ||
| 1877 | 2025.02.19 05:55:23.571654 [ 254 ] {8a82dbc3-93f6-4456-9586-61b60c872b49} <Debug> TCPHandler: Processed in 0.001781861 sec. | ||
| 1878 | 2025.02.19 05:55:23.571825 [ 3 ] {} <Trace> TCP-Session: 096c1f3c-b129-4cf1-871a-58575bc1fc32 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1879 | 2025.02.19 05:55:23.571942 [ 3 ] {5606d524-a567-4701-9ca2-d1fbbfed379d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49264) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 1880 | 2025.02.19 05:55:23.571993 [ 3 ] {5606d524-a567-4701-9ca2-d1fbbfed379d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 1881 | 2025.02.19 05:55:23.572704 [ 3 ] {5606d524-a567-4701-9ca2-d1fbbfed379d} <Trace> oximeter.fields_u8 (cef67ce3-27e4-4c55-9365-409a4c7c6d8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1882 | 2025.02.19 05:55:23.572749 [ 3 ] {5606d524-a567-4701-9ca2-d1fbbfed379d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 1883 | 2025.02.19 05:55:23.573162 [ 3 ] {5606d524-a567-4701-9ca2-d1fbbfed379d} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1884 | 2025.02.19 05:55:23.573412 [ 3 ] {5606d524-a567-4701-9ca2-d1fbbfed379d} <Trace> oximeter.fields_u8 (cef67ce3-27e4-4c55-9365-409a4c7c6d8e): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1885 | 2025.02.19 05:55:23.573600 [ 3 ] {5606d524-a567-4701-9ca2-d1fbbfed379d} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001677 sec., 66785.92725104353 rows/sec., 3.80 MiB/sec. | ||
| 1886 | 2025.02.19 05:55:23.573653 [ 3 ] {5606d524-a567-4701-9ca2-d1fbbfed379d} <Debug> TCPHandler: Processed in 0.001885452 sec. | ||
| 1887 | 2025.02.19 05:55:23.573809 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1888 | 2025.02.19 05:55:23.573926 [ 254 ] {597b8c6c-27fd-4543-9c73-c5d6ac9a5b20} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1889 | 2025.02.19 05:55:23.573973 [ 254 ] {597b8c6c-27fd-4543-9c73-c5d6ac9a5b20} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1890 | 2025.02.19 05:55:23.574788 [ 254 ] {597b8c6c-27fd-4543-9c73-c5d6ac9a5b20} <Trace> oximeter.fields_uuid (3e28ef33-2603-423e-a1ee-258fce097b7c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1891 | 2025.02.19 05:55:23.574836 [ 254 ] {597b8c6c-27fd-4543-9c73-c5d6ac9a5b20} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 1892 | 2025.02.19 05:55:23.575237 [ 254 ] {597b8c6c-27fd-4543-9c73-c5d6ac9a5b20} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1893 | 2025.02.19 05:55:23.575468 [ 254 ] {597b8c6c-27fd-4543-9c73-c5d6ac9a5b20} <Trace> oximeter.fields_uuid (3e28ef33-2603-423e-a1ee-258fce097b7c): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1894 | 2025.02.19 05:55:23.575677 [ 254 ] {597b8c6c-27fd-4543-9c73-c5d6ac9a5b20} <Debug> executeQuery: Read 409 rows, 29.75 KiB in 0.001774 sec., 230552.42390078917 rows/sec., 16.38 MiB/sec. | ||
| 1895 | 2025.02.19 05:55:23.575730 [ 254 ] {597b8c6c-27fd-4543-9c73-c5d6ac9a5b20} <Debug> TCPHandler: Processed in 0.001977574 sec. | ||
| 1896 | 2025.02.19 05:55:23.575874 [ 3 ] {} <Trace> TCP-Session: 096c1f3c-b129-4cf1-871a-58575bc1fc32 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1897 | 2025.02.19 05:55:23.575993 [ 3 ] {41dbe5d2-6a7d-4041-b797-ddfdc7e82100} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49264) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 1898 | 2025.02.19 05:55:23.576047 [ 3 ] {41dbe5d2-6a7d-4041-b797-ddfdc7e82100} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 1899 | 2025.02.19 05:55:23.576517 [ 3 ] {41dbe5d2-6a7d-4041-b797-ddfdc7e82100} <Trace> oximeter.measurements_bool (16e9d126-bc56-4e42-988e-352459bd24dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1900 | 2025.02.19 05:55:23.576555 [ 3 ] {41dbe5d2-6a7d-4041-b797-ddfdc7e82100} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 1901 | 2025.02.19 05:55:23.576920 [ 3 ] {41dbe5d2-6a7d-4041-b797-ddfdc7e82100} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1902 | 2025.02.19 05:55:23.577173 [ 3 ] {41dbe5d2-6a7d-4041-b797-ddfdc7e82100} <Trace> oximeter.measurements_bool (16e9d126-bc56-4e42-988e-352459bd24dc): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1903 | 2025.02.19 05:55:23.577381 [ 3 ] {41dbe5d2-6a7d-4041-b797-ddfdc7e82100} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001408 sec., 4261.363636363636 rows/sec., 222.64 KiB/sec. | ||
| 1904 | 2025.02.19 05:55:23.577520 [ 3 ] {41dbe5d2-6a7d-4041-b797-ddfdc7e82100} <Debug> TCPHandler: Processed in 0.001697509 sec. | ||
| 1905 | 2025.02.19 05:55:23.577668 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1906 | 2025.02.19 05:55:23.577784 [ 254 ] {14a8fbf7-89d5-4899-ab44-bd772417f0a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1907 | 2025.02.19 05:55:23.577837 [ 254 ] {14a8fbf7-89d5-4899-ab44-bd772417f0a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1908 | 2025.02.19 05:55:23.578433 [ 254 ] {14a8fbf7-89d5-4899-ab44-bd772417f0a9} <Trace> oximeter.measurements_cumulativeu64 (12ad3da5-8862-4a0c-98f0-1a099eec319b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1909 | 2025.02.19 05:55:23.578472 [ 254 ] {14a8fbf7-89d5-4899-ab44-bd772417f0a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 1910 | 2025.02.19 05:55:23.578861 [ 254 ] {14a8fbf7-89d5-4899-ab44-bd772417f0a9} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1911 | 2025.02.19 05:55:23.579096 [ 254 ] {14a8fbf7-89d5-4899-ab44-bd772417f0a9} <Trace> oximeter.measurements_cumulativeu64 (12ad3da5-8862-4a0c-98f0-1a099eec319b): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1912 | 2025.02.19 05:55:23.579304 [ 254 ] {14a8fbf7-89d5-4899-ab44-bd772417f0a9} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001544 sec., 153497.40932642488 rows/sec., 10.29 MiB/sec. | ||
| 1913 | 2025.02.19 05:55:23.579356 [ 254 ] {14a8fbf7-89d5-4899-ab44-bd772417f0a9} <Debug> TCPHandler: Processed in 0.00174405 sec. | ||
| 1914 | 2025.02.19 05:55:23.579498 [ 3 ] {} <Trace> TCP-Session: 096c1f3c-b129-4cf1-871a-58575bc1fc32 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1915 | 2025.02.19 05:55:23.579639 [ 3 ] {6418d0fb-7b4f-48ad-ab55-0e27dd015c40} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49264) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 1916 | 2025.02.19 05:55:23.579700 [ 3 ] {6418d0fb-7b4f-48ad-ab55-0e27dd015c40} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 1917 | 2025.02.19 05:55:23.580230 [ 3 ] {6418d0fb-7b4f-48ad-ab55-0e27dd015c40} <Trace> oximeter.measurements_f64 (338bebf0-eeef-41b9-b679-f4717a277180): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1918 | 2025.02.19 05:55:23.580269 [ 3 ] {6418d0fb-7b4f-48ad-ab55-0e27dd015c40} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 1919 | 2025.02.19 05:55:23.580624 [ 3 ] {6418d0fb-7b4f-48ad-ab55-0e27dd015c40} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1920 | 2025.02.19 05:55:23.580874 [ 3 ] {6418d0fb-7b4f-48ad-ab55-0e27dd015c40} <Trace> oximeter.measurements_f64 (338bebf0-eeef-41b9-b679-f4717a277180): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1921 | 2025.02.19 05:55:23.581045 [ 3 ] {6418d0fb-7b4f-48ad-ab55-0e27dd015c40} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001438 sec., 695.4102920723227 rows/sec., 46.86 KiB/sec. | ||
| 1922 | 2025.02.19 05:55:23.581093 [ 3 ] {6418d0fb-7b4f-48ad-ab55-0e27dd015c40} <Debug> TCPHandler: Processed in 0.001661398 sec. | ||
| 1923 | 2025.02.19 05:55:23.581250 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1924 | 2025.02.19 05:55:23.581388 [ 254 ] {f13e017c-42f8-4100-855e-321cbcaf4f18} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1925 | 2025.02.19 05:55:23.581480 [ 254 ] {f13e017c-42f8-4100-855e-321cbcaf4f18} <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 | ||
| 1926 | 2025.02.19 05:55:23.582710 [ 254 ] {f13e017c-42f8-4100-855e-321cbcaf4f18} <Trace> oximeter.measurements_histogramu64 (7e806432-9fb0-4852-8b8d-11fed24611fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1927 | 2025.02.19 05:55:23.582750 [ 254 ] {f13e017c-42f8-4100-855e-321cbcaf4f18} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 1928 | 2025.02.19 05:55:23.583385 [ 254 ] {f13e017c-42f8-4100-855e-321cbcaf4f18} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1929 | 2025.02.19 05:55:23.583645 [ 254 ] {f13e017c-42f8-4100-855e-321cbcaf4f18} <Trace> oximeter.measurements_histogramu64 (7e806432-9fb0-4852-8b8d-11fed24611fa): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1930 | 2025.02.19 05:55:23.583888 [ 254 ] {f13e017c-42f8-4100-855e-321cbcaf4f18} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.00253 sec., 10671.93675889328 rows/sec., 19.12 MiB/sec. | ||
| 1931 | 2025.02.19 05:55:23.583979 [ 254 ] {f13e017c-42f8-4100-855e-321cbcaf4f18} <Debug> TCPHandler: Processed in 0.002798217 sec. | ||
| 1932 | 2025.02.19 05:55:23.584140 [ 3 ] {} <Trace> TCP-Session: 096c1f3c-b129-4cf1-871a-58575bc1fc32 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1933 | 2025.02.19 05:55:23.584283 [ 3 ] {783e87a9-cb39-4ae7-8141-8e510a41380e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49264) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1934 | 2025.02.19 05:55:23.584343 [ 3 ] {783e87a9-cb39-4ae7-8141-8e510a41380e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1935 | 2025.02.19 05:55:23.584914 [ 3 ] {783e87a9-cb39-4ae7-8141-8e510a41380e} <Trace> oximeter.measurements_u64 (fe0987d5-5b8f-48d5-a303-9c895ee7970c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1936 | 2025.02.19 05:55:23.584959 [ 3 ] {783e87a9-cb39-4ae7-8141-8e510a41380e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 1937 | 2025.02.19 05:55:23.585352 [ 3 ] {783e87a9-cb39-4ae7-8141-8e510a41380e} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1938 | 2025.02.19 05:55:23.585615 [ 3 ] {783e87a9-cb39-4ae7-8141-8e510a41380e} <Trace> oximeter.measurements_u64 (fe0987d5-5b8f-48d5-a303-9c895ee7970c): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1939 | 2025.02.19 05:55:23.585817 [ 3 ] {783e87a9-cb39-4ae7-8141-8e510a41380e} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001562 sec., 52496.798975672216 rows/sec., 3.33 MiB/sec. | ||
| 1940 | 2025.02.19 05:55:23.585869 [ 3 ] {783e87a9-cb39-4ae7-8141-8e510a41380e} <Debug> TCPHandler: Processed in 0.00179972 sec. | ||
| 1941 | 2025.02.19 05:55:27.973241 [ 52 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 1942 | 2025.02.19 05:55:27.973315 [ 52 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 1943 | 2025.02.19 05:55:28.055898 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 3721 | ||
| 1944 | 2025.02.19 05:55:28.056565 [ 244 ] {} <Trace> system.asynchronous_metric_log (5573eb27-0871-4eb5-bfd6-93b6d6d4142e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1945 | 2025.02.19 05:55:28.056614 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 1946 | 2025.02.19 05:55:28.057246 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1947 | 2025.02.19 05:55:28.057508 [ 244 ] {} <Trace> system.asynchronous_metric_log (5573eb27-0871-4eb5-bfd6-93b6d6d4142e): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1948 | 2025.02.19 05:55:28.057750 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3721 | ||
| 1949 | 2025.02.19 05:55:28.064786 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 294 | ||
| 1950 | 2025.02.19 05:55:28.067797 [ 242 ] {} <Trace> system.query_log (c5831a85-9043-4d4c-a5be-d968cb126303): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1951 | 2025.02.19 05:55:28.067860 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 1952 | 2025.02.19 05:55:28.069433 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1953 | 2025.02.19 05:55:28.069760 [ 242 ] {} <Trace> system.query_log (c5831a85-9043-4d4c-a5be-d968cb126303): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1954 | 2025.02.19 05:55:28.070591 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 294 | ||
| 1955 | 2025.02.19 05:55:28.290856 [ 3 ] {} <Debug> TCPHandler: Done processing connection. | ||
| 1956 | 2025.02.19 05:55:28.290969 [ 3 ] {} <Debug> TCP-Session: 096c1f3c-b129-4cf1-871a-58575bc1fc32 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1957 | 2025.02.19 05:55:28.293683 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 61 | ||
| 1958 | 2025.02.19 05:55:28.315014 [ 243 ] {} <Trace> system.metric_log (636422f3-000f-4feb-9852-006313efe3e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1959 | 2025.02.19 05:55:28.315087 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 1960 | 2025.02.19 05:55:28.322600 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1961 | 2025.02.19 05:55:28.323527 [ 243 ] {} <Trace> system.metric_log (636422f3-000f-4feb-9852-006313efe3e0): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1962 | 2025.02.19 05:55:28.327744 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 61 | ||
| 1963 | 2025.02.19 05:55:28.555343 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1964 | 2025.02.19 05:55:28.555559 [ 254 ] {f47113ad-3bdd-49b3-b724-0818d26badf0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1965 | 2025.02.19 05:55:28.555643 [ 254 ] {f47113ad-3bdd-49b3-b724-0818d26badf0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1966 | 2025.02.19 05:55:28.556497 [ 254 ] {f47113ad-3bdd-49b3-b724-0818d26badf0} <Trace> oximeter.fields_string (2fcca75a-374a-4c87-833b-a981a707b5d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1967 | 2025.02.19 05:55:28.556549 [ 254 ] {f47113ad-3bdd-49b3-b724-0818d26badf0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 1968 | 2025.02.19 05:55:28.556980 [ 254 ] {f47113ad-3bdd-49b3-b724-0818d26badf0} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 1969 | 2025.02.19 05:55:28.557236 [ 254 ] {f47113ad-3bdd-49b3-b724-0818d26badf0} <Trace> oximeter.fields_string (2fcca75a-374a-4c87-833b-a981a707b5d9): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1970 | 2025.02.19 05:55:28.557503 [ 254 ] {f47113ad-3bdd-49b3-b724-0818d26badf0} <Debug> executeQuery: Read 72 rows, 5.99 KiB in 0.001998 sec., 36036.036036036036 rows/sec., 2.93 MiB/sec. | ||
| 1971 | 2025.02.19 05:55:28.557656 [ 254 ] {f47113ad-3bdd-49b3-b724-0818d26badf0} <Debug> TCPHandler: Processed in 0.002480042 sec. | ||
| 1972 | 2025.02.19 05:55:28.557899 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1973 | 2025.02.19 05:55:28.558049 [ 258 ] {74b7ae3f-5323-44b1-9f42-63487f22400a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1974 | 2025.02.19 05:55:28.558136 [ 258 ] {74b7ae3f-5323-44b1-9f42-63487f22400a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1975 | 2025.02.19 05:55:28.558756 [ 258 ] {74b7ae3f-5323-44b1-9f42-63487f22400a} <Trace> oximeter.fields_u16 (6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1976 | 2025.02.19 05:55:28.558798 [ 258 ] {74b7ae3f-5323-44b1-9f42-63487f22400a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 1977 | 2025.02.19 05:55:28.559166 [ 258 ] {74b7ae3f-5323-44b1-9f42-63487f22400a} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1978 | 2025.02.19 05:55:28.559419 [ 258 ] {74b7ae3f-5323-44b1-9f42-63487f22400a} <Trace> oximeter.fields_u16 (6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1979 | 2025.02.19 05:55:28.559606 [ 52 ] {} <Debug> oximeter.fields_u16 (6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1980 | 2025.02.19 05:55:28.559671 [ 258 ] {74b7ae3f-5323-44b1-9f42-63487f22400a} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001649 sec., 4851.425106124924 rows/sec., 364.80 KiB/sec. | ||
| 1981 | 2025.02.19 05:55:28.559738 [ 52 ] {} <Trace> oximeter.fields_u16 (6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1982 | 2025.02.19 05:55:28.559789 [ 258 ] {74b7ae3f-5323-44b1-9f42-63487f22400a} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 1983 | 2025.02.19 05:55:28.559817 [ 52 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 1984 | 2025.02.19 05:55:28.559826 [ 258 ] {74b7ae3f-5323-44b1-9f42-63487f22400a} <Debug> TCPHandler: Processed in 0.002025205 sec. | ||
| 1985 | 2025.02.19 05:55:28.560083 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1986 | 2025.02.19 05:55:28.560269 [ 193 ] {6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f::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 | ||
| 1987 | 2025.02.19 05:55:28.560410 [ 254 ] {91f410d9-ea9c-4009-b0da-17adadc2df1b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1988 | 2025.02.19 05:55:28.560522 [ 254 ] {91f410d9-ea9c-4009-b0da-17adadc2df1b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1989 | 2025.02.19 05:55:28.560597 [ 193 ] {6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1990 | 2025.02.19 05:55:28.560694 [ 193 ] {6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f::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 | ||
| 1991 | 2025.02.19 05:55:28.560961 [ 193 ] {6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f::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 | ||
| 1992 | 2025.02.19 05:55:28.561278 [ 193 ] {6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 132 rows starting from the beginning of the part | ||
| 1993 | 2025.02.19 05:55:28.561619 [ 193 ] {6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f::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 | ||
| 1994 | 2025.02.19 05:55:28.561998 [ 193 ] {6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 133 rows starting from the beginning of the part | ||
| 1995 | 2025.02.19 05:55:28.562323 [ 193 ] {6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f::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 | ||
| 1996 | 2025.02.19 05:55:28.563701 [ 254 ] {91f410d9-ea9c-4009-b0da-17adadc2df1b} <Trace> oximeter.fields_uuid (3e28ef33-2603-423e-a1ee-258fce097b7c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1997 | 2025.02.19 05:55:28.563776 [ 254 ] {91f410d9-ea9c-4009-b0da-17adadc2df1b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 1998 | 2025.02.19 05:55:28.564791 [ 254 ] {91f410d9-ea9c-4009-b0da-17adadc2df1b} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 1999 | 2025.02.19 05:55:28.565081 [ 190 ] {6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 297 rows, containing 5 columns (5 merged, 0 gathered) in 0.005104437 sec., 58184.67345174404 rows/sec., 3.89 MiB/sec. | ||
| 2000 | 2025.02.19 05:55:28.565249 [ 254 ] {91f410d9-ea9c-4009-b0da-17adadc2df1b} <Trace> oximeter.fields_uuid (3e28ef33-2603-423e-a1ee-258fce097b7c): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2001 | 2025.02.19 05:55:28.565360 [ 196 ] {6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2002 | 2025.02.19 05:55:28.565887 [ 254 ] {91f410d9-ea9c-4009-b0da-17adadc2df1b} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.005528 sec., 13024.602026049204 rows/sec., 1.02 MiB/sec. | ||
| 2003 | 2025.02.19 05:55:28.566113 [ 254 ] {91f410d9-ea9c-4009-b0da-17adadc2df1b} <Debug> TCPHandler: Processed in 0.006172675 sec. | ||
| 2004 | 2025.02.19 05:55:28.566311 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2005 | 2025.02.19 05:55:28.566342 [ 196 ] {6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f::all_1_6_1} <Trace> oximeter.fields_u16 (6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2006 | 2025.02.19 05:55:28.566526 [ 258 ] {3c715860-a2dc-43a3-9676-b215ed02a78b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2007 | 2025.02.19 05:55:28.566529 [ 196 ] {6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f::all_1_6_1} <Trace> oximeter.fields_u16 (6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2008 | 2025.02.19 05:55:28.566615 [ 258 ] {3c715860-a2dc-43a3-9676-b215ed02a78b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2009 | 2025.02.19 05:55:28.566727 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
| 2010 | 2025.02.19 05:55:28.567326 [ 258 ] {3c715860-a2dc-43a3-9676-b215ed02a78b} <Trace> oximeter.measurements_cumulativeu64 (12ad3da5-8862-4a0c-98f0-1a099eec319b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2011 | 2025.02.19 05:55:28.567371 [ 258 ] {3c715860-a2dc-43a3-9676-b215ed02a78b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 2012 | 2025.02.19 05:55:28.567779 [ 258 ] {3c715860-a2dc-43a3-9676-b215ed02a78b} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2013 | 2025.02.19 05:55:28.568035 [ 258 ] {3c715860-a2dc-43a3-9676-b215ed02a78b} <Trace> oximeter.measurements_cumulativeu64 (12ad3da5-8862-4a0c-98f0-1a099eec319b): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2014 | 2025.02.19 05:55:28.568326 [ 258 ] {3c715860-a2dc-43a3-9676-b215ed02a78b} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001845 sec., 86720.86720867208 rows/sec., 6.04 MiB/sec. | ||
| 2015 | 2025.02.19 05:55:28.568470 [ 258 ] {3c715860-a2dc-43a3-9676-b215ed02a78b} <Debug> TCPHandler: Processed in 0.002232848 sec. | ||
| 2016 | 2025.02.19 05:55:28.568625 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2017 | 2025.02.19 05:55:28.568756 [ 254 ] {90945b3d-ebc4-4d2d-aec7-d74b84e019cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2018 | 2025.02.19 05:55:28.568840 [ 254 ] {90945b3d-ebc4-4d2d-aec7-d74b84e019cd} <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 | ||
| 2019 | 2025.02.19 05:55:28.569962 [ 254 ] {90945b3d-ebc4-4d2d-aec7-d74b84e019cd} <Trace> oximeter.measurements_histogramu64 (7e806432-9fb0-4852-8b8d-11fed24611fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2020 | 2025.02.19 05:55:28.570002 [ 254 ] {90945b3d-ebc4-4d2d-aec7-d74b84e019cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 2021 | 2025.02.19 05:55:28.570617 [ 254 ] {90945b3d-ebc4-4d2d-aec7-d74b84e019cd} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2022 | 2025.02.19 05:55:28.570888 [ 254 ] {90945b3d-ebc4-4d2d-aec7-d74b84e019cd} <Trace> oximeter.measurements_histogramu64 (7e806432-9fb0-4852-8b8d-11fed24611fa): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2023 | 2025.02.19 05:55:28.571074 [ 52 ] {} <Debug> oximeter.measurements_histogramu64 (7e806432-9fb0-4852-8b8d-11fed24611fa) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2024 | 2025.02.19 05:55:28.571166 [ 52 ] {} <Trace> oximeter.measurements_histogramu64 (7e806432-9fb0-4852-8b8d-11fed24611fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2025 | 2025.02.19 05:55:28.571169 [ 254 ] {90945b3d-ebc4-4d2d-aec7-d74b84e019cd} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002431 sec., 3290.826820238585 rows/sec., 5.90 MiB/sec. | ||
| 2026 | 2025.02.19 05:55:28.571216 [ 52 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 2027 | 2025.02.19 05:55:28.572014 [ 193 ] {7e806432-9fb0-4852-8b8d-11fed24611fa::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 | ||
| 2028 | 2025.02.19 05:55:28.572062 [ 254 ] {90945b3d-ebc4-4d2d-aec7-d74b84e019cd} <Debug> TCPHandler: Processed in 0.00349226 sec. | ||
| 2029 | 2025.02.19 05:55:28.572312 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2030 | 2025.02.19 05:55:28.572564 [ 258 ] {7b9f8721-e9ba-43e4-9ba1-681cbcdddb55} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2031 | 2025.02.19 05:55:28.572700 [ 258 ] {7b9f8721-e9ba-43e4-9ba1-681cbcdddb55} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2032 | 2025.02.19 05:55:28.572827 [ 193 ] {7e806432-9fb0-4852-8b8d-11fed24611fa::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2033 | 2025.02.19 05:55:28.573072 [ 193 ] {7e806432-9fb0-4852-8b8d-11fed24611fa::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 | ||
| 2034 | 2025.02.19 05:55:28.573802 [ 193 ] {7e806432-9fb0-4852-8b8d-11fed24611fa::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 | ||
| 2035 | 2025.02.19 05:55:28.574613 [ 193 ] {7e806432-9fb0-4852-8b8d-11fed24611fa::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 26 rows starting from the beginning of the part | ||
| 2036 | 2025.02.19 05:55:28.574889 [ 258 ] {7b9f8721-e9ba-43e4-9ba1-681cbcdddb55} <Trace> oximeter.measurements_u64 (fe0987d5-5b8f-48d5-a303-9c895ee7970c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2037 | 2025.02.19 05:55:28.575107 [ 258 ] {7b9f8721-e9ba-43e4-9ba1-681cbcdddb55} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 2038 | 2025.02.19 05:55:28.575331 [ 193 ] {7e806432-9fb0-4852-8b8d-11fed24611fa::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 | ||
| 2039 | 2025.02.19 05:55:28.576106 [ 193 ] {7e806432-9fb0-4852-8b8d-11fed24611fa::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 27 rows starting from the beginning of the part | ||
| 2040 | 2025.02.19 05:55:28.576725 [ 193 ] {7e806432-9fb0-4852-8b8d-11fed24611fa::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 | ||
| 2041 | 2025.02.19 05:55:28.576970 [ 258 ] {7b9f8721-e9ba-43e4-9ba1-681cbcdddb55} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2042 | 2025.02.19 05:55:28.577760 [ 258 ] {7b9f8721-e9ba-43e4-9ba1-681cbcdddb55} <Trace> oximeter.measurements_u64 (fe0987d5-5b8f-48d5-a303-9c895ee7970c): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2043 | 2025.02.19 05:55:28.578165 [ 258 ] {7b9f8721-e9ba-43e4-9ba1-681cbcdddb55} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005697 sec., 10531.858873091101 rows/sec., 726.81 KiB/sec. | ||
| 2044 | 2025.02.19 05:55:28.578375 [ 258 ] {7b9f8721-e9ba-43e4-9ba1-681cbcdddb55} <Debug> TCPHandler: Processed in 0.006165625 sec. | ||
| 2045 | 2025.02.19 05:55:28.580211 [ 190 ] {7e806432-9fb0-4852-8b8d-11fed24611fa::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 85 rows, containing 19 columns (19 merged, 0 gathered) in 0.00882413 sec., 9632.677669073326 rows/sec., 17.26 MiB/sec. | ||
| 2046 | 2025.02.19 05:55:28.580572 [ 197 ] {7e806432-9fb0-4852-8b8d-11fed24611fa::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2047 | 2025.02.19 05:55:28.581062 [ 197 ] {7e806432-9fb0-4852-8b8d-11fed24611fa::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (7e806432-9fb0-4852-8b8d-11fed24611fa): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2048 | 2025.02.19 05:55:28.581156 [ 197 ] {7e806432-9fb0-4852-8b8d-11fed24611fa::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (7e806432-9fb0-4852-8b8d-11fed24611fa) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2049 | 2025.02.19 05:55:28.581276 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB. | ||
| 2050 | 2025.02.19 05:55:33.561491 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2051 | 2025.02.19 05:55:33.561724 [ 254 ] {ebeb57bd-7c01-447c-802a-0f35dc7930ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 2052 | 2025.02.19 05:55:33.561807 [ 254 ] {ebeb57bd-7c01-447c-802a-0f35dc7930ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 2053 | 2025.02.19 05:55:33.562717 [ 254 ] {ebeb57bd-7c01-447c-802a-0f35dc7930ab} <Trace> oximeter.fields_i16 (2bf1598c-a5a7-46ca-9aca-ef074bb76812): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2054 | 2025.02.19 05:55:33.562763 [ 254 ] {ebeb57bd-7c01-447c-802a-0f35dc7930ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 2055 | 2025.02.19 05:55:33.563200 [ 254 ] {ebeb57bd-7c01-447c-802a-0f35dc7930ab} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 2056 | 2025.02.19 05:55:33.563451 [ 254 ] {ebeb57bd-7c01-447c-802a-0f35dc7930ab} <Trace> oximeter.fields_i16 (2bf1598c-a5a7-46ca-9aca-ef074bb76812): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2057 | 2025.02.19 05:55:33.563687 [ 254 ] {ebeb57bd-7c01-447c-802a-0f35dc7930ab} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002028 sec., 104536.48915187377 rows/sec., 6.65 MiB/sec. | ||
| 2058 | 2025.02.19 05:55:33.563752 [ 254 ] {ebeb57bd-7c01-447c-802a-0f35dc7930ab} <Debug> TCPHandler: Processed in 0.002404721 sec. | ||
| 2059 | 2025.02.19 05:55:33.563947 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2060 | 2025.02.19 05:55:33.564090 [ 258 ] {e7abd474-20e6-47af-8a1f-783b5c6ad59f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2061 | 2025.02.19 05:55:33.564150 [ 258 ] {e7abd474-20e6-47af-8a1f-783b5c6ad59f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2062 | 2025.02.19 05:55:33.565096 [ 258 ] {e7abd474-20e6-47af-8a1f-783b5c6ad59f} <Trace> oximeter.fields_string (2fcca75a-374a-4c87-833b-a981a707b5d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2063 | 2025.02.19 05:55:33.565137 [ 258 ] {e7abd474-20e6-47af-8a1f-783b5c6ad59f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 2064 | 2025.02.19 05:55:33.565549 [ 258 ] {e7abd474-20e6-47af-8a1f-783b5c6ad59f} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2065 | 2025.02.19 05:55:33.565799 [ 258 ] {e7abd474-20e6-47af-8a1f-783b5c6ad59f} <Trace> oximeter.fields_string (2fcca75a-374a-4c87-833b-a981a707b5d9): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2066 | 2025.02.19 05:55:33.565980 [ 41 ] {} <Debug> oximeter.fields_string (2fcca75a-374a-4c87-833b-a981a707b5d9) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2067 | 2025.02.19 05:55:33.566042 [ 258 ] {e7abd474-20e6-47af-8a1f-783b5c6ad59f} <Debug> executeQuery: Read 671 rows, 54.45 KiB in 0.001983 sec., 338376.1976802824 rows/sec., 26.82 MiB/sec. | ||
| 2068 | 2025.02.19 05:55:33.566061 [ 41 ] {} <Trace> oximeter.fields_string (2fcca75a-374a-4c87-833b-a981a707b5d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2069 | 2025.02.19 05:55:33.566140 [ 41 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 2070 | 2025.02.19 05:55:33.566183 [ 258 ] {e7abd474-20e6-47af-8a1f-783b5c6ad59f} <Debug> TCPHandler: Processed in 0.002308859 sec. | ||
| 2071 | 2025.02.19 05:55:33.566399 [ 193 ] {2fcca75a-374a-4c87-833b-a981a707b5d9::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 | ||
| 2072 | 2025.02.19 05:55:33.566418 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2073 | 2025.02.19 05:55:33.566670 [ 193 ] {2fcca75a-374a-4c87-833b-a981a707b5d9::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2074 | 2025.02.19 05:55:33.566680 [ 254 ] {89a2ffd2-90b3-4ac8-a586-ca23680f4ec8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2075 | 2025.02.19 05:55:33.566735 [ 193 ] {2fcca75a-374a-4c87-833b-a981a707b5d9::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 686 rows starting from the beginning of the part | ||
| 2076 | 2025.02.19 05:55:33.566793 [ 254 ] {89a2ffd2-90b3-4ac8-a586-ca23680f4ec8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2077 | 2025.02.19 05:55:33.567060 [ 193 ] {2fcca75a-374a-4c87-833b-a981a707b5d9::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 1212 rows starting from the beginning of the part | ||
| 2078 | 2025.02.19 05:55:33.567475 [ 193 ] {2fcca75a-374a-4c87-833b-a981a707b5d9::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 56 rows starting from the beginning of the part | ||
| 2079 | 2025.02.19 05:55:33.567872 [ 193 ] {2fcca75a-374a-4c87-833b-a981a707b5d9::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 671 rows starting from the beginning of the part | ||
| 2080 | 2025.02.19 05:55:33.568491 [ 193 ] {2fcca75a-374a-4c87-833b-a981a707b5d9::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 72 rows starting from the beginning of the part | ||
| 2081 | 2025.02.19 05:55:33.568905 [ 193 ] {2fcca75a-374a-4c87-833b-a981a707b5d9::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 671 rows starting from the beginning of the part | ||
| 2082 | 2025.02.19 05:55:33.570524 [ 254 ] {89a2ffd2-90b3-4ac8-a586-ca23680f4ec8} <Trace> oximeter.fields_u16 (6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2083 | 2025.02.19 05:55:33.570588 [ 254 ] {89a2ffd2-90b3-4ac8-a586-ca23680f4ec8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 2084 | 2025.02.19 05:55:33.571567 [ 254 ] {89a2ffd2-90b3-4ac8-a586-ca23680f4ec8} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2085 | 2025.02.19 05:55:33.571880 [ 254 ] {89a2ffd2-90b3-4ac8-a586-ca23680f4ec8} <Trace> oximeter.fields_u16 (6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2086 | 2025.02.19 05:55:33.572284 [ 254 ] {89a2ffd2-90b3-4ac8-a586-ca23680f4ec8} <Debug> executeQuery: Read 133 rows, 8.42 KiB in 0.005676 sec., 23431.99436222692 rows/sec., 1.45 MiB/sec. | ||
| 2087 | 2025.02.19 05:55:33.572610 [ 254 ] {89a2ffd2-90b3-4ac8-a586-ca23680f4ec8} <Debug> TCPHandler: Processed in 0.006289517 sec. | ||
| 2088 | 2025.02.19 05:55:33.572638 [ 193 ] {2fcca75a-374a-4c87-833b-a981a707b5d9::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3368 rows, containing 5 columns (5 merged, 0 gathered) in 0.006392689 sec., 526851.8459133551 rows/sec., 44.45 MiB/sec. | ||
| 2089 | 2025.02.19 05:55:33.572790 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2090 | 2025.02.19 05:55:33.572936 [ 258 ] {badf27a0-73cc-4b21-90bb-e177d92fe4a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2091 | 2025.02.19 05:55:33.572943 [ 190 ] {2fcca75a-374a-4c87-833b-a981a707b5d9::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2092 | 2025.02.19 05:55:33.573007 [ 258 ] {badf27a0-73cc-4b21-90bb-e177d92fe4a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2093 | 2025.02.19 05:55:33.573440 [ 190 ] {2fcca75a-374a-4c87-833b-a981a707b5d9::all_1_11_2} <Trace> oximeter.fields_string (2fcca75a-374a-4c87-833b-a981a707b5d9): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2094 | 2025.02.19 05:55:33.573534 [ 190 ] {2fcca75a-374a-4c87-833b-a981a707b5d9::all_1_11_2} <Trace> oximeter.fields_string (2fcca75a-374a-4c87-833b-a981a707b5d9) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2095 | 2025.02.19 05:55:33.573638 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.87 MiB. | ||
| 2096 | 2025.02.19 05:55:33.573855 [ 258 ] {badf27a0-73cc-4b21-90bb-e177d92fe4a4} <Trace> oximeter.fields_u32 (65b4bee1-230d-4ffd-8593-1cf368c54481): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2097 | 2025.02.19 05:55:33.573894 [ 258 ] {badf27a0-73cc-4b21-90bb-e177d92fe4a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 2098 | 2025.02.19 05:55:33.574255 [ 258 ] {badf27a0-73cc-4b21-90bb-e177d92fe4a4} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2099 | 2025.02.19 05:55:33.574494 [ 258 ] {badf27a0-73cc-4b21-90bb-e177d92fe4a4} <Trace> oximeter.fields_u32 (65b4bee1-230d-4ffd-8593-1cf368c54481): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2100 | 2025.02.19 05:55:33.574706 [ 258 ] {badf27a0-73cc-4b21-90bb-e177d92fe4a4} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001805 sec., 62603.87811634349 rows/sec., 4.05 MiB/sec. | ||
| 2101 | 2025.02.19 05:55:33.574766 [ 258 ] {badf27a0-73cc-4b21-90bb-e177d92fe4a4} <Debug> TCPHandler: Processed in 0.002044035 sec. | ||
| 2102 | 2025.02.19 05:55:33.574929 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2103 | 2025.02.19 05:55:33.575060 [ 254 ] {a6b82f64-9735-476b-a3d3-273b1fc42afd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 2104 | 2025.02.19 05:55:33.575115 [ 254 ] {a6b82f64-9735-476b-a3d3-273b1fc42afd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 2105 | 2025.02.19 05:55:33.575742 [ 254 ] {a6b82f64-9735-476b-a3d3-273b1fc42afd} <Trace> oximeter.fields_u8 (cef67ce3-27e4-4c55-9365-409a4c7c6d8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2106 | 2025.02.19 05:55:33.575787 [ 254 ] {a6b82f64-9735-476b-a3d3-273b1fc42afd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 2107 | 2025.02.19 05:55:33.576157 [ 254 ] {a6b82f64-9735-476b-a3d3-273b1fc42afd} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 2108 | 2025.02.19 05:55:33.576393 [ 254 ] {a6b82f64-9735-476b-a3d3-273b1fc42afd} <Trace> oximeter.fields_u8 (cef67ce3-27e4-4c55-9365-409a4c7c6d8e): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2109 | 2025.02.19 05:55:33.576674 [ 254 ] {a6b82f64-9735-476b-a3d3-273b1fc42afd} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.00162 sec., 69135.8024691358 rows/sec., 3.94 MiB/sec. | ||
| 2110 | 2025.02.19 05:55:33.576807 [ 254 ] {a6b82f64-9735-476b-a3d3-273b1fc42afd} <Debug> TCPHandler: Processed in 0.001941704 sec. | ||
| 2111 | 2025.02.19 05:55:33.576963 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2112 | 2025.02.19 05:55:33.577091 [ 258 ] {af202b6c-7853-49e5-a4cb-130dd7a5e772} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2113 | 2025.02.19 05:55:33.577145 [ 258 ] {af202b6c-7853-49e5-a4cb-130dd7a5e772} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2114 | 2025.02.19 05:55:33.577942 [ 258 ] {af202b6c-7853-49e5-a4cb-130dd7a5e772} <Trace> oximeter.fields_uuid (3e28ef33-2603-423e-a1ee-258fce097b7c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2115 | 2025.02.19 05:55:33.577981 [ 258 ] {af202b6c-7853-49e5-a4cb-130dd7a5e772} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 2116 | 2025.02.19 05:55:33.578361 [ 258 ] {af202b6c-7853-49e5-a4cb-130dd7a5e772} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2117 | 2025.02.19 05:55:33.578606 [ 258 ] {af202b6c-7853-49e5-a4cb-130dd7a5e772} <Trace> oximeter.fields_uuid (3e28ef33-2603-423e-a1ee-258fce097b7c): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2118 | 2025.02.19 05:55:33.578757 [ 41 ] {} <Debug> oximeter.fields_uuid (3e28ef33-2603-423e-a1ee-258fce097b7c) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2119 | 2025.02.19 05:55:33.578818 [ 41 ] {} <Trace> oximeter.fields_uuid (3e28ef33-2603-423e-a1ee-258fce097b7c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2120 | 2025.02.19 05:55:33.578854 [ 258 ] {af202b6c-7853-49e5-a4cb-130dd7a5e772} <Debug> executeQuery: Read 409 rows, 29.75 KiB in 0.001779 sec., 229904.4406970208 rows/sec., 16.33 MiB/sec. | ||
| 2121 | 2025.02.19 05:55:33.578860 [ 41 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 2122 | 2025.02.19 05:55:33.579009 [ 258 ] {af202b6c-7853-49e5-a4cb-130dd7a5e772} <Debug> TCPHandler: Processed in 0.002108626 sec. | ||
| 2123 | 2025.02.19 05:55:33.579261 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2124 | 2025.02.19 05:55:33.579297 [ 200 ] {3e28ef33-2603-423e-a1ee-258fce097b7c::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 | ||
| 2125 | 2025.02.19 05:55:33.579465 [ 254 ] {97036893-2152-4ef5-9336-162a34508b77} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 2126 | 2025.02.19 05:55:33.579568 [ 254 ] {97036893-2152-4ef5-9336-162a34508b77} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 2127 | 2025.02.19 05:55:33.579655 [ 200 ] {3e28ef33-2603-423e-a1ee-258fce097b7c::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2128 | 2025.02.19 05:55:33.579775 [ 200 ] {3e28ef33-2603-423e-a1ee-258fce097b7c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 429 rows starting from the beginning of the part | ||
| 2129 | 2025.02.19 05:55:33.580172 [ 200 ] {3e28ef33-2603-423e-a1ee-258fce097b7c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 528 rows starting from the beginning of the part | ||
| 2130 | 2025.02.19 05:55:33.580496 [ 200 ] {3e28ef33-2603-423e-a1ee-258fce097b7c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 64 rows starting from the beginning of the part | ||
| 2131 | 2025.02.19 05:55:33.580766 [ 200 ] {3e28ef33-2603-423e-a1ee-258fce097b7c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 409 rows starting from the beginning of the part | ||
| 2132 | 2025.02.19 05:55:33.581019 [ 200 ] {3e28ef33-2603-423e-a1ee-258fce097b7c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 72 rows starting from the beginning of the part | ||
| 2133 | 2025.02.19 05:55:33.581297 [ 200 ] {3e28ef33-2603-423e-a1ee-258fce097b7c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 409 rows starting from the beginning of the part | ||
| 2134 | 2025.02.19 05:55:33.581996 [ 254 ] {97036893-2152-4ef5-9336-162a34508b77} <Trace> oximeter.measurements_bool (16e9d126-bc56-4e42-988e-352459bd24dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2135 | 2025.02.19 05:55:33.582058 [ 254 ] {97036893-2152-4ef5-9336-162a34508b77} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 2136 | 2025.02.19 05:55:33.582977 [ 254 ] {97036893-2152-4ef5-9336-162a34508b77} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 2137 | 2025.02.19 05:55:33.583483 [ 254 ] {97036893-2152-4ef5-9336-162a34508b77} <Trace> oximeter.measurements_bool (16e9d126-bc56-4e42-988e-352459bd24dc): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2138 | 2025.02.19 05:55:33.583946 [ 254 ] {97036893-2152-4ef5-9336-162a34508b77} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004558 sec., 1316.3668275559455 rows/sec., 68.78 KiB/sec. | ||
| 2139 | 2025.02.19 05:55:33.584041 [ 254 ] {97036893-2152-4ef5-9336-162a34508b77} <Debug> TCPHandler: Processed in 0.004920063 sec. | ||
| 2140 | 2025.02.19 05:55:33.584217 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2141 | 2025.02.19 05:55:33.584535 [ 258 ] {e5451448-ac65-4dad-8eb9-52aae076cd98} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2142 | 2025.02.19 05:55:33.584544 [ 200 ] {3e28ef33-2603-423e-a1ee-258fce097b7c::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1911 rows, containing 5 columns (5 merged, 0 gathered) in 0.005491254 sec., 348007.9413554718 rows/sec., 26.54 MiB/sec. | ||
| 2143 | 2025.02.19 05:55:33.584625 [ 258 ] {e5451448-ac65-4dad-8eb9-52aae076cd98} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2144 | 2025.02.19 05:55:33.584830 [ 200 ] {3e28ef33-2603-423e-a1ee-258fce097b7c::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2145 | 2025.02.19 05:55:33.585427 [ 200 ] {3e28ef33-2603-423e-a1ee-258fce097b7c::all_1_11_2} <Trace> oximeter.fields_uuid (3e28ef33-2603-423e-a1ee-258fce097b7c): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2146 | 2025.02.19 05:55:33.585665 [ 200 ] {3e28ef33-2603-423e-a1ee-258fce097b7c::all_1_11_2} <Trace> oximeter.fields_uuid (3e28ef33-2603-423e-a1ee-258fce097b7c) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2147 | 2025.02.19 05:55:33.585829 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. | ||
| 2148 | 2025.02.19 05:55:33.585960 [ 258 ] {e5451448-ac65-4dad-8eb9-52aae076cd98} <Trace> oximeter.measurements_cumulativeu64 (12ad3da5-8862-4a0c-98f0-1a099eec319b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2149 | 2025.02.19 05:55:33.586004 [ 258 ] {e5451448-ac65-4dad-8eb9-52aae076cd98} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 2150 | 2025.02.19 05:55:33.586401 [ 258 ] {e5451448-ac65-4dad-8eb9-52aae076cd98} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2151 | 2025.02.19 05:55:33.586638 [ 258 ] {e5451448-ac65-4dad-8eb9-52aae076cd98} <Trace> oximeter.measurements_cumulativeu64 (12ad3da5-8862-4a0c-98f0-1a099eec319b): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2152 | 2025.02.19 05:55:33.586802 [ 41 ] {} <Debug> oximeter.measurements_cumulativeu64 (12ad3da5-8862-4a0c-98f0-1a099eec319b) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2153 | 2025.02.19 05:55:33.586864 [ 41 ] {} <Trace> oximeter.measurements_cumulativeu64 (12ad3da5-8862-4a0c-98f0-1a099eec319b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2154 | 2025.02.19 05:55:33.586893 [ 41 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 2155 | 2025.02.19 05:55:33.586911 [ 258 ] {e5451448-ac65-4dad-8eb9-52aae076cd98} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002458 sec., 96419.85353946297 rows/sec., 6.46 MiB/sec. | ||
| 2156 | 2025.02.19 05:55:33.587227 [ 258 ] {e5451448-ac65-4dad-8eb9-52aae076cd98} <Debug> TCPHandler: Processed in 0.003086193 sec. | ||
| 2157 | 2025.02.19 05:55:33.587332 [ 190 ] {12ad3da5-8862-4a0c-98f0-1a099eec319b::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 | ||
| 2158 | 2025.02.19 05:55:33.587568 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2159 | 2025.02.19 05:55:33.587723 [ 190 ] {12ad3da5-8862-4a0c-98f0-1a099eec319b::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2160 | 2025.02.19 05:55:33.587770 [ 190 ] {12ad3da5-8862-4a0c-98f0-1a099eec319b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 759 rows starting from the beginning of the part | ||
| 2161 | 2025.02.19 05:55:33.587775 [ 254 ] {c9c5695a-9c0d-48ca-b710-a9073cefb4a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 2162 | 2025.02.19 05:55:33.587919 [ 254 ] {c9c5695a-9c0d-48ca-b710-a9073cefb4a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 2163 | 2025.02.19 05:55:33.587997 [ 190 ] {12ad3da5-8862-4a0c-98f0-1a099eec319b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 2390 rows starting from the beginning of the part | ||
| 2164 | 2025.02.19 05:55:33.588439 [ 190 ] {12ad3da5-8862-4a0c-98f0-1a099eec319b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 32 rows starting from the beginning of the part | ||
| 2165 | 2025.02.19 05:55:33.588818 [ 190 ] {12ad3da5-8862-4a0c-98f0-1a099eec319b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 237 rows starting from the beginning of the part | ||
| 2166 | 2025.02.19 05:55:33.589120 [ 190 ] {12ad3da5-8862-4a0c-98f0-1a099eec319b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 160 rows starting from the beginning of the part | ||
| 2167 | 2025.02.19 05:55:33.589471 [ 190 ] {12ad3da5-8862-4a0c-98f0-1a099eec319b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 237 rows starting from the beginning of the part | ||
| 2168 | 2025.02.19 05:55:33.590173 [ 254 ] {c9c5695a-9c0d-48ca-b710-a9073cefb4a3} <Trace> oximeter.measurements_f64 (338bebf0-eeef-41b9-b679-f4717a277180): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2169 | 2025.02.19 05:55:33.590216 [ 254 ] {c9c5695a-9c0d-48ca-b710-a9073cefb4a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 2170 | 2025.02.19 05:55:33.590718 [ 254 ] {c9c5695a-9c0d-48ca-b710-a9073cefb4a3} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 2171 | 2025.02.19 05:55:33.591065 [ 254 ] {c9c5695a-9c0d-48ca-b710-a9073cefb4a3} <Trace> oximeter.measurements_f64 (338bebf0-eeef-41b9-b679-f4717a277180): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2172 | 2025.02.19 05:55:33.591467 [ 254 ] {c9c5695a-9c0d-48ca-b710-a9073cefb4a3} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003701 sec., 270.1972439881113 rows/sec., 18.21 KiB/sec. | ||
| 2173 | 2025.02.19 05:55:33.591763 [ 254 ] {c9c5695a-9c0d-48ca-b710-a9073cefb4a3} <Debug> TCPHandler: Processed in 0.004405485 sec. | ||
| 2174 | 2025.02.19 05:55:33.591950 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2175 | 2025.02.19 05:55:33.592003 [ 198 ] {12ad3da5-8862-4a0c-98f0-1a099eec319b::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3815 rows, containing 5 columns (5 merged, 0 gathered) in 0.005019736 sec., 760000.1274967449 rows/sec., 51.27 MiB/sec. | ||
| 2176 | 2025.02.19 05:55:33.592067 [ 258 ] {35cd7dde-5ba5-4e4b-b4d9-fe150a884fad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2177 | 2025.02.19 05:55:33.592135 [ 258 ] {35cd7dde-5ba5-4e4b-b4d9-fe150a884fad} <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 | ||
| 2178 | 2025.02.19 05:55:33.592306 [ 198 ] {12ad3da5-8862-4a0c-98f0-1a099eec319b::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2179 | 2025.02.19 05:55:33.592771 [ 198 ] {12ad3da5-8862-4a0c-98f0-1a099eec319b::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (12ad3da5-8862-4a0c-98f0-1a099eec319b): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2180 | 2025.02.19 05:55:33.592910 [ 198 ] {12ad3da5-8862-4a0c-98f0-1a099eec319b::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (12ad3da5-8862-4a0c-98f0-1a099eec319b) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2181 | 2025.02.19 05:55:33.593009 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.91 MiB. | ||
| 2182 | 2025.02.19 05:55:33.593592 [ 258 ] {35cd7dde-5ba5-4e4b-b4d9-fe150a884fad} <Trace> oximeter.measurements_histogramu64 (7e806432-9fb0-4852-8b8d-11fed24611fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2183 | 2025.02.19 05:55:33.593629 [ 258 ] {35cd7dde-5ba5-4e4b-b4d9-fe150a884fad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 2184 | 2025.02.19 05:55:33.594260 [ 258 ] {35cd7dde-5ba5-4e4b-b4d9-fe150a884fad} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2185 | 2025.02.19 05:55:33.594513 [ 258 ] {35cd7dde-5ba5-4e4b-b4d9-fe150a884fad} <Trace> oximeter.measurements_histogramu64 (7e806432-9fb0-4852-8b8d-11fed24611fa): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2186 | 2025.02.19 05:55:33.594818 [ 258 ] {35cd7dde-5ba5-4e4b-b4d9-fe150a884fad} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002763 sec., 9771.98697068404 rows/sec., 17.51 MiB/sec. | ||
| 2187 | 2025.02.19 05:55:33.595137 [ 258 ] {35cd7dde-5ba5-4e4b-b4d9-fe150a884fad} <Debug> TCPHandler: Processed in 0.003270076 sec. | ||
| 2188 | 2025.02.19 05:55:33.595301 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2189 | 2025.02.19 05:55:33.595432 [ 254 ] {8007040f-053d-4bbc-bd76-476980acfbcc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2190 | 2025.02.19 05:55:33.595488 [ 254 ] {8007040f-053d-4bbc-bd76-476980acfbcc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2191 | 2025.02.19 05:55:33.596026 [ 254 ] {8007040f-053d-4bbc-bd76-476980acfbcc} <Trace> oximeter.measurements_u64 (fe0987d5-5b8f-48d5-a303-9c895ee7970c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2192 | 2025.02.19 05:55:33.596075 [ 254 ] {8007040f-053d-4bbc-bd76-476980acfbcc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 2193 | 2025.02.19 05:55:33.596499 [ 254 ] {8007040f-053d-4bbc-bd76-476980acfbcc} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2194 | 2025.02.19 05:55:33.596731 [ 254 ] {8007040f-053d-4bbc-bd76-476980acfbcc} <Trace> oximeter.measurements_u64 (fe0987d5-5b8f-48d5-a303-9c895ee7970c): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2195 | 2025.02.19 05:55:33.596886 [ 41 ] {} <Debug> oximeter.measurements_u64 (fe0987d5-5b8f-48d5-a303-9c895ee7970c) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2196 | 2025.02.19 05:55:33.596945 [ 41 ] {} <Trace> oximeter.measurements_u64 (fe0987d5-5b8f-48d5-a303-9c895ee7970c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2197 | 2025.02.19 05:55:33.596977 [ 41 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 2198 | 2025.02.19 05:55:33.596981 [ 254 ] {8007040f-053d-4bbc-bd76-476980acfbcc} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001575 sec., 52063.49206349206 rows/sec., 3.31 MiB/sec. | ||
| 2199 | 2025.02.19 05:55:33.597122 [ 254 ] {8007040f-053d-4bbc-bd76-476980acfbcc} <Debug> TCPHandler: Processed in 0.001886462 sec. | ||
| 2200 | 2025.02.19 05:55:33.597150 [ 190 ] {fe0987d5-5b8f-48d5-a303-9c895ee7970c::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 | ||
| 2201 | 2025.02.19 05:55:33.597248 [ 190 ] {fe0987d5-5b8f-48d5-a303-9c895ee7970c::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2202 | 2025.02.19 05:55:33.597275 [ 190 ] {fe0987d5-5b8f-48d5-a303-9c895ee7970c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 274 rows starting from the beginning of the part | ||
| 2203 | 2025.02.19 05:55:33.597348 [ 190 ] {fe0987d5-5b8f-48d5-a303-9c895ee7970c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 48 rows starting from the beginning of the part | ||
| 2204 | 2025.02.19 05:55:33.597586 [ 190 ] {fe0987d5-5b8f-48d5-a303-9c895ee7970c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 12 rows starting from the beginning of the part | ||
| 2205 | 2025.02.19 05:55:33.597725 [ 190 ] {fe0987d5-5b8f-48d5-a303-9c895ee7970c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 82 rows starting from the beginning of the part | ||
| 2206 | 2025.02.19 05:55:33.597824 [ 190 ] {fe0987d5-5b8f-48d5-a303-9c895ee7970c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 60 rows starting from the beginning of the part | ||
| 2207 | 2025.02.19 05:55:33.598046 [ 190 ] {fe0987d5-5b8f-48d5-a303-9c895ee7970c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 82 rows starting from the beginning of the part | ||
| 2208 | 2025.02.19 05:55:33.599229 [ 193 ] {fe0987d5-5b8f-48d5-a303-9c895ee7970c::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 558 rows, containing 4 columns (4 merged, 0 gathered) in 0.002159297 sec., 258417.43863859394 rows/sec., 16.94 MiB/sec. | ||
| 2209 | 2025.02.19 05:55:33.599495 [ 193 ] {fe0987d5-5b8f-48d5-a303-9c895ee7970c::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2210 | 2025.02.19 05:55:33.599850 [ 193 ] {fe0987d5-5b8f-48d5-a303-9c895ee7970c::all_1_11_2} <Trace> oximeter.measurements_u64 (fe0987d5-5b8f-48d5-a303-9c895ee7970c): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2211 | 2025.02.19 05:55:33.599960 [ 193 ] {fe0987d5-5b8f-48d5-a303-9c895ee7970c::all_1_11_2} <Trace> oximeter.measurements_u64 (fe0987d5-5b8f-48d5-a303-9c895ee7970c) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2212 | 2025.02.19 05:55:33.600062 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
| 2213 | 2025.02.19 05:55:35.557972 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 4148 | ||
| 2214 | 2025.02.19 05:55:35.558639 [ 244 ] {} <Trace> system.asynchronous_metric_log (5573eb27-0871-4eb5-bfd6-93b6d6d4142e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2215 | 2025.02.19 05:55:35.558692 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 2216 | 2025.02.19 05:55:35.559228 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2217 | 2025.02.19 05:55:35.559497 [ 244 ] {} <Trace> system.asynchronous_metric_log (5573eb27-0871-4eb5-bfd6-93b6d6d4142e): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2218 | 2025.02.19 05:55:35.559770 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4148 | ||
| 2219 | 2025.02.19 05:55:35.827887 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 68 | ||
| 2220 | 2025.02.19 05:55:35.847485 [ 243 ] {} <Trace> system.metric_log (636422f3-000f-4feb-9852-006313efe3e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2221 | 2025.02.19 05:55:35.847549 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 2222 | 2025.02.19 05:55:35.854962 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2223 | 2025.02.19 05:55:35.855722 [ 243 ] {} <Trace> system.metric_log (636422f3-000f-4feb-9852-006313efe3e0): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2224 | 2025.02.19 05:55:35.859201 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 68 | ||
| 2225 | 2025.02.19 05:55:38.070915 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 328 | ||
| 2226 | 2025.02.19 05:55:38.073979 [ 242 ] {} <Trace> system.query_log (c5831a85-9043-4d4c-a5be-d968cb126303): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2227 | 2025.02.19 05:55:38.074039 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 2228 | 2025.02.19 05:55:38.075484 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2229 | 2025.02.19 05:55:38.075783 [ 242 ] {} <Trace> system.query_log (c5831a85-9043-4d4c-a5be-d968cb126303): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2230 | 2025.02.19 05:55:38.076010 [ 35 ] {} <Debug> system.query_log (c5831a85-9043-4d4c-a5be-d968cb126303) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2231 | 2025.02.19 05:55:38.076144 [ 35 ] {} <Trace> system.query_log (c5831a85-9043-4d4c-a5be-d968cb126303): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2232 | 2025.02.19 05:55:38.076250 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 2233 | 2025.02.19 05:55:38.077035 [ 194 ] {c5831a85-9043-4d4c-a5be-d968cb126303::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 | ||
| 2234 | 2025.02.19 05:55:38.077490 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 328 | ||
| 2235 | 2025.02.19 05:55:38.077880 [ 194 ] {c5831a85-9043-4d4c-a5be-d968cb126303::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2236 | 2025.02.19 05:55:38.078016 [ 194 ] {c5831a85-9043-4d4c-a5be-d968cb126303::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 | ||
| 2237 | 2025.02.19 05:55:38.078673 [ 194 ] {c5831a85-9043-4d4c-a5be-d968cb126303::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 54 rows starting from the beginning of the part | ||
| 2238 | 2025.02.19 05:55:38.079246 [ 194 ] {c5831a85-9043-4d4c-a5be-d968cb126303::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 24 rows starting from the beginning of the part | ||
| 2239 | 2025.02.19 05:55:38.079834 [ 194 ] {c5831a85-9043-4d4c-a5be-d968cb126303::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 98 rows starting from the beginning of the part | ||
| 2240 | 2025.02.19 05:55:38.080335 [ 194 ] {c5831a85-9043-4d4c-a5be-d968cb126303::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 30 rows starting from the beginning of the part | ||
| 2241 | 2025.02.19 05:55:38.080907 [ 194 ] {c5831a85-9043-4d4c-a5be-d968cb126303::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 34 rows starting from the beginning of the part | ||
| 2242 | 2025.02.19 05:55:38.090658 [ 192 ] {c5831a85-9043-4d4c-a5be-d968cb126303::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 328 rows, containing 72 columns (72 merged, 0 gathered) in 0.014238091 sec., 23036.796154765412 rows/sec., 23.46 MiB/sec. | ||
| 2243 | 2025.02.19 05:55:38.091785 [ 192 ] {c5831a85-9043-4d4c-a5be-d968cb126303::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2244 | 2025.02.19 05:55:38.092637 [ 192 ] {c5831a85-9043-4d4c-a5be-d968cb126303::all_1_6_1} <Trace> system.query_log (c5831a85-9043-4d4c-a5be-d968cb126303): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2245 | 2025.02.19 05:55:38.092733 [ 192 ] {c5831a85-9043-4d4c-a5be-d968cb126303::all_1_6_1} <Trace> system.query_log (c5831a85-9043-4d4c-a5be-d968cb126303) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2246 | 2025.02.19 05:55:38.093072 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.67 MiB. | ||
| 2247 | 2025.02.19 05:55:38.555400 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2248 | 2025.02.19 05:55:38.555610 [ 254 ] {49a418bc-d9f9-4a6a-99cc-e88694242a3d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2249 | 2025.02.19 05:55:38.555684 [ 254 ] {49a418bc-d9f9-4a6a-99cc-e88694242a3d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2250 | 2025.02.19 05:55:38.556461 [ 254 ] {49a418bc-d9f9-4a6a-99cc-e88694242a3d} <Trace> oximeter.fields_string (2fcca75a-374a-4c87-833b-a981a707b5d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2251 | 2025.02.19 05:55:38.556514 [ 254 ] {49a418bc-d9f9-4a6a-99cc-e88694242a3d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 2252 | 2025.02.19 05:55:38.556957 [ 254 ] {49a418bc-d9f9-4a6a-99cc-e88694242a3d} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2253 | 2025.02.19 05:55:38.557220 [ 254 ] {49a418bc-d9f9-4a6a-99cc-e88694242a3d} <Trace> oximeter.fields_string (2fcca75a-374a-4c87-833b-a981a707b5d9): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2254 | 2025.02.19 05:55:38.557433 [ 254 ] {49a418bc-d9f9-4a6a-99cc-e88694242a3d} <Debug> executeQuery: Read 72 rows, 5.99 KiB in 0.00188 sec., 38297.872340425536 rows/sec., 3.11 MiB/sec. | ||
| 2255 | 2025.02.19 05:55:38.557497 [ 254 ] {49a418bc-d9f9-4a6a-99cc-e88694242a3d} <Debug> TCPHandler: Processed in 0.002246808 sec. | ||
| 2256 | 2025.02.19 05:55:38.557699 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2257 | 2025.02.19 05:55:38.557841 [ 258 ] {e6a59592-108c-4068-bbb5-03bfb4843efa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2258 | 2025.02.19 05:55:38.557897 [ 258 ] {e6a59592-108c-4068-bbb5-03bfb4843efa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2259 | 2025.02.19 05:55:38.558575 [ 258 ] {e6a59592-108c-4068-bbb5-03bfb4843efa} <Trace> oximeter.fields_u16 (6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2260 | 2025.02.19 05:55:38.558614 [ 258 ] {e6a59592-108c-4068-bbb5-03bfb4843efa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 2261 | 2025.02.19 05:55:38.558972 [ 258 ] {e6a59592-108c-4068-bbb5-03bfb4843efa} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2262 | 2025.02.19 05:55:38.559217 [ 258 ] {e6a59592-108c-4068-bbb5-03bfb4843efa} <Trace> oximeter.fields_u16 (6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2263 | 2025.02.19 05:55:38.559391 [ 258 ] {e6a59592-108c-4068-bbb5-03bfb4843efa} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001585 sec., 5047.318611987382 rows/sec., 379.53 KiB/sec. | ||
| 2264 | 2025.02.19 05:55:38.559442 [ 258 ] {e6a59592-108c-4068-bbb5-03bfb4843efa} <Debug> TCPHandler: Processed in 0.001815291 sec. | ||
| 2265 | 2025.02.19 05:55:38.559617 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2266 | 2025.02.19 05:55:38.559747 [ 254 ] {ef562deb-41e6-456c-a4f7-696e802f734e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2267 | 2025.02.19 05:55:38.559802 [ 254 ] {ef562deb-41e6-456c-a4f7-696e802f734e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2268 | 2025.02.19 05:55:38.560457 [ 254 ] {ef562deb-41e6-456c-a4f7-696e802f734e} <Trace> oximeter.fields_uuid (3e28ef33-2603-423e-a1ee-258fce097b7c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2269 | 2025.02.19 05:55:38.560503 [ 254 ] {ef562deb-41e6-456c-a4f7-696e802f734e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 2270 | 2025.02.19 05:55:38.560877 [ 254 ] {ef562deb-41e6-456c-a4f7-696e802f734e} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2271 | 2025.02.19 05:55:38.561113 [ 254 ] {ef562deb-41e6-456c-a4f7-696e802f734e} <Trace> oximeter.fields_uuid (3e28ef33-2603-423e-a1ee-258fce097b7c): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2272 | 2025.02.19 05:55:38.561285 [ 254 ] {ef562deb-41e6-456c-a4f7-696e802f734e} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.001567 sec., 45947.670708359925 rows/sec., 3.59 MiB/sec. | ||
| 2273 | 2025.02.19 05:55:38.561336 [ 254 ] {ef562deb-41e6-456c-a4f7-696e802f734e} <Debug> TCPHandler: Processed in 0.00177857 sec. | ||
| 2274 | 2025.02.19 05:55:38.561479 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2275 | 2025.02.19 05:55:38.561586 [ 258 ] {87c38ec6-4c0d-4c89-869d-cee3fb6de72e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2276 | 2025.02.19 05:55:38.561643 [ 258 ] {87c38ec6-4c0d-4c89-869d-cee3fb6de72e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2277 | 2025.02.19 05:55:38.562274 [ 258 ] {87c38ec6-4c0d-4c89-869d-cee3fb6de72e} <Trace> oximeter.measurements_cumulativeu64 (12ad3da5-8862-4a0c-98f0-1a099eec319b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2278 | 2025.02.19 05:55:38.562319 [ 258 ] {87c38ec6-4c0d-4c89-869d-cee3fb6de72e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 2279 | 2025.02.19 05:55:38.562742 [ 258 ] {87c38ec6-4c0d-4c89-869d-cee3fb6de72e} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2280 | 2025.02.19 05:55:38.562973 [ 258 ] {87c38ec6-4c0d-4c89-869d-cee3fb6de72e} <Trace> oximeter.measurements_cumulativeu64 (12ad3da5-8862-4a0c-98f0-1a099eec319b): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2281 | 2025.02.19 05:55:38.563142 [ 258 ] {87c38ec6-4c0d-4c89-869d-cee3fb6de72e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001581 sec., 101201.77103099304 rows/sec., 7.05 MiB/sec. | ||
| 2282 | 2025.02.19 05:55:38.563191 [ 258 ] {87c38ec6-4c0d-4c89-869d-cee3fb6de72e} <Debug> TCPHandler: Processed in 0.00176377 sec. | ||
| 2283 | 2025.02.19 05:55:38.563337 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2284 | 2025.02.19 05:55:38.563444 [ 254 ] {dec05162-0cc1-479e-b24b-3f1ac5a541ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2285 | 2025.02.19 05:55:38.563509 [ 254 ] {dec05162-0cc1-479e-b24b-3f1ac5a541ce} <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 | ||
| 2286 | 2025.02.19 05:55:38.564696 [ 254 ] {dec05162-0cc1-479e-b24b-3f1ac5a541ce} <Trace> oximeter.measurements_histogramu64 (7e806432-9fb0-4852-8b8d-11fed24611fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2287 | 2025.02.19 05:55:38.564733 [ 254 ] {dec05162-0cc1-479e-b24b-3f1ac5a541ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 2288 | 2025.02.19 05:55:38.565328 [ 254 ] {dec05162-0cc1-479e-b24b-3f1ac5a541ce} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2289 | 2025.02.19 05:55:38.565584 [ 254 ] {dec05162-0cc1-479e-b24b-3f1ac5a541ce} <Trace> oximeter.measurements_histogramu64 (7e806432-9fb0-4852-8b8d-11fed24611fa): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2290 | 2025.02.19 05:55:38.565781 [ 254 ] {dec05162-0cc1-479e-b24b-3f1ac5a541ce} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002359 sec., 3391.267486222976 rows/sec., 6.08 MiB/sec. | ||
| 2291 | 2025.02.19 05:55:38.565878 [ 254 ] {dec05162-0cc1-479e-b24b-3f1ac5a541ce} <Debug> TCPHandler: Processed in 0.002593824 sec. | ||
| 2292 | 2025.02.19 05:55:38.566028 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2293 | 2025.02.19 05:55:38.566154 [ 258 ] {7372d5e7-823b-4ca8-b806-79b3298f27ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2294 | 2025.02.19 05:55:38.566208 [ 258 ] {7372d5e7-823b-4ca8-b806-79b3298f27ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2295 | 2025.02.19 05:55:38.566700 [ 258 ] {7372d5e7-823b-4ca8-b806-79b3298f27ae} <Trace> oximeter.measurements_u64 (fe0987d5-5b8f-48d5-a303-9c895ee7970c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2296 | 2025.02.19 05:55:38.566736 [ 258 ] {7372d5e7-823b-4ca8-b806-79b3298f27ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 2297 | 2025.02.19 05:55:38.567087 [ 258 ] {7372d5e7-823b-4ca8-b806-79b3298f27ae} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2298 | 2025.02.19 05:55:38.567320 [ 258 ] {7372d5e7-823b-4ca8-b806-79b3298f27ae} <Trace> oximeter.measurements_u64 (fe0987d5-5b8f-48d5-a303-9c895ee7970c): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2299 | 2025.02.19 05:55:38.567493 [ 258 ] {7372d5e7-823b-4ca8-b806-79b3298f27ae} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001368 sec., 43859.649122807015 rows/sec., 2.96 MiB/sec. | ||
| 2300 | 2025.02.19 05:55:38.567540 [ 258 ] {7372d5e7-823b-4ca8-b806-79b3298f27ae} <Debug> TCPHandler: Processed in 0.001574097 sec. | ||
| 2301 | 2025.02.19 05:55:42.973371 [ 28 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 2302 | 2025.02.19 05:55:42.973472 [ 28 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 2303 | 2025.02.19 05:55:43.059972 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 4636 | ||
| 2304 | 2025.02.19 05:55:43.060961 [ 244 ] {} <Trace> system.asynchronous_metric_log (5573eb27-0871-4eb5-bfd6-93b6d6d4142e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2305 | 2025.02.19 05:55:43.060998 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 2306 | 2025.02.19 05:55:43.061518 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2307 | 2025.02.19 05:55:43.061755 [ 244 ] {} <Trace> system.asynchronous_metric_log (5573eb27-0871-4eb5-bfd6-93b6d6d4142e): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2308 | 2025.02.19 05:55:43.062016 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4636 | ||
| 2309 | 2025.02.19 05:55:43.359340 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 76 | ||
| 2310 | 2025.02.19 05:55:43.379757 [ 243 ] {} <Trace> system.metric_log (636422f3-000f-4feb-9852-006313efe3e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2311 | 2025.02.19 05:55:43.379824 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 2312 | 2025.02.19 05:55:43.386975 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2313 | 2025.02.19 05:55:43.387757 [ 243 ] {} <Trace> system.metric_log (636422f3-000f-4feb-9852-006313efe3e0): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2314 | 2025.02.19 05:55:43.390505 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 76 | ||
| 2315 | 2025.02.19 05:55:43.561715 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2316 | 2025.02.19 05:55:43.561942 [ 254 ] {7080be5b-d2d9-48ed-a8d4-c64c4199bc75} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 2317 | 2025.02.19 05:55:43.562025 [ 254 ] {7080be5b-d2d9-48ed-a8d4-c64c4199bc75} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 2318 | 2025.02.19 05:55:43.562971 [ 254 ] {7080be5b-d2d9-48ed-a8d4-c64c4199bc75} <Trace> oximeter.fields_i16 (2bf1598c-a5a7-46ca-9aca-ef074bb76812): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2319 | 2025.02.19 05:55:43.563019 [ 254 ] {7080be5b-d2d9-48ed-a8d4-c64c4199bc75} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 2320 | 2025.02.19 05:55:43.563472 [ 254 ] {7080be5b-d2d9-48ed-a8d4-c64c4199bc75} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2321 | 2025.02.19 05:55:43.563731 [ 254 ] {7080be5b-d2d9-48ed-a8d4-c64c4199bc75} <Trace> oximeter.fields_i16 (2bf1598c-a5a7-46ca-9aca-ef074bb76812): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2322 | 2025.02.19 05:55:43.564020 [ 254 ] {7080be5b-d2d9-48ed-a8d4-c64c4199bc75} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002128 sec., 99624.06015037594 rows/sec., 6.34 MiB/sec. | ||
| 2323 | 2025.02.19 05:55:43.564162 [ 254 ] {7080be5b-d2d9-48ed-a8d4-c64c4199bc75} <Debug> TCPHandler: Processed in 0.002592314 sec. | ||
| 2324 | 2025.02.19 05:55:43.564353 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2325 | 2025.02.19 05:55:43.564496 [ 258 ] {ef9d9c58-4c22-4786-90d5-06e9aa23aff6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2326 | 2025.02.19 05:55:43.564553 [ 258 ] {ef9d9c58-4c22-4786-90d5-06e9aa23aff6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2327 | 2025.02.19 05:55:43.565475 [ 258 ] {ef9d9c58-4c22-4786-90d5-06e9aa23aff6} <Trace> oximeter.fields_string (2fcca75a-374a-4c87-833b-a981a707b5d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2328 | 2025.02.19 05:55:43.565514 [ 258 ] {ef9d9c58-4c22-4786-90d5-06e9aa23aff6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 2329 | 2025.02.19 05:55:43.565959 [ 258 ] {ef9d9c58-4c22-4786-90d5-06e9aa23aff6} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2330 | 2025.02.19 05:55:43.566202 [ 258 ] {ef9d9c58-4c22-4786-90d5-06e9aa23aff6} <Trace> oximeter.fields_string (2fcca75a-374a-4c87-833b-a981a707b5d9): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2331 | 2025.02.19 05:55:43.566420 [ 258 ] {ef9d9c58-4c22-4786-90d5-06e9aa23aff6} <Debug> executeQuery: Read 671 rows, 54.45 KiB in 0.001959 sec., 342521.69474221545 rows/sec., 27.14 MiB/sec. | ||
| 2332 | 2025.02.19 05:55:43.566473 [ 258 ] {ef9d9c58-4c22-4786-90d5-06e9aa23aff6} <Debug> TCPHandler: Processed in 0.002190847 sec. | ||
| 2333 | 2025.02.19 05:55:43.566637 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2334 | 2025.02.19 05:55:43.566772 [ 254 ] {956b0c58-6dc9-400a-ba14-f8d90215b41e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2335 | 2025.02.19 05:55:43.566824 [ 254 ] {956b0c58-6dc9-400a-ba14-f8d90215b41e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2336 | 2025.02.19 05:55:43.567432 [ 254 ] {956b0c58-6dc9-400a-ba14-f8d90215b41e} <Trace> oximeter.fields_u16 (6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2337 | 2025.02.19 05:55:43.567472 [ 254 ] {956b0c58-6dc9-400a-ba14-f8d90215b41e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 2338 | 2025.02.19 05:55:43.567839 [ 254 ] {956b0c58-6dc9-400a-ba14-f8d90215b41e} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2339 | 2025.02.19 05:55:43.568077 [ 254 ] {956b0c58-6dc9-400a-ba14-f8d90215b41e} <Trace> oximeter.fields_u16 (6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2340 | 2025.02.19 05:55:43.568291 [ 254 ] {956b0c58-6dc9-400a-ba14-f8d90215b41e} <Debug> executeQuery: Read 133 rows, 8.42 KiB in 0.00155 sec., 85806.45161290323 rows/sec., 5.30 MiB/sec. | ||
| 2341 | 2025.02.19 05:55:43.568343 [ 254 ] {956b0c58-6dc9-400a-ba14-f8d90215b41e} <Debug> TCPHandler: Processed in 0.0017717 sec. | ||
| 2342 | 2025.02.19 05:55:43.568493 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2343 | 2025.02.19 05:55:43.568599 [ 258 ] {0658e959-ee6d-4544-9f81-b15037315eb8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2344 | 2025.02.19 05:55:43.568643 [ 258 ] {0658e959-ee6d-4544-9f81-b15037315eb8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2345 | 2025.02.19 05:55:43.569208 [ 258 ] {0658e959-ee6d-4544-9f81-b15037315eb8} <Trace> oximeter.fields_u32 (65b4bee1-230d-4ffd-8593-1cf368c54481): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2346 | 2025.02.19 05:55:43.569246 [ 258 ] {0658e959-ee6d-4544-9f81-b15037315eb8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 2347 | 2025.02.19 05:55:43.569619 [ 258 ] {0658e959-ee6d-4544-9f81-b15037315eb8} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2348 | 2025.02.19 05:55:43.569851 [ 258 ] {0658e959-ee6d-4544-9f81-b15037315eb8} <Trace> oximeter.fields_u32 (65b4bee1-230d-4ffd-8593-1cf368c54481): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2349 | 2025.02.19 05:55:43.570066 [ 258 ] {0658e959-ee6d-4544-9f81-b15037315eb8} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001489 sec., 75889.85896574882 rows/sec., 4.91 MiB/sec. | ||
| 2350 | 2025.02.19 05:55:43.570118 [ 258 ] {0658e959-ee6d-4544-9f81-b15037315eb8} <Debug> TCPHandler: Processed in 0.001678999 sec. | ||
| 2351 | 2025.02.19 05:55:43.570263 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2352 | 2025.02.19 05:55:43.570418 [ 254 ] {71c8006b-b513-4c87-94bc-09d77a16bf18} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 2353 | 2025.02.19 05:55:43.570463 [ 254 ] {71c8006b-b513-4c87-94bc-09d77a16bf18} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 2354 | 2025.02.19 05:55:43.571035 [ 254 ] {71c8006b-b513-4c87-94bc-09d77a16bf18} <Trace> oximeter.fields_u8 (cef67ce3-27e4-4c55-9365-409a4c7c6d8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2355 | 2025.02.19 05:55:43.571076 [ 254 ] {71c8006b-b513-4c87-94bc-09d77a16bf18} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 2356 | 2025.02.19 05:55:43.571433 [ 254 ] {71c8006b-b513-4c87-94bc-09d77a16bf18} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2357 | 2025.02.19 05:55:43.571666 [ 254 ] {71c8006b-b513-4c87-94bc-09d77a16bf18} <Trace> oximeter.fields_u8 (cef67ce3-27e4-4c55-9365-409a4c7c6d8e): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2358 | 2025.02.19 05:55:43.571879 [ 254 ] {71c8006b-b513-4c87-94bc-09d77a16bf18} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001483 sec., 75522.58934592044 rows/sec., 4.30 MiB/sec. | ||
| 2359 | 2025.02.19 05:55:43.571931 [ 254 ] {71c8006b-b513-4c87-94bc-09d77a16bf18} <Debug> TCPHandler: Processed in 0.001721489 sec. | ||
| 2360 | 2025.02.19 05:55:43.572085 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2361 | 2025.02.19 05:55:43.572296 [ 258 ] {ff03b338-1f6c-4a69-9159-bf32198f3156} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2362 | 2025.02.19 05:55:43.572350 [ 258 ] {ff03b338-1f6c-4a69-9159-bf32198f3156} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2363 | 2025.02.19 05:55:43.573099 [ 258 ] {ff03b338-1f6c-4a69-9159-bf32198f3156} <Trace> oximeter.fields_uuid (3e28ef33-2603-423e-a1ee-258fce097b7c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2364 | 2025.02.19 05:55:43.573137 [ 258 ] {ff03b338-1f6c-4a69-9159-bf32198f3156} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 2365 | 2025.02.19 05:55:43.573506 [ 258 ] {ff03b338-1f6c-4a69-9159-bf32198f3156} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2366 | 2025.02.19 05:55:43.573737 [ 258 ] {ff03b338-1f6c-4a69-9159-bf32198f3156} <Trace> oximeter.fields_uuid (3e28ef33-2603-423e-a1ee-258fce097b7c): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2367 | 2025.02.19 05:55:43.573973 [ 258 ] {ff03b338-1f6c-4a69-9159-bf32198f3156} <Debug> executeQuery: Read 409 rows, 29.75 KiB in 0.001698 sec., 240871.6136631331 rows/sec., 17.11 MiB/sec. | ||
| 2368 | 2025.02.19 05:55:43.574060 [ 258 ] {ff03b338-1f6c-4a69-9159-bf32198f3156} <Debug> TCPHandler: Processed in 0.002036535 sec. | ||
| 2369 | 2025.02.19 05:55:43.574212 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2370 | 2025.02.19 05:55:43.574341 [ 254 ] {d707794c-76a3-4de2-891b-f6add971d0aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 2371 | 2025.02.19 05:55:43.574398 [ 254 ] {d707794c-76a3-4de2-891b-f6add971d0aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 2372 | 2025.02.19 05:55:43.574906 [ 254 ] {d707794c-76a3-4de2-891b-f6add971d0aa} <Trace> oximeter.measurements_bool (16e9d126-bc56-4e42-988e-352459bd24dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2373 | 2025.02.19 05:55:43.574945 [ 254 ] {d707794c-76a3-4de2-891b-f6add971d0aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 2374 | 2025.02.19 05:55:43.575304 [ 254 ] {d707794c-76a3-4de2-891b-f6add971d0aa} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2375 | 2025.02.19 05:55:43.575531 [ 254 ] {d707794c-76a3-4de2-891b-f6add971d0aa} <Trace> oximeter.measurements_bool (16e9d126-bc56-4e42-988e-352459bd24dc): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2376 | 2025.02.19 05:55:43.575812 [ 254 ] {d707794c-76a3-4de2-891b-f6add971d0aa} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00148 sec., 4054.054054054054 rows/sec., 211.81 KiB/sec. | ||
| 2377 | 2025.02.19 05:55:43.575921 [ 254 ] {d707794c-76a3-4de2-891b-f6add971d0aa} <Debug> TCPHandler: Processed in 0.00177235 sec. | ||
| 2378 | 2025.02.19 05:55:43.576073 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2379 | 2025.02.19 05:55:43.576199 [ 258 ] {6f45c64a-9c55-4ba0-88df-5b820753f444} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2380 | 2025.02.19 05:55:43.576255 [ 258 ] {6f45c64a-9c55-4ba0-88df-5b820753f444} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2381 | 2025.02.19 05:55:43.576864 [ 258 ] {6f45c64a-9c55-4ba0-88df-5b820753f444} <Trace> oximeter.measurements_cumulativeu64 (12ad3da5-8862-4a0c-98f0-1a099eec319b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2382 | 2025.02.19 05:55:43.576903 [ 258 ] {6f45c64a-9c55-4ba0-88df-5b820753f444} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 2383 | 2025.02.19 05:55:43.577282 [ 258 ] {6f45c64a-9c55-4ba0-88df-5b820753f444} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2384 | 2025.02.19 05:55:43.577511 [ 258 ] {6f45c64a-9c55-4ba0-88df-5b820753f444} <Trace> oximeter.measurements_cumulativeu64 (12ad3da5-8862-4a0c-98f0-1a099eec319b): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2385 | 2025.02.19 05:55:43.577716 [ 258 ] {6f45c64a-9c55-4ba0-88df-5b820753f444} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001546 sec., 153298.83570504526 rows/sec., 10.28 MiB/sec. | ||
| 2386 | 2025.02.19 05:55:43.577767 [ 258 ] {6f45c64a-9c55-4ba0-88df-5b820753f444} <Debug> TCPHandler: Processed in 0.00175658 sec. | ||
| 2387 | 2025.02.19 05:55:43.577927 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2388 | 2025.02.19 05:55:43.578060 [ 254 ] {a503ae75-f901-4121-afb3-7b8b640a6a45} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 2389 | 2025.02.19 05:55:43.578116 [ 254 ] {a503ae75-f901-4121-afb3-7b8b640a6a45} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 2390 | 2025.02.19 05:55:43.578633 [ 254 ] {a503ae75-f901-4121-afb3-7b8b640a6a45} <Trace> oximeter.measurements_f64 (338bebf0-eeef-41b9-b679-f4717a277180): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2391 | 2025.02.19 05:55:43.578679 [ 254 ] {a503ae75-f901-4121-afb3-7b8b640a6a45} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 2392 | 2025.02.19 05:55:43.579069 [ 254 ] {a503ae75-f901-4121-afb3-7b8b640a6a45} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2393 | 2025.02.19 05:55:43.579305 [ 254 ] {a503ae75-f901-4121-afb3-7b8b640a6a45} <Trace> oximeter.measurements_f64 (338bebf0-eeef-41b9-b679-f4717a277180): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2394 | 2025.02.19 05:55:43.579518 [ 254 ] {a503ae75-f901-4121-afb3-7b8b640a6a45} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001488 sec., 672.0430107526882 rows/sec., 45.28 KiB/sec. | ||
| 2395 | 2025.02.19 05:55:43.579568 [ 254 ] {a503ae75-f901-4121-afb3-7b8b640a6a45} <Debug> TCPHandler: Processed in 0.001706649 sec. | ||
| 2396 | 2025.02.19 05:55:43.579701 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2397 | 2025.02.19 05:55:43.579808 [ 258 ] {4121ae96-b698-4d68-8936-ecc29babce67} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2398 | 2025.02.19 05:55:43.579890 [ 258 ] {4121ae96-b698-4d68-8936-ecc29babce67} <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 | ||
| 2399 | 2025.02.19 05:55:43.581112 [ 258 ] {4121ae96-b698-4d68-8936-ecc29babce67} <Trace> oximeter.measurements_histogramu64 (7e806432-9fb0-4852-8b8d-11fed24611fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2400 | 2025.02.19 05:55:43.581150 [ 258 ] {4121ae96-b698-4d68-8936-ecc29babce67} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 2401 | 2025.02.19 05:55:43.581808 [ 258 ] {4121ae96-b698-4d68-8936-ecc29babce67} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2402 | 2025.02.19 05:55:43.582059 [ 258 ] {4121ae96-b698-4d68-8936-ecc29babce67} <Trace> oximeter.measurements_histogramu64 (7e806432-9fb0-4852-8b8d-11fed24611fa): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2403 | 2025.02.19 05:55:43.582253 [ 258 ] {4121ae96-b698-4d68-8936-ecc29babce67} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.00247 sec., 10931.174089068825 rows/sec., 19.59 MiB/sec. | ||
| 2404 | 2025.02.19 05:55:43.582354 [ 258 ] {4121ae96-b698-4d68-8936-ecc29babce67} <Debug> TCPHandler: Processed in 0.002703666 sec. | ||
| 2405 | 2025.02.19 05:55:43.582491 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2406 | 2025.02.19 05:55:43.582599 [ 254 ] {cf9f661c-4f93-4ebb-b571-78e547be767d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2407 | 2025.02.19 05:55:43.582646 [ 254 ] {cf9f661c-4f93-4ebb-b571-78e547be767d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2408 | 2025.02.19 05:55:43.583197 [ 254 ] {cf9f661c-4f93-4ebb-b571-78e547be767d} <Trace> oximeter.measurements_u64 (fe0987d5-5b8f-48d5-a303-9c895ee7970c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2409 | 2025.02.19 05:55:43.583234 [ 254 ] {cf9f661c-4f93-4ebb-b571-78e547be767d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 2410 | 2025.02.19 05:55:43.583599 [ 254 ] {cf9f661c-4f93-4ebb-b571-78e547be767d} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2411 | 2025.02.19 05:55:43.583834 [ 254 ] {cf9f661c-4f93-4ebb-b571-78e547be767d} <Trace> oximeter.measurements_u64 (fe0987d5-5b8f-48d5-a303-9c895ee7970c): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2412 | 2025.02.19 05:55:43.584009 [ 254 ] {cf9f661c-4f93-4ebb-b571-78e547be767d} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001433 sec., 57222.60990928123 rows/sec., 3.63 MiB/sec. | ||
| 2413 | 2025.02.19 05:55:43.584058 [ 254 ] {cf9f661c-4f93-4ebb-b571-78e547be767d} <Debug> TCPHandler: Processed in 0.001619628 sec. | ||
| 2414 | 2025.02.19 05:55:44.000171 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 168.92 MiB, peak 172.07 MiB, free memory in arenas 0.00 B, will set to 167.70 MiB (RSS), difference: -1.22 MiB | ||
| 2415 | 2025.02.19 05:55:46.703441 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2416 | 2025.02.19 05:55:46.703750 [ 254 ] {d6413a57-f755-4de7-9572-d21326e7598e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', '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) | ||
| 2417 | 2025.02.19 05:55:46.704212 [ 254 ] {d6413a57-f755-4de7-9572-d21326e7598e} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2418 | 2025.02.19 05:55:46.704269 [ 254 ] {d6413a57-f755-4de7-9572-d21326e7598e} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', '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 | ||
| 2419 | 2025.02.19 05:55:46.704657 [ 254 ] {d6413a57-f755-4de7-9572-d21326e7598e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2420 | 2025.02.19 05:55:46.704743 [ 254 ] {d6413a57-f755-4de7-9572-d21326e7598e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2421 | 2025.02.19 05:55:46.704931 [ 254 ] {d6413a57-f755-4de7-9572-d21326e7598e} <Debug> oximeter.timeseries_schema (86ef1e60-00e1-4f5f-bbc7-09b3fbfc4e7e) (SelectExecutor): Key condition: (column 0 notIn 41-element set) | ||
| 2422 | 2025.02.19 05:55:46.705198 [ 290 ] {d6413a57-f755-4de7-9572-d21326e7598e} <Trace> oximeter.timeseries_schema (86ef1e60-00e1-4f5f-bbc7-09b3fbfc4e7e) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2423 | 2025.02.19 05:55:46.705240 [ 288 ] {d6413a57-f755-4de7-9572-d21326e7598e} <Trace> oximeter.timeseries_schema (86ef1e60-00e1-4f5f-bbc7-09b3fbfc4e7e) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2424 | 2025.02.19 05:55:46.705316 [ 291 ] {d6413a57-f755-4de7-9572-d21326e7598e} <Trace> oximeter.timeseries_schema (86ef1e60-00e1-4f5f-bbc7-09b3fbfc4e7e) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 2425 | 2025.02.19 05:55:46.705356 [ 287 ] {d6413a57-f755-4de7-9572-d21326e7598e} <Trace> oximeter.timeseries_schema (86ef1e60-00e1-4f5f-bbc7-09b3fbfc4e7e) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2426 | 2025.02.19 05:55:46.705495 [ 254 ] {d6413a57-f755-4de7-9572-d21326e7598e} <Debug> oximeter.timeseries_schema (86ef1e60-00e1-4f5f-bbc7-09b3fbfc4e7e) (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 | ||
| 2427 | 2025.02.19 05:55:46.705532 [ 254 ] {d6413a57-f755-4de7-9572-d21326e7598e} <Trace> oximeter.timeseries_schema (86ef1e60-00e1-4f5f-bbc7-09b3fbfc4e7e) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2428 | 2025.02.19 05:55:46.705657 [ 254 ] {d6413a57-f755-4de7-9572-d21326e7598e} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2429 | 2025.02.19 05:55:46.705681 [ 254 ] {d6413a57-f755-4de7-9572-d21326e7598e} <Debug> oximeter.timeseries_schema (86ef1e60-00e1-4f5f-bbc7-09b3fbfc4e7e) (SelectExecutor): Reading approx. 40 rows with 3 streams | ||
| 2430 | 2025.02.19 05:55:46.705729 [ 254 ] {d6413a57-f755-4de7-9572-d21326e7598e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', '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'))" | ||
| 2431 | 2025.02.19 05:55:46.705777 [ 254 ] {d6413a57-f755-4de7-9572-d21326e7598e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', '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'))" | ||
| 2432 | 2025.02.19 05:55:46.705820 [ 254 ] {d6413a57-f755-4de7-9572-d21326e7598e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', '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'))" | ||
| 2433 | 2025.02.19 05:55:46.707309 [ 254 ] {d6413a57-f755-4de7-9572-d21326e7598e} <Debug> executeQuery: Read 40 rows, 1.52 KiB in 0.003709 sec., 10784.57805338366 rows/sec., 409.42 KiB/sec. | ||
| 2434 | 2025.02.19 05:55:46.707491 [ 254 ] {d6413a57-f755-4de7-9572-d21326e7598e} <Debug> TCPHandler: Processed in 0.004195281 sec. | ||
| 2435 | 2025.02.19 05:55:46.741735 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2436 | 2025.02.19 05:55:46.741865 [ 254 ] {1a5f0187-69b0-40d3-8bd2-e7f824b39851} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 2437 | 2025.02.19 05:55:46.741929 [ 254 ] {1a5f0187-69b0-40d3-8bd2-e7f824b39851} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2438 | 2025.02.19 05:55:46.742746 [ 254 ] {1a5f0187-69b0-40d3-8bd2-e7f824b39851} <Trace> oximeter.timeseries_schema (86ef1e60-00e1-4f5f-bbc7-09b3fbfc4e7e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2439 | 2025.02.19 05:55:46.742798 [ 254 ] {1a5f0187-69b0-40d3-8bd2-e7f824b39851} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 2440 | 2025.02.19 05:55:46.743323 [ 254 ] {1a5f0187-69b0-40d3-8bd2-e7f824b39851} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2441 | 2025.02.19 05:55:46.743558 [ 254 ] {1a5f0187-69b0-40d3-8bd2-e7f824b39851} <Trace> oximeter.timeseries_schema (86ef1e60-00e1-4f5f-bbc7-09b3fbfc4e7e): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2442 | 2025.02.19 05:55:46.743827 [ 254 ] {1a5f0187-69b0-40d3-8bd2-e7f824b39851} <Debug> executeQuery: Read 1 rows, 232.00 B in 0.001998 sec., 500.50050050050044 rows/sec., 113.39 KiB/sec. | ||
| 2443 | 2025.02.19 05:55:46.744026 [ 254 ] {1a5f0187-69b0-40d3-8bd2-e7f824b39851} <Debug> TCPHandler: Processed in 0.0023439 sec. | ||
| 2444 | 2025.02.19 05:55:46.744186 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2445 | 2025.02.19 05:55:46.744305 [ 258 ] {3cb4bd30-9977-45d1-b2a4-f91df5ba16a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 2446 | 2025.02.19 05:55:46.744355 [ 258 ] {3cb4bd30-9977-45d1-b2a4-f91df5ba16a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 2447 | 2025.02.19 05:55:46.744922 [ 258 ] {3cb4bd30-9977-45d1-b2a4-f91df5ba16a2} <Trace> oximeter.fields_ipaddr (46427d01-24ae-42d6-a7d5-07bdb2aa84f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2448 | 2025.02.19 05:55:46.744964 [ 258 ] {3cb4bd30-9977-45d1-b2a4-f91df5ba16a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 2449 | 2025.02.19 05:55:46.745325 [ 258 ] {3cb4bd30-9977-45d1-b2a4-f91df5ba16a2} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 2450 | 2025.02.19 05:55:46.745567 [ 258 ] {3cb4bd30-9977-45d1-b2a4-f91df5ba16a2} <Trace> oximeter.fields_ipaddr (46427d01-24ae-42d6-a7d5-07bdb2aa84f9): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2451 | 2025.02.19 05:55:46.745793 [ 258 ] {3cb4bd30-9977-45d1-b2a4-f91df5ba16a2} <Debug> executeQuery: Read 10 rows, 835.00 B in 0.001509 sec., 6626.905235255136 rows/sec., 540.38 KiB/sec. | ||
| 2452 | 2025.02.19 05:55:46.745849 [ 258 ] {3cb4bd30-9977-45d1-b2a4-f91df5ba16a2} <Debug> TCPHandler: Processed in 0.001720299 sec. | ||
| 2453 | 2025.02.19 05:55:46.745992 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2454 | 2025.02.19 05:55:46.746123 [ 254 ] {616544b8-8125-4fcb-a3c2-6de9b790732b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2455 | 2025.02.19 05:55:46.746179 [ 254 ] {616544b8-8125-4fcb-a3c2-6de9b790732b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2456 | 2025.02.19 05:55:46.747290 [ 254 ] {616544b8-8125-4fcb-a3c2-6de9b790732b} <Trace> oximeter.fields_string (2fcca75a-374a-4c87-833b-a981a707b5d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2457 | 2025.02.19 05:55:46.747331 [ 254 ] {616544b8-8125-4fcb-a3c2-6de9b790732b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 2458 | 2025.02.19 05:55:46.747762 [ 254 ] {616544b8-8125-4fcb-a3c2-6de9b790732b} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2459 | 2025.02.19 05:55:46.748010 [ 254 ] {616544b8-8125-4fcb-a3c2-6de9b790732b} <Trace> oximeter.fields_string (2fcca75a-374a-4c87-833b-a981a707b5d9): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2460 | 2025.02.19 05:55:46.748231 [ 254 ] {616544b8-8125-4fcb-a3c2-6de9b790732b} <Debug> executeQuery: Read 1217 rows, 102.92 KiB in 0.002136 sec., 569756.5543071162 rows/sec., 47.05 MiB/sec. | ||
| 2461 | 2025.02.19 05:55:46.748285 [ 254 ] {616544b8-8125-4fcb-a3c2-6de9b790732b} <Debug> TCPHandler: Processed in 0.00235635 sec. | ||
| 2462 | 2025.02.19 05:55:46.748436 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2463 | 2025.02.19 05:55:46.748571 [ 258 ] {47eeae9a-7fd2-4109-89dd-1dc180a1aab2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2464 | 2025.02.19 05:55:46.748627 [ 258 ] {47eeae9a-7fd2-4109-89dd-1dc180a1aab2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2465 | 2025.02.19 05:55:46.749216 [ 258 ] {47eeae9a-7fd2-4109-89dd-1dc180a1aab2} <Trace> oximeter.fields_u16 (6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2466 | 2025.02.19 05:55:46.749257 [ 258 ] {47eeae9a-7fd2-4109-89dd-1dc180a1aab2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 2467 | 2025.02.19 05:55:46.749613 [ 258 ] {47eeae9a-7fd2-4109-89dd-1dc180a1aab2} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2468 | 2025.02.19 05:55:46.749860 [ 258 ] {47eeae9a-7fd2-4109-89dd-1dc180a1aab2} <Trace> oximeter.fields_u16 (6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2469 | 2025.02.19 05:55:46.750093 [ 258 ] {47eeae9a-7fd2-4109-89dd-1dc180a1aab2} <Debug> executeQuery: Read 18 rows, 1.30 KiB in 0.001551 sec., 11605.41586073501 rows/sec., 838.04 KiB/sec. | ||
| 2470 | 2025.02.19 05:55:46.750147 [ 258 ] {47eeae9a-7fd2-4109-89dd-1dc180a1aab2} <Debug> TCPHandler: Processed in 0.00177813 sec. | ||
| 2471 | 2025.02.19 05:55:46.750292 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2472 | 2025.02.19 05:55:46.750420 [ 254 ] {33be15e7-f028-4a1a-ba98-925204162198} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2473 | 2025.02.19 05:55:46.750475 [ 254 ] {33be15e7-f028-4a1a-ba98-925204162198} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2474 | 2025.02.19 05:55:46.751135 [ 254 ] {33be15e7-f028-4a1a-ba98-925204162198} <Trace> oximeter.fields_u32 (65b4bee1-230d-4ffd-8593-1cf368c54481): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2475 | 2025.02.19 05:55:46.751175 [ 254 ] {33be15e7-f028-4a1a-ba98-925204162198} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 2476 | 2025.02.19 05:55:46.751524 [ 254 ] {33be15e7-f028-4a1a-ba98-925204162198} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2477 | 2025.02.19 05:55:46.751759 [ 254 ] {33be15e7-f028-4a1a-ba98-925204162198} <Trace> oximeter.fields_u32 (65b4bee1-230d-4ffd-8593-1cf368c54481): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2478 | 2025.02.19 05:55:46.751957 [ 72 ] {} <Debug> oximeter.fields_u32 (65b4bee1-230d-4ffd-8593-1cf368c54481) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2479 | 2025.02.19 05:55:46.752029 [ 254 ] {33be15e7-f028-4a1a-ba98-925204162198} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001626 sec., 140221.40221402215 rows/sec., 9.49 MiB/sec. | ||
| 2480 | 2025.02.19 05:55:46.752090 [ 72 ] {} <Trace> oximeter.fields_u32 (65b4bee1-230d-4ffd-8593-1cf368c54481): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2481 | 2025.02.19 05:55:46.752148 [ 254 ] {33be15e7-f028-4a1a-ba98-925204162198} <Debug> TCPHandler: Processed in 0.001920893 sec. | ||
| 2482 | 2025.02.19 05:55:46.752174 [ 72 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 2483 | 2025.02.19 05:55:46.752375 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2484 | 2025.02.19 05:55:46.752455 [ 194 ] {65b4bee1-230d-4ffd-8593-1cf368c54481::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 | ||
| 2485 | 2025.02.19 05:55:46.752770 [ 258 ] {d2325cef-0923-4d68-a0b7-638841260813} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2486 | 2025.02.19 05:55:46.752853 [ 194 ] {65b4bee1-230d-4ffd-8593-1cf368c54481::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2487 | 2025.02.19 05:55:46.752878 [ 258 ] {d2325cef-0923-4d68-a0b7-638841260813} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2488 | 2025.02.19 05:55:46.752890 [ 194 ] {65b4bee1-230d-4ffd-8593-1cf368c54481::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 114 rows starting from the beginning of the part | ||
| 2489 | 2025.02.19 05:55:46.753110 [ 194 ] {65b4bee1-230d-4ffd-8593-1cf368c54481::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 228 rows starting from the beginning of the part | ||
| 2490 | 2025.02.19 05:55:46.753519 [ 194 ] {65b4bee1-230d-4ffd-8593-1cf368c54481::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 113 rows starting from the beginning of the part | ||
| 2491 | 2025.02.19 05:55:46.753867 [ 194 ] {65b4bee1-230d-4ffd-8593-1cf368c54481::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 | ||
| 2492 | 2025.02.19 05:55:46.754265 [ 194 ] {65b4bee1-230d-4ffd-8593-1cf368c54481::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 | ||
| 2493 | 2025.02.19 05:55:46.754577 [ 194 ] {65b4bee1-230d-4ffd-8593-1cf368c54481::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 228 rows starting from the beginning of the part | ||
| 2494 | 2025.02.19 05:55:46.755448 [ 258 ] {d2325cef-0923-4d68-a0b7-638841260813} <Trace> oximeter.fields_uuid (3e28ef33-2603-423e-a1ee-258fce097b7c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2495 | 2025.02.19 05:55:46.755505 [ 258 ] {d2325cef-0923-4d68-a0b7-638841260813} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 2496 | 2025.02.19 05:55:46.756148 [ 258 ] {d2325cef-0923-4d68-a0b7-638841260813} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2497 | 2025.02.19 05:55:46.756295 [ 192 ] {65b4bee1-230d-4ffd-8593-1cf368c54481::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 909 rows, containing 5 columns (5 merged, 0 gathered) in 0.003996168 sec., 227467.9142618629 rows/sec., 15.93 MiB/sec. | ||
| 2498 | 2025.02.19 05:55:46.756569 [ 192 ] {65b4bee1-230d-4ffd-8593-1cf368c54481::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2499 | 2025.02.19 05:55:46.756570 [ 258 ] {d2325cef-0923-4d68-a0b7-638841260813} <Trace> oximeter.fields_uuid (3e28ef33-2603-423e-a1ee-258fce097b7c): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2500 | 2025.02.19 05:55:46.757036 [ 258 ] {d2325cef-0923-4d68-a0b7-638841260813} <Debug> executeQuery: Read 538 rows, 40.86 KiB in 0.004404 sec., 122161.67120799274 rows/sec., 9.06 MiB/sec. | ||
| 2501 | 2025.02.19 05:55:46.757177 [ 258 ] {d2325cef-0923-4d68-a0b7-638841260813} <Debug> TCPHandler: Processed in 0.004926533 sec. | ||
| 2502 | 2025.02.19 05:55:46.757293 [ 194 ] {65b4bee1-230d-4ffd-8593-1cf368c54481::all_1_6_1} <Trace> oximeter.fields_u32 (65b4bee1-230d-4ffd-8593-1cf368c54481): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2503 | 2025.02.19 05:55:46.757354 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2504 | 2025.02.19 05:55:46.757426 [ 194 ] {65b4bee1-230d-4ffd-8593-1cf368c54481::all_1_6_1} <Trace> oximeter.fields_u32 (65b4bee1-230d-4ffd-8593-1cf368c54481) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2505 | 2025.02.19 05:55:46.757493 [ 254 ] {11859d12-9c3c-4622-b885-14a2e2b355e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2506 | 2025.02.19 05:55:46.757532 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.37 MiB. | ||
| 2507 | 2025.02.19 05:55:46.757566 [ 254 ] {11859d12-9c3c-4622-b885-14a2e2b355e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2508 | 2025.02.19 05:55:46.758347 [ 254 ] {11859d12-9c3c-4622-b885-14a2e2b355e1} <Trace> oximeter.measurements_cumulativeu64 (12ad3da5-8862-4a0c-98f0-1a099eec319b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2509 | 2025.02.19 05:55:46.758384 [ 254 ] {11859d12-9c3c-4622-b885-14a2e2b355e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 2510 | 2025.02.19 05:55:46.758839 [ 254 ] {11859d12-9c3c-4622-b885-14a2e2b355e1} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2511 | 2025.02.19 05:55:46.759086 [ 254 ] {11859d12-9c3c-4622-b885-14a2e2b355e1} <Trace> oximeter.measurements_cumulativeu64 (12ad3da5-8862-4a0c-98f0-1a099eec319b): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2512 | 2025.02.19 05:55:46.759317 [ 254 ] {11859d12-9c3c-4622-b885-14a2e2b355e1} <Debug> executeQuery: Read 979 rows, 67.31 KiB in 0.001862 sec., 525778.7325456499 rows/sec., 35.30 MiB/sec. | ||
| 2513 | 2025.02.19 05:55:46.759373 [ 254 ] {11859d12-9c3c-4622-b885-14a2e2b355e1} <Debug> TCPHandler: Processed in 0.002097995 sec. | ||
| 2514 | 2025.02.19 05:55:46.759539 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2515 | 2025.02.19 05:55:46.759667 [ 258 ] {05e690de-9fe1-48db-9588-f2f1654ae5a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2516 | 2025.02.19 05:55:46.759745 [ 258 ] {05e690de-9fe1-48db-9588-f2f1654ae5a6} <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 | ||
| 2517 | 2025.02.19 05:55:46.760802 [ 258 ] {05e690de-9fe1-48db-9588-f2f1654ae5a6} <Trace> oximeter.measurements_histogramu64 (7e806432-9fb0-4852-8b8d-11fed24611fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2518 | 2025.02.19 05:55:46.760842 [ 258 ] {05e690de-9fe1-48db-9588-f2f1654ae5a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 2519 | 2025.02.19 05:55:46.761475 [ 258 ] {05e690de-9fe1-48db-9588-f2f1654ae5a6} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2520 | 2025.02.19 05:55:46.761732 [ 258 ] {05e690de-9fe1-48db-9588-f2f1654ae5a6} <Trace> oximeter.measurements_histogramu64 (7e806432-9fb0-4852-8b8d-11fed24611fa): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2521 | 2025.02.19 05:55:46.761977 [ 258 ] {05e690de-9fe1-48db-9588-f2f1654ae5a6} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002337 sec., 3423.1921266581085 rows/sec., 6.13 MiB/sec. | ||
| 2522 | 2025.02.19 05:55:46.762209 [ 258 ] {05e690de-9fe1-48db-9588-f2f1654ae5a6} <Debug> TCPHandler: Processed in 0.002730576 sec. | ||
| 2523 | 2025.02.19 05:55:46.762372 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2524 | 2025.02.19 05:55:46.762504 [ 254 ] {98abebf0-9d55-40d8-862f-289c50a82ca4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2525 | 2025.02.19 05:55:46.762560 [ 254 ] {98abebf0-9d55-40d8-862f-289c50a82ca4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2526 | 2025.02.19 05:55:46.763059 [ 254 ] {98abebf0-9d55-40d8-862f-289c50a82ca4} <Trace> oximeter.measurements_u64 (fe0987d5-5b8f-48d5-a303-9c895ee7970c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2527 | 2025.02.19 05:55:46.763097 [ 254 ] {98abebf0-9d55-40d8-862f-289c50a82ca4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 2528 | 2025.02.19 05:55:46.763458 [ 254 ] {98abebf0-9d55-40d8-862f-289c50a82ca4} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2529 | 2025.02.19 05:55:46.763717 [ 254 ] {98abebf0-9d55-40d8-862f-289c50a82ca4} <Trace> oximeter.measurements_u64 (fe0987d5-5b8f-48d5-a303-9c895ee7970c): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2530 | 2025.02.19 05:55:46.763933 [ 254 ] {98abebf0-9d55-40d8-862f-289c50a82ca4} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001459 sec., 32899.24605894448 rows/sec., 2.22 MiB/sec. | ||
| 2531 | 2025.02.19 05:55:46.763984 [ 254 ] {98abebf0-9d55-40d8-862f-289c50a82ca4} <Debug> TCPHandler: Processed in 0.001677159 sec. | ||
| 2532 | 2025.02.19 05:55:48.077780 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 382 | ||
| 2533 | 2025.02.19 05:55:48.081262 [ 242 ] {} <Trace> system.query_log (c5831a85-9043-4d4c-a5be-d968cb126303): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2534 | 2025.02.19 05:55:48.081309 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 2535 | 2025.02.19 05:55:48.082804 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2536 | 2025.02.19 05:55:48.083114 [ 242 ] {} <Trace> system.query_log (c5831a85-9043-4d4c-a5be-d968cb126303): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2537 | 2025.02.19 05:55:48.084041 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 382 | ||
| 2538 | 2025.02.19 05:55:48.549353 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2539 | 2025.02.19 05:55:48.549539 [ 254 ] {9d003827-eda1-4cd1-b3e3-a8239de72f25} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2540 | 2025.02.19 05:55:48.549611 [ 254 ] {9d003827-eda1-4cd1-b3e3-a8239de72f25} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2541 | 2025.02.19 05:55:48.550390 [ 254 ] {9d003827-eda1-4cd1-b3e3-a8239de72f25} <Trace> oximeter.fields_string (2fcca75a-374a-4c87-833b-a981a707b5d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2542 | 2025.02.19 05:55:48.550438 [ 254 ] {9d003827-eda1-4cd1-b3e3-a8239de72f25} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 2543 | 2025.02.19 05:55:48.550858 [ 254 ] {9d003827-eda1-4cd1-b3e3-a8239de72f25} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2544 | 2025.02.19 05:55:48.551110 [ 254 ] {9d003827-eda1-4cd1-b3e3-a8239de72f25} <Trace> oximeter.fields_string (2fcca75a-374a-4c87-833b-a981a707b5d9): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2545 | 2025.02.19 05:55:48.551340 [ 254 ] {9d003827-eda1-4cd1-b3e3-a8239de72f25} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001853 sec., 30221.262817053426 rows/sec., 2.32 MiB/sec. | ||
| 2546 | 2025.02.19 05:55:48.551397 [ 254 ] {9d003827-eda1-4cd1-b3e3-a8239de72f25} <Debug> TCPHandler: Processed in 0.002183037 sec. | ||
| 2547 | 2025.02.19 05:55:48.551588 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2548 | 2025.02.19 05:55:48.551725 [ 258 ] {03499a3a-7299-4c75-bc9b-8453386f1480} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2549 | 2025.02.19 05:55:48.551779 [ 258 ] {03499a3a-7299-4c75-bc9b-8453386f1480} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2550 | 2025.02.19 05:55:48.552372 [ 258 ] {03499a3a-7299-4c75-bc9b-8453386f1480} <Trace> oximeter.fields_uuid (3e28ef33-2603-423e-a1ee-258fce097b7c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2551 | 2025.02.19 05:55:48.552411 [ 258 ] {03499a3a-7299-4c75-bc9b-8453386f1480} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 2552 | 2025.02.19 05:55:48.552780 [ 258 ] {03499a3a-7299-4c75-bc9b-8453386f1480} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2553 | 2025.02.19 05:55:48.553041 [ 258 ] {03499a3a-7299-4c75-bc9b-8453386f1480} <Trace> oximeter.fields_uuid (3e28ef33-2603-423e-a1ee-258fce097b7c): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2554 | 2025.02.19 05:55:48.553275 [ 258 ] {03499a3a-7299-4c75-bc9b-8453386f1480} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001579 sec., 40531.98226725776 rows/sec., 3.16 MiB/sec. | ||
| 2555 | 2025.02.19 05:55:48.553328 [ 258 ] {03499a3a-7299-4c75-bc9b-8453386f1480} <Debug> TCPHandler: Processed in 0.001808271 sec. | ||
| 2556 | 2025.02.19 05:55:48.553477 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2557 | 2025.02.19 05:55:48.553609 [ 254 ] {7a7f1d1d-a4be-4353-b321-7cca8cb66317} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2558 | 2025.02.19 05:55:48.553667 [ 254 ] {7a7f1d1d-a4be-4353-b321-7cca8cb66317} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2559 | 2025.02.19 05:55:48.554202 [ 254 ] {7a7f1d1d-a4be-4353-b321-7cca8cb66317} <Trace> oximeter.measurements_cumulativeu64 (12ad3da5-8862-4a0c-98f0-1a099eec319b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2560 | 2025.02.19 05:55:48.554240 [ 254 ] {7a7f1d1d-a4be-4353-b321-7cca8cb66317} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 2561 | 2025.02.19 05:55:48.554611 [ 254 ] {7a7f1d1d-a4be-4353-b321-7cca8cb66317} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2562 | 2025.02.19 05:55:48.554844 [ 254 ] {7a7f1d1d-a4be-4353-b321-7cca8cb66317} <Trace> oximeter.measurements_cumulativeu64 (12ad3da5-8862-4a0c-98f0-1a099eec319b): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2563 | 2025.02.19 05:55:48.555057 [ 254 ] {7a7f1d1d-a4be-4353-b321-7cca8cb66317} <Debug> executeQuery: Read 32 rows, 2.28 KiB in 0.001478 sec., 21650.87956698241 rows/sec., 1.51 MiB/sec. | ||
| 2564 | 2025.02.19 05:55:48.555110 [ 254 ] {7a7f1d1d-a4be-4353-b321-7cca8cb66317} <Debug> TCPHandler: Processed in 0.001698559 sec. | ||
| 2565 | 2025.02.19 05:55:48.555270 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2566 | 2025.02.19 05:55:48.555398 [ 258 ] {246823a1-6679-4692-974d-03f4b8b2031f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2567 | 2025.02.19 05:55:48.555453 [ 258 ] {246823a1-6679-4692-974d-03f4b8b2031f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2568 | 2025.02.19 05:55:48.555965 [ 258 ] {246823a1-6679-4692-974d-03f4b8b2031f} <Trace> oximeter.measurements_u64 (fe0987d5-5b8f-48d5-a303-9c895ee7970c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2569 | 2025.02.19 05:55:48.556005 [ 258 ] {246823a1-6679-4692-974d-03f4b8b2031f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 2570 | 2025.02.19 05:55:48.556358 [ 258 ] {246823a1-6679-4692-974d-03f4b8b2031f} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2571 | 2025.02.19 05:55:48.556595 [ 258 ] {246823a1-6679-4692-974d-03f4b8b2031f} <Trace> oximeter.measurements_u64 (fe0987d5-5b8f-48d5-a303-9c895ee7970c): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2572 | 2025.02.19 05:55:48.556793 [ 258 ] {246823a1-6679-4692-974d-03f4b8b2031f} <Debug> executeQuery: Read 12 rows, 848.00 B in 0.001417 sec., 8468.595624558928 rows/sec., 584.42 KiB/sec. | ||
| 2573 | 2025.02.19 05:55:48.556910 [ 258 ] {246823a1-6679-4692-974d-03f4b8b2031f} <Debug> TCPHandler: Processed in 0.001701059 sec. | ||
| 2574 | 2025.02.19 05:55:50.562238 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 5063 | ||
| 2575 | 2025.02.19 05:55:50.563378 [ 244 ] {} <Trace> system.asynchronous_metric_log (5573eb27-0871-4eb5-bfd6-93b6d6d4142e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2576 | 2025.02.19 05:55:50.563454 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 2577 | 2025.02.19 05:55:50.563981 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2578 | 2025.02.19 05:55:50.564244 [ 244 ] {} <Trace> system.asynchronous_metric_log (5573eb27-0871-4eb5-bfd6-93b6d6d4142e): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2579 | 2025.02.19 05:55:50.564496 [ 47 ] {} <Debug> system.asynchronous_metric_log (5573eb27-0871-4eb5-bfd6-93b6d6d4142e) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2580 | 2025.02.19 05:55:50.564537 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5063 | ||
| 2581 | 2025.02.19 05:55:50.564615 [ 47 ] {} <Trace> system.asynchronous_metric_log (5573eb27-0871-4eb5-bfd6-93b6d6d4142e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2582 | 2025.02.19 05:55:50.564663 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 2583 | 2025.02.19 05:55:50.564812 [ 192 ] {5573eb27-0871-4eb5-bfd6-93b6d6d4142e::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 | ||
| 2584 | 2025.02.19 05:55:50.564941 [ 192 ] {5573eb27-0871-4eb5-bfd6-93b6d6d4142e::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2585 | 2025.02.19 05:55:50.564983 [ 192 ] {5573eb27-0871-4eb5-bfd6-93b6d6d4142e::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 | ||
| 2586 | 2025.02.19 05:55:50.565091 [ 192 ] {5573eb27-0871-4eb5-bfd6-93b6d6d4142e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 427 rows starting from the beginning of the part | ||
| 2587 | 2025.02.19 05:55:50.565178 [ 192 ] {5573eb27-0871-4eb5-bfd6-93b6d6d4142e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 488 rows starting from the beginning of the part | ||
| 2588 | 2025.02.19 05:55:50.565391 [ 192 ] {5573eb27-0871-4eb5-bfd6-93b6d6d4142e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 427 rows starting from the beginning of the part | ||
| 2589 | 2025.02.19 05:55:50.565532 [ 192 ] {5573eb27-0871-4eb5-bfd6-93b6d6d4142e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 488 rows starting from the beginning of the part | ||
| 2590 | 2025.02.19 05:55:50.565695 [ 192 ] {5573eb27-0871-4eb5-bfd6-93b6d6d4142e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 427 rows starting from the beginning of the part | ||
| 2591 | 2025.02.19 05:55:50.567299 [ 194 ] {5573eb27-0871-4eb5-bfd6-93b6d6d4142e::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5063 rows, containing 4 columns (4 merged, 0 gathered) in 0.002544434 sec., 1989833.4953864003 rows/sec., 28.46 MiB/sec. | ||
| 2592 | 2025.02.19 05:55:50.567957 [ 192 ] {5573eb27-0871-4eb5-bfd6-93b6d6d4142e::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2593 | 2025.02.19 05:55:50.568239 [ 192 ] {5573eb27-0871-4eb5-bfd6-93b6d6d4142e::all_1_11_2} <Trace> system.asynchronous_metric_log (5573eb27-0871-4eb5-bfd6-93b6d6d4142e): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2594 | 2025.02.19 05:55:50.568318 [ 192 ] {5573eb27-0871-4eb5-bfd6-93b6d6d4142e::all_1_11_2} <Trace> system.asynchronous_metric_log (5573eb27-0871-4eb5-bfd6-93b6d6d4142e) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2595 | 2025.02.19 05:55:50.568396 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.41 MiB. | ||
| 2596 | 2025.02.19 05:55:50.890636 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 83 | ||
| 2597 | 2025.02.19 05:55:50.911427 [ 243 ] {} <Trace> system.metric_log (636422f3-000f-4feb-9852-006313efe3e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2598 | 2025.02.19 05:55:50.911484 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 2599 | 2025.02.19 05:55:50.919082 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2600 | 2025.02.19 05:55:50.919893 [ 243 ] {} <Trace> system.metric_log (636422f3-000f-4feb-9852-006313efe3e0): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2601 | 2025.02.19 05:55:50.920182 [ 47 ] {} <Debug> system.metric_log (636422f3-000f-4feb-9852-006313efe3e0) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2602 | 2025.02.19 05:55:50.920253 [ 47 ] {} <Trace> system.metric_log (636422f3-000f-4feb-9852-006313efe3e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2603 | 2025.02.19 05:55:50.920295 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 2604 | 2025.02.19 05:55:50.921147 [ 186 ] {636422f3-000f-4feb-9852-006313efe3e0::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 | ||
| 2605 | 2025.02.19 05:55:50.937541 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 83 | ||
| 2606 | 2025.02.19 05:55:50.938771 [ 186 ] {636422f3-000f-4feb-9852-006313efe3e0::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2607 | 2025.02.19 05:55:50.940397 [ 186 ] {636422f3-000f-4feb-9852-006313efe3e0::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 | ||
| 2608 | 2025.02.19 05:55:50.946348 [ 186 ] {636422f3-000f-4feb-9852-006313efe3e0::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 | ||
| 2609 | 2025.02.19 05:55:50.952074 [ 186 ] {636422f3-000f-4feb-9852-006313efe3e0::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 | ||
| 2610 | 2025.02.19 05:55:50.958122 [ 186 ] {636422f3-000f-4feb-9852-006313efe3e0::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 | ||
| 2611 | 2025.02.19 05:55:50.964000 [ 186 ] {636422f3-000f-4feb-9852-006313efe3e0::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 | ||
| 2612 | 2025.02.19 05:55:50.968783 [ 186 ] {636422f3-000f-4feb-9852-006313efe3e0::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 | ||
| 2613 | 2025.02.19 05:55:51.000179 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 178.32 MiB, peak 178.32 MiB, free memory in arenas 0.00 B, will set to 170.32 MiB (RSS), difference: -7.99 MiB | ||
| 2614 | 2025.02.19 05:55:51.025313 [ 194 ] {636422f3-000f-4feb-9852-006313efe3e0::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 83 rows, containing 679 columns (679 merged, 0 gathered) in 0.104855362 sec., 791.566577205656 rows/sec., 4.09 MiB/sec. | ||
| 2615 | 2025.02.19 05:55:51.027906 [ 187 ] {636422f3-000f-4feb-9852-006313efe3e0::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2616 | 2025.02.19 05:55:51.030834 [ 187 ] {636422f3-000f-4feb-9852-006313efe3e0::all_1_11_2} <Trace> system.metric_log (636422f3-000f-4feb-9852-006313efe3e0): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2617 | 2025.02.19 05:55:51.030925 [ 187 ] {636422f3-000f-4feb-9852-006313efe3e0::all_1_11_2} <Trace> system.metric_log (636422f3-000f-4feb-9852-006313efe3e0) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2618 | 2025.02.19 05:55:51.033468 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.45 MiB. | ||
| 2619 | 2025.02.19 05:55:52.000217 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 160.92 MiB, peak 178.32 MiB, free memory in arenas 0.00 B, will set to 170.46 MiB (RSS), difference: 9.53 MiB | ||
| 2620 | 2025.02.19 05:55:53.562748 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2621 | 2025.02.19 05:55:53.562963 [ 254 ] {5d5f1162-a6d3-4a09-a69d-14746a0ad492} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 2622 | 2025.02.19 05:55:53.563046 [ 254 ] {5d5f1162-a6d3-4a09-a69d-14746a0ad492} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 2623 | 2025.02.19 05:55:53.563908 [ 254 ] {5d5f1162-a6d3-4a09-a69d-14746a0ad492} <Trace> oximeter.fields_i16 (2bf1598c-a5a7-46ca-9aca-ef074bb76812): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2624 | 2025.02.19 05:55:53.563959 [ 254 ] {5d5f1162-a6d3-4a09-a69d-14746a0ad492} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 2625 | 2025.02.19 05:55:53.564409 [ 254 ] {5d5f1162-a6d3-4a09-a69d-14746a0ad492} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2626 | 2025.02.19 05:55:53.564670 [ 254 ] {5d5f1162-a6d3-4a09-a69d-14746a0ad492} <Trace> oximeter.fields_i16 (2bf1598c-a5a7-46ca-9aca-ef074bb76812): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2627 | 2025.02.19 05:55:53.564878 [ 125 ] {} <Debug> oximeter.fields_i16 (2bf1598c-a5a7-46ca-9aca-ef074bb76812) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 2628 | 2025.02.19 05:55:53.564910 [ 254 ] {5d5f1162-a6d3-4a09-a69d-14746a0ad492} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002007 sec., 105630.29397110114 rows/sec., 6.72 MiB/sec. | ||
| 2629 | 2025.02.19 05:55:53.564962 [ 125 ] {} <Trace> oximeter.fields_i16 (2bf1598c-a5a7-46ca-9aca-ef074bb76812): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2630 | 2025.02.19 05:55:53.565024 [ 254 ] {5d5f1162-a6d3-4a09-a69d-14746a0ad492} <Debug> TCPHandler: Processed in 0.002422132 sec. | ||
| 2631 | 2025.02.19 05:55:53.565032 [ 125 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 2632 | 2025.02.19 05:55:53.565201 [ 201 ] {2bf1598c-a5a7-46ca-9aca-ef074bb76812::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 | ||
| 2633 | 2025.02.19 05:55:53.565246 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2634 | 2025.02.19 05:55:53.565444 [ 201 ] {2bf1598c-a5a7-46ca-9aca-ef074bb76812::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2635 | 2025.02.19 05:55:53.565476 [ 258 ] {7bf35f4f-59dd-4981-a997-4d8416e51988} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2636 | 2025.02.19 05:55:53.565508 [ 201 ] {2bf1598c-a5a7-46ca-9aca-ef074bb76812::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 | ||
| 2637 | 2025.02.19 05:55:53.565545 [ 258 ] {7bf35f4f-59dd-4981-a997-4d8416e51988} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2638 | 2025.02.19 05:55:53.565841 [ 201 ] {2bf1598c-a5a7-46ca-9aca-ef074bb76812::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 | ||
| 2639 | 2025.02.19 05:55:53.566225 [ 201 ] {2bf1598c-a5a7-46ca-9aca-ef074bb76812::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 | ||
| 2640 | 2025.02.19 05:55:53.566527 [ 201 ] {2bf1598c-a5a7-46ca-9aca-ef074bb76812::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 | ||
| 2641 | 2025.02.19 05:55:53.566863 [ 201 ] {2bf1598c-a5a7-46ca-9aca-ef074bb76812::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 | ||
| 2642 | 2025.02.19 05:55:53.568986 [ 258 ] {7bf35f4f-59dd-4981-a997-4d8416e51988} <Trace> oximeter.fields_string (2fcca75a-374a-4c87-833b-a981a707b5d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2643 | 2025.02.19 05:55:53.569039 [ 258 ] {7bf35f4f-59dd-4981-a997-4d8416e51988} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 2644 | 2025.02.19 05:55:53.569784 [ 187 ] {2bf1598c-a5a7-46ca-9aca-ef074bb76812::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.004632709 sec., 228807.80985811976 rows/sec., 15.42 MiB/sec. | ||
| 2645 | 2025.02.19 05:55:53.570029 [ 258 ] {7bf35f4f-59dd-4981-a997-4d8416e51988} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2646 | 2025.02.19 05:55:53.570054 [ 187 ] {2bf1598c-a5a7-46ca-9aca-ef074bb76812::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 2647 | 2025.02.19 05:55:53.570511 [ 258 ] {7bf35f4f-59dd-4981-a997-4d8416e51988} <Trace> oximeter.fields_string (2fcca75a-374a-4c87-833b-a981a707b5d9): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2648 | 2025.02.19 05:55:53.570626 [ 187 ] {2bf1598c-a5a7-46ca-9aca-ef074bb76812::all_1_5_1} <Trace> oximeter.fields_i16 (2bf1598c-a5a7-46ca-9aca-ef074bb76812): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2649 | 2025.02.19 05:55:53.570755 [ 125 ] {} <Debug> oximeter.fields_string (2fcca75a-374a-4c87-833b-a981a707b5d9) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2650 | 2025.02.19 05:55:53.570867 [ 125 ] {} <Trace> oximeter.fields_string (2fcca75a-374a-4c87-833b-a981a707b5d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2651 | 2025.02.19 05:55:53.570904 [ 187 ] {2bf1598c-a5a7-46ca-9aca-ef074bb76812::all_1_5_1} <Trace> oximeter.fields_i16 (2bf1598c-a5a7-46ca-9aca-ef074bb76812) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 2652 | 2025.02.19 05:55:53.570959 [ 125 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 2653 | 2025.02.19 05:55:53.571169 [ 258 ] {7bf35f4f-59dd-4981-a997-4d8416e51988} <Debug> executeQuery: Read 671 rows, 54.45 KiB in 0.005726 sec., 117184.77121900105 rows/sec., 9.29 MiB/sec. | ||
| 2654 | 2025.02.19 05:55:53.571470 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
| 2655 | 2025.02.19 05:55:53.571551 [ 258 ] {7bf35f4f-59dd-4981-a997-4d8416e51988} <Debug> TCPHandler: Processed in 0.006366578 sec. | ||
| 2656 | 2025.02.19 05:55:53.571597 [ 194 ] {2fcca75a-374a-4c87-833b-a981a707b5d9::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 | ||
| 2657 | 2025.02.19 05:55:53.571876 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2658 | 2025.02.19 05:55:53.571972 [ 194 ] {2fcca75a-374a-4c87-833b-a981a707b5d9::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2659 | 2025.02.19 05:55:53.572019 [ 194 ] {2fcca75a-374a-4c87-833b-a981a707b5d9::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 1828 rows starting from the beginning of the part | ||
| 2660 | 2025.02.19 05:55:53.572053 [ 254 ] {5c87c791-126b-4eb2-bd47-688f6f58e7ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2661 | 2025.02.19 05:55:53.572182 [ 254 ] {5c87c791-126b-4eb2-bd47-688f6f58e7ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2662 | 2025.02.19 05:55:53.572230 [ 194 ] {2fcca75a-374a-4c87-833b-a981a707b5d9::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 72 rows starting from the beginning of the part | ||
| 2663 | 2025.02.19 05:55:53.572640 [ 194 ] {2fcca75a-374a-4c87-833b-a981a707b5d9::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 671 rows starting from the beginning of the part | ||
| 2664 | 2025.02.19 05:55:53.572920 [ 194 ] {2fcca75a-374a-4c87-833b-a981a707b5d9::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 1217 rows starting from the beginning of the part | ||
| 2665 | 2025.02.19 05:55:53.573293 [ 194 ] {2fcca75a-374a-4c87-833b-a981a707b5d9::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 56 rows starting from the beginning of the part | ||
| 2666 | 2025.02.19 05:55:53.573716 [ 194 ] {2fcca75a-374a-4c87-833b-a981a707b5d9::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 671 rows starting from the beginning of the part | ||
| 2667 | 2025.02.19 05:55:53.574771 [ 254 ] {5c87c791-126b-4eb2-bd47-688f6f58e7ee} <Trace> oximeter.fields_u16 (6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2668 | 2025.02.19 05:55:53.574818 [ 254 ] {5c87c791-126b-4eb2-bd47-688f6f58e7ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 2669 | 2025.02.19 05:55:53.575420 [ 254 ] {5c87c791-126b-4eb2-bd47-688f6f58e7ee} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2670 | 2025.02.19 05:55:53.575686 [ 254 ] {5c87c791-126b-4eb2-bd47-688f6f58e7ee} <Trace> oximeter.fields_u16 (6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2671 | 2025.02.19 05:55:53.575860 [ 125 ] {} <Debug> oximeter.fields_u16 (6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2672 | 2025.02.19 05:55:53.575948 [ 125 ] {} <Trace> oximeter.fields_u16 (6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2673 | 2025.02.19 05:55:53.575987 [ 125 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 2674 | 2025.02.19 05:55:53.575999 [ 254 ] {5c87c791-126b-4eb2-bd47-688f6f58e7ee} <Debug> executeQuery: Read 133 rows, 8.42 KiB in 0.003972 sec., 33484.39073514602 rows/sec., 2.07 MiB/sec. | ||
| 2675 | 2025.02.19 05:55:53.576430 [ 254 ] {5c87c791-126b-4eb2-bd47-688f6f58e7ee} <Debug> TCPHandler: Processed in 0.00473567 sec. | ||
| 2676 | 2025.02.19 05:55:53.576709 [ 187 ] {6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f::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 | ||
| 2677 | 2025.02.19 05:55:53.576793 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2678 | 2025.02.19 05:55:53.577073 [ 194 ] {2fcca75a-374a-4c87-833b-a981a707b5d9::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4515 rows, containing 5 columns (5 merged, 0 gathered) in 0.005930661 sec., 761297.9396394432 rows/sec., 64.64 MiB/sec. | ||
| 2679 | 2025.02.19 05:55:53.577206 [ 258 ] {60529b10-c32e-4548-89c9-8b660cfb8620} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2680 | 2025.02.19 05:55:53.577241 [ 187 ] {6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2681 | 2025.02.19 05:55:53.577303 [ 258 ] {60529b10-c32e-4548-89c9-8b660cfb8620} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2682 | 2025.02.19 05:55:53.577343 [ 187 ] {6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 141 rows starting from the beginning of the part | ||
| 2683 | 2025.02.19 05:55:53.577437 [ 194 ] {2fcca75a-374a-4c87-833b-a981a707b5d9::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2684 | 2025.02.19 05:55:53.577858 [ 187 ] {6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 133 rows starting from the beginning of the part | ||
| 2685 | 2025.02.19 05:55:53.578411 [ 187 ] {6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f::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 | ||
| 2686 | 2025.02.19 05:55:53.578915 [ 194 ] {2fcca75a-374a-4c87-833b-a981a707b5d9::all_1_16_3} <Trace> oximeter.fields_string (2fcca75a-374a-4c87-833b-a981a707b5d9): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2687 | 2025.02.19 05:55:53.579098 [ 187 ] {6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 133 rows starting from the beginning of the part | ||
| 2688 | 2025.02.19 05:55:53.579421 [ 194 ] {2fcca75a-374a-4c87-833b-a981a707b5d9::all_1_16_3} <Trace> oximeter.fields_string (2fcca75a-374a-4c87-833b-a981a707b5d9) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2689 | 2025.02.19 05:55:53.579567 [ 187 ] {6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 18 rows starting from the beginning of the part | ||
| 2690 | 2025.02.19 05:55:53.579914 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.98 MiB. | ||
| 2691 | 2025.02.19 05:55:53.580033 [ 187 ] {6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 133 rows starting from the beginning of the part | ||
| 2692 | 2025.02.19 05:55:53.581290 [ 258 ] {60529b10-c32e-4548-89c9-8b660cfb8620} <Trace> oximeter.fields_u32 (65b4bee1-230d-4ffd-8593-1cf368c54481): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2693 | 2025.02.19 05:55:53.581365 [ 258 ] {60529b10-c32e-4548-89c9-8b660cfb8620} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 2694 | 2025.02.19 05:55:53.582423 [ 258 ] {60529b10-c32e-4548-89c9-8b660cfb8620} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2695 | 2025.02.19 05:55:53.582996 [ 258 ] {60529b10-c32e-4548-89c9-8b660cfb8620} <Trace> oximeter.fields_u32 (65b4bee1-230d-4ffd-8593-1cf368c54481): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2696 | 2025.02.19 05:55:53.583004 [ 199 ] {6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 566 rows, containing 5 columns (5 merged, 0 gathered) in 0.006922098 sec., 81767.11742595959 rows/sec., 5.41 MiB/sec. | ||
| 2697 | 2025.02.19 05:55:53.583264 [ 199 ] {6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2698 | 2025.02.19 05:55:53.583682 [ 258 ] {60529b10-c32e-4548-89c9-8b660cfb8620} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.006552 sec., 17246.64224664225 rows/sec., 1.12 MiB/sec. | ||
| 2699 | 2025.02.19 05:55:53.583839 [ 258 ] {60529b10-c32e-4548-89c9-8b660cfb8620} <Debug> TCPHandler: Processed in 0.007246233 sec. | ||
| 2700 | 2025.02.19 05:55:53.584008 [ 187 ] {6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f::all_1_11_2} <Trace> oximeter.fields_u16 (6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2701 | 2025.02.19 05:55:53.584020 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2702 | 2025.02.19 05:55:53.584166 [ 187 ] {6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f::all_1_11_2} <Trace> oximeter.fields_u16 (6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2703 | 2025.02.19 05:55:53.584212 [ 254 ] {d09bee21-7d14-4243-a9bd-d52a581943ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 2704 | 2025.02.19 05:55:53.584309 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 2705 | 2025.02.19 05:55:53.584331 [ 254 ] {d09bee21-7d14-4243-a9bd-d52a581943ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 2706 | 2025.02.19 05:55:53.585064 [ 254 ] {d09bee21-7d14-4243-a9bd-d52a581943ce} <Trace> oximeter.fields_u8 (cef67ce3-27e4-4c55-9365-409a4c7c6d8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2707 | 2025.02.19 05:55:53.585113 [ 254 ] {d09bee21-7d14-4243-a9bd-d52a581943ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 2708 | 2025.02.19 05:55:53.585493 [ 254 ] {d09bee21-7d14-4243-a9bd-d52a581943ce} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2709 | 2025.02.19 05:55:53.585737 [ 254 ] {d09bee21-7d14-4243-a9bd-d52a581943ce} <Trace> oximeter.fields_u8 (cef67ce3-27e4-4c55-9365-409a4c7c6d8e): 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.02.19 05:55:53.585914 [ 125 ] {} <Debug> oximeter.fields_u8 (cef67ce3-27e4-4c55-9365-409a4c7c6d8e) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 2711 | 2025.02.19 05:55:53.585977 [ 125 ] {} <Trace> oximeter.fields_u8 (cef67ce3-27e4-4c55-9365-409a4c7c6d8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2712 | 2025.02.19 05:55:53.586003 [ 254 ] {d09bee21-7d14-4243-a9bd-d52a581943ce} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001834 sec., 61068.70229007634 rows/sec., 3.48 MiB/sec. | ||
| 2713 | 2025.02.19 05:55:53.586017 [ 125 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 2714 | 2025.02.19 05:55:53.586164 [ 254 ] {d09bee21-7d14-4243-a9bd-d52a581943ce} <Debug> TCPHandler: Processed in 0.002221808 sec. | ||
| 2715 | 2025.02.19 05:55:53.586245 [ 199 ] {cef67ce3-27e4-4c55-9365-409a4c7c6d8e::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 | ||
| 2716 | 2025.02.19 05:55:53.586373 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2717 | 2025.02.19 05:55:53.586448 [ 199 ] {cef67ce3-27e4-4c55-9365-409a4c7c6d8e::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2718 | 2025.02.19 05:55:53.586524 [ 199 ] {cef67ce3-27e4-4c55-9365-409a4c7c6d8e::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 | ||
| 2719 | 2025.02.19 05:55:53.586625 [ 258 ] {a8062068-3758-4775-9a87-e48af33d500b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2720 | 2025.02.19 05:55:53.586795 [ 199 ] {cef67ce3-27e4-4c55-9365-409a4c7c6d8e::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 | ||
| 2721 | 2025.02.19 05:55:53.586842 [ 258 ] {a8062068-3758-4775-9a87-e48af33d500b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2722 | 2025.02.19 05:55:53.587110 [ 199 ] {cef67ce3-27e4-4c55-9365-409a4c7c6d8e::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 | ||
| 2723 | 2025.02.19 05:55:53.587415 [ 199 ] {cef67ce3-27e4-4c55-9365-409a4c7c6d8e::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 | ||
| 2724 | 2025.02.19 05:55:53.587721 [ 199 ] {cef67ce3-27e4-4c55-9365-409a4c7c6d8e::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 | ||
| 2725 | 2025.02.19 05:55:53.589738 [ 258 ] {a8062068-3758-4775-9a87-e48af33d500b} <Trace> oximeter.fields_uuid (3e28ef33-2603-423e-a1ee-258fce097b7c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2726 | 2025.02.19 05:55:53.589804 [ 258 ] {a8062068-3758-4775-9a87-e48af33d500b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 2727 | 2025.02.19 05:55:53.590292 [ 189 ] {cef67ce3-27e4-4c55-9365-409a4c7c6d8e::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.004171871 sec., 134232.33843999493 rows/sec., 8.16 MiB/sec. | ||
| 2728 | 2025.02.19 05:55:53.590531 [ 189 ] {cef67ce3-27e4-4c55-9365-409a4c7c6d8e::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 2729 | 2025.02.19 05:55:53.590587 [ 258 ] {a8062068-3758-4775-9a87-e48af33d500b} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2730 | 2025.02.19 05:55:53.591112 [ 258 ] {a8062068-3758-4775-9a87-e48af33d500b} <Trace> oximeter.fields_uuid (3e28ef33-2603-423e-a1ee-258fce097b7c): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2731 | 2025.02.19 05:55:53.591178 [ 189 ] {cef67ce3-27e4-4c55-9365-409a4c7c6d8e::all_1_5_1} <Trace> oximeter.fields_u8 (cef67ce3-27e4-4c55-9365-409a4c7c6d8e): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2732 | 2025.02.19 05:55:53.591379 [ 125 ] {} <Debug> oximeter.fields_uuid (3e28ef33-2603-423e-a1ee-258fce097b7c) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2733 | 2025.02.19 05:55:53.591402 [ 189 ] {cef67ce3-27e4-4c55-9365-409a4c7c6d8e::all_1_5_1} <Trace> oximeter.fields_u8 (cef67ce3-27e4-4c55-9365-409a4c7c6d8e) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 2734 | 2025.02.19 05:55:53.591465 [ 125 ] {} <Trace> oximeter.fields_uuid (3e28ef33-2603-423e-a1ee-258fce097b7c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2735 | 2025.02.19 05:55:53.591543 [ 125 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 2736 | 2025.02.19 05:55:53.591842 [ 258 ] {a8062068-3758-4775-9a87-e48af33d500b} <Debug> executeQuery: Read 409 rows, 29.75 KiB in 0.005236 sec., 78113.06340718105 rows/sec., 5.55 MiB/sec. | ||
| 2737 | 2025.02.19 05:55:53.591972 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 2738 | 2025.02.19 05:55:53.592134 [ 199 ] {3e28ef33-2603-423e-a1ee-258fce097b7c::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 | ||
| 2739 | 2025.02.19 05:55:53.592310 [ 258 ] {a8062068-3758-4775-9a87-e48af33d500b} <Debug> TCPHandler: Processed in 0.006018392 sec. | ||
| 2740 | 2025.02.19 05:55:53.592501 [ 199 ] {3e28ef33-2603-423e-a1ee-258fce097b7c::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2741 | 2025.02.19 05:55:53.592517 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2742 | 2025.02.19 05:55:53.592564 [ 199 ] {3e28ef33-2603-423e-a1ee-258fce097b7c::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 | ||
| 2743 | 2025.02.19 05:55:53.592873 [ 199 ] {3e28ef33-2603-423e-a1ee-258fce097b7c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 72 rows starting from the beginning of the part | ||
| 2744 | 2025.02.19 05:55:53.592900 [ 254 ] {6d96d9c8-3325-4cec-860f-8e017309105b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 2745 | 2025.02.19 05:55:53.593156 [ 199 ] {3e28ef33-2603-423e-a1ee-258fce097b7c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 409 rows starting from the beginning of the part | ||
| 2746 | 2025.02.19 05:55:53.593133 [ 254 ] {6d96d9c8-3325-4cec-860f-8e017309105b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 2747 | 2025.02.19 05:55:53.593444 [ 199 ] {3e28ef33-2603-423e-a1ee-258fce097b7c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 538 rows starting from the beginning of the part | ||
| 2748 | 2025.02.19 05:55:53.593776 [ 199 ] {3e28ef33-2603-423e-a1ee-258fce097b7c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 64 rows starting from the beginning of the part | ||
| 2749 | 2025.02.19 05:55:53.594070 [ 199 ] {3e28ef33-2603-423e-a1ee-258fce097b7c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 409 rows starting from the beginning of the part | ||
| 2750 | 2025.02.19 05:55:53.595520 [ 254 ] {6d96d9c8-3325-4cec-860f-8e017309105b} <Trace> oximeter.measurements_bool (16e9d126-bc56-4e42-988e-352459bd24dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2751 | 2025.02.19 05:55:53.595587 [ 254 ] {6d96d9c8-3325-4cec-860f-8e017309105b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 2752 | 2025.02.19 05:55:53.596521 [ 254 ] {6d96d9c8-3325-4cec-860f-8e017309105b} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2753 | 2025.02.19 05:55:53.596813 [ 254 ] {6d96d9c8-3325-4cec-860f-8e017309105b} <Trace> oximeter.measurements_bool (16e9d126-bc56-4e42-988e-352459bd24dc): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2754 | 2025.02.19 05:55:53.597475 [ 254 ] {6d96d9c8-3325-4cec-860f-8e017309105b} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004748 sec., 1263.6899747262007 rows/sec., 66.02 KiB/sec. | ||
| 2755 | 2025.02.19 05:55:53.597741 [ 254 ] {6d96d9c8-3325-4cec-860f-8e017309105b} <Debug> TCPHandler: Processed in 0.00530846 sec. | ||
| 2756 | 2025.02.19 05:55:53.597760 [ 199 ] {3e28ef33-2603-423e-a1ee-258fce097b7c::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2378 rows, containing 5 columns (5 merged, 0 gathered) in 0.006065153 sec., 392075.84705612535 rows/sec., 29.99 MiB/sec. | ||
| 2757 | 2025.02.19 05:55:53.598025 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2758 | 2025.02.19 05:55:53.598102 [ 199 ] {3e28ef33-2603-423e-a1ee-258fce097b7c::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2759 | 2025.02.19 05:55:53.598277 [ 258 ] {e68de1cf-dfc2-4fbb-b714-e890f91fdb95} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2760 | 2025.02.19 05:55:53.598364 [ 258 ] {e68de1cf-dfc2-4fbb-b714-e890f91fdb95} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2761 | 2025.02.19 05:55:53.598739 [ 199 ] {3e28ef33-2603-423e-a1ee-258fce097b7c::all_1_16_3} <Trace> oximeter.fields_uuid (3e28ef33-2603-423e-a1ee-258fce097b7c): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2762 | 2025.02.19 05:55:53.598965 [ 199 ] {3e28ef33-2603-423e-a1ee-258fce097b7c::all_1_16_3} <Trace> oximeter.fields_uuid (3e28ef33-2603-423e-a1ee-258fce097b7c) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2763 | 2025.02.19 05:55:53.599143 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
| 2764 | 2025.02.19 05:55:53.599479 [ 258 ] {e68de1cf-dfc2-4fbb-b714-e890f91fdb95} <Trace> oximeter.measurements_cumulativeu64 (12ad3da5-8862-4a0c-98f0-1a099eec319b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2765 | 2025.02.19 05:55:53.599525 [ 258 ] {e68de1cf-dfc2-4fbb-b714-e890f91fdb95} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 2766 | 2025.02.19 05:55:53.599931 [ 258 ] {e68de1cf-dfc2-4fbb-b714-e890f91fdb95} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2767 | 2025.02.19 05:55:53.600194 [ 258 ] {e68de1cf-dfc2-4fbb-b714-e890f91fdb95} <Trace> oximeter.measurements_cumulativeu64 (12ad3da5-8862-4a0c-98f0-1a099eec319b): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2768 | 2025.02.19 05:55:53.600355 [ 125 ] {} <Debug> oximeter.measurements_cumulativeu64 (12ad3da5-8862-4a0c-98f0-1a099eec319b) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2769 | 2025.02.19 05:55:53.600415 [ 125 ] {} <Trace> oximeter.measurements_cumulativeu64 (12ad3da5-8862-4a0c-98f0-1a099eec319b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2770 | 2025.02.19 05:55:53.600448 [ 125 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 2771 | 2025.02.19 05:55:53.600455 [ 258 ] {e68de1cf-dfc2-4fbb-b714-e890f91fdb95} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002267 sec., 104543.44949272166 rows/sec., 7.01 MiB/sec. | ||
| 2772 | 2025.02.19 05:55:53.600778 [ 195 ] {12ad3da5-8862-4a0c-98f0-1a099eec319b::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 | ||
| 2773 | 2025.02.19 05:55:53.600934 [ 258 ] {e68de1cf-dfc2-4fbb-b714-e890f91fdb95} <Debug> TCPHandler: Processed in 0.003057642 sec. | ||
| 2774 | 2025.02.19 05:55:53.601179 [ 195 ] {12ad3da5-8862-4a0c-98f0-1a099eec319b::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2775 | 2025.02.19 05:55:53.601206 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2776 | 2025.02.19 05:55:53.601231 [ 195 ] {12ad3da5-8862-4a0c-98f0-1a099eec319b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 3815 rows starting from the beginning of the part | ||
| 2777 | 2025.02.19 05:55:53.601523 [ 195 ] {12ad3da5-8862-4a0c-98f0-1a099eec319b::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 | ||
| 2778 | 2025.02.19 05:55:53.601616 [ 254 ] {0ea992d0-33ee-4bef-bb82-ae60389bc969} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 2779 | 2025.02.19 05:55:53.601764 [ 195 ] {12ad3da5-8862-4a0c-98f0-1a099eec319b::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 | ||
| 2780 | 2025.02.19 05:55:53.601875 [ 254 ] {0ea992d0-33ee-4bef-bb82-ae60389bc969} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 2781 | 2025.02.19 05:55:53.602045 [ 195 ] {12ad3da5-8862-4a0c-98f0-1a099eec319b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 979 rows starting from the beginning of the part | ||
| 2782 | 2025.02.19 05:55:53.602358 [ 195 ] {12ad3da5-8862-4a0c-98f0-1a099eec319b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 32 rows starting from the beginning of the part | ||
| 2783 | 2025.02.19 05:55:53.602783 [ 195 ] {12ad3da5-8862-4a0c-98f0-1a099eec319b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 237 rows starting from the beginning of the part | ||
| 2784 | 2025.02.19 05:55:53.604264 [ 254 ] {0ea992d0-33ee-4bef-bb82-ae60389bc969} <Trace> oximeter.measurements_f64 (338bebf0-eeef-41b9-b679-f4717a277180): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2785 | 2025.02.19 05:55:53.604317 [ 254 ] {0ea992d0-33ee-4bef-bb82-ae60389bc969} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 2786 | 2025.02.19 05:55:53.605084 [ 254 ] {0ea992d0-33ee-4bef-bb82-ae60389bc969} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2787 | 2025.02.19 05:55:53.605658 [ 254 ] {0ea992d0-33ee-4bef-bb82-ae60389bc969} <Trace> oximeter.measurements_f64 (338bebf0-eeef-41b9-b679-f4717a277180): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2788 | 2025.02.19 05:55:53.606037 [ 254 ] {0ea992d0-33ee-4bef-bb82-ae60389bc969} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004636 sec., 215.7031924072476 rows/sec., 14.53 KiB/sec. | ||
| 2789 | 2025.02.19 05:55:53.606114 [ 254 ] {0ea992d0-33ee-4bef-bb82-ae60389bc969} <Debug> TCPHandler: Processed in 0.005019625 sec. | ||
| 2790 | 2025.02.19 05:55:53.606298 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2791 | 2025.02.19 05:55:53.606529 [ 258 ] {af9d2844-b909-4e44-885c-b3c482f853a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2792 | 2025.02.19 05:55:53.606619 [ 258 ] {af9d2844-b909-4e44-885c-b3c482f853a7} <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 | ||
| 2793 | 2025.02.19 05:55:53.607684 [ 195 ] {12ad3da5-8862-4a0c-98f0-1a099eec319b::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5460 rows, containing 5 columns (5 merged, 0 gathered) in 0.007145001 sec., 764170.6418235631 rows/sec., 51.54 MiB/sec. | ||
| 2794 | 2025.02.19 05:55:53.608155 [ 195 ] {12ad3da5-8862-4a0c-98f0-1a099eec319b::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2795 | 2025.02.19 05:55:53.608551 [ 258 ] {af9d2844-b909-4e44-885c-b3c482f853a7} <Trace> oximeter.measurements_histogramu64 (7e806432-9fb0-4852-8b8d-11fed24611fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2796 | 2025.02.19 05:55:53.608612 [ 258 ] {af9d2844-b909-4e44-885c-b3c482f853a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 2797 | 2025.02.19 05:55:53.608961 [ 195 ] {12ad3da5-8862-4a0c-98f0-1a099eec319b::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (12ad3da5-8862-4a0c-98f0-1a099eec319b): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2798 | 2025.02.19 05:55:53.609131 [ 195 ] {12ad3da5-8862-4a0c-98f0-1a099eec319b::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (12ad3da5-8862-4a0c-98f0-1a099eec319b) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2799 | 2025.02.19 05:55:53.609301 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.04 MiB. | ||
| 2800 | 2025.02.19 05:55:53.609734 [ 258 ] {af9d2844-b909-4e44-885c-b3c482f853a7} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2801 | 2025.02.19 05:55:53.610017 [ 258 ] {af9d2844-b909-4e44-885c-b3c482f853a7} <Trace> oximeter.measurements_histogramu64 (7e806432-9fb0-4852-8b8d-11fed24611fa): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2802 | 2025.02.19 05:55:53.610204 [ 125 ] {} <Debug> oximeter.measurements_histogramu64 (7e806432-9fb0-4852-8b8d-11fed24611fa) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2803 | 2025.02.19 05:55:53.610280 [ 125 ] {} <Trace> oximeter.measurements_histogramu64 (7e806432-9fb0-4852-8b8d-11fed24611fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2804 | 2025.02.19 05:55:53.610322 [ 125 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 2805 | 2025.02.19 05:55:53.610329 [ 258 ] {af9d2844-b909-4e44-885c-b3c482f853a7} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.003862 sec., 6991.196271361989 rows/sec., 12.53 MiB/sec. | ||
| 2806 | 2025.02.19 05:55:53.610738 [ 195 ] {7e806432-9fb0-4852-8b8d-11fed24611fa::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 | ||
| 2807 | 2025.02.19 05:55:53.611071 [ 258 ] {af9d2844-b909-4e44-885c-b3c482f853a7} <Debug> TCPHandler: Processed in 0.004852822 sec. | ||
| 2808 | 2025.02.19 05:55:53.611457 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2809 | 2025.02.19 05:55:53.611782 [ 254 ] {a8a9dffb-c6ac-4d1f-9b74-32e9f645a233} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2810 | 2025.02.19 05:55:53.611841 [ 195 ] {7e806432-9fb0-4852-8b8d-11fed24611fa::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2811 | 2025.02.19 05:55:53.611903 [ 254 ] {a8a9dffb-c6ac-4d1f-9b74-32e9f645a233} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2812 | 2025.02.19 05:55:53.612037 [ 195 ] {7e806432-9fb0-4852-8b8d-11fed24611fa::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 85 rows starting from the beginning of the part | ||
| 2813 | 2025.02.19 05:55:53.612963 [ 195 ] {7e806432-9fb0-4852-8b8d-11fed24611fa::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 27 rows starting from the beginning of the part | ||
| 2814 | 2025.02.19 05:55:53.613641 [ 195 ] {7e806432-9fb0-4852-8b8d-11fed24611fa::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 | ||
| 2815 | 2025.02.19 05:55:53.614262 [ 254 ] {a8a9dffb-c6ac-4d1f-9b74-32e9f645a233} <Trace> oximeter.measurements_u64 (fe0987d5-5b8f-48d5-a303-9c895ee7970c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2816 | 2025.02.19 05:55:53.614351 [ 254 ] {a8a9dffb-c6ac-4d1f-9b74-32e9f645a233} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 2817 | 2025.02.19 05:55:53.614422 [ 195 ] {7e806432-9fb0-4852-8b8d-11fed24611fa::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 27 rows starting from the beginning of the part | ||
| 2818 | 2025.02.19 05:55:53.615072 [ 195 ] {7e806432-9fb0-4852-8b8d-11fed24611fa::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 | ||
| 2819 | 2025.02.19 05:55:53.615714 [ 195 ] {7e806432-9fb0-4852-8b8d-11fed24611fa::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 27 rows starting from the beginning of the part | ||
| 2820 | 2025.02.19 05:55:53.615752 [ 254 ] {a8a9dffb-c6ac-4d1f-9b74-32e9f645a233} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2821 | 2025.02.19 05:55:53.616633 [ 254 ] {a8a9dffb-c6ac-4d1f-9b74-32e9f645a233} <Trace> oximeter.measurements_u64 (fe0987d5-5b8f-48d5-a303-9c895ee7970c): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2822 | 2025.02.19 05:55:53.616996 [ 125 ] {} <Debug> oximeter.measurements_u64 (fe0987d5-5b8f-48d5-a303-9c895ee7970c) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2823 | 2025.02.19 05:55:53.617111 [ 125 ] {} <Trace> oximeter.measurements_u64 (fe0987d5-5b8f-48d5-a303-9c895ee7970c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2824 | 2025.02.19 05:55:53.617179 [ 125 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 2825 | 2025.02.19 05:55:53.617244 [ 254 ] {a8a9dffb-c6ac-4d1f-9b74-32e9f645a233} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005552 sec., 14769.452449567725 rows/sec., 960.56 KiB/sec. | ||
| 2826 | 2025.02.19 05:55:53.617696 [ 254 ] {a8a9dffb-c6ac-4d1f-9b74-32e9f645a233} <Debug> TCPHandler: Processed in 0.00647428 sec. | ||
| 2827 | 2025.02.19 05:55:53.617735 [ 196 ] {fe0987d5-5b8f-48d5-a303-9c895ee7970c::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 | ||
| 2828 | 2025.02.19 05:55:53.618166 [ 196 ] {fe0987d5-5b8f-48d5-a303-9c895ee7970c::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2829 | 2025.02.19 05:55:53.618237 [ 196 ] {fe0987d5-5b8f-48d5-a303-9c895ee7970c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 558 rows starting from the beginning of the part | ||
| 2830 | 2025.02.19 05:55:53.618478 [ 196 ] {fe0987d5-5b8f-48d5-a303-9c895ee7970c::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 | ||
| 2831 | 2025.02.19 05:55:53.618797 [ 196 ] {fe0987d5-5b8f-48d5-a303-9c895ee7970c::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 | ||
| 2832 | 2025.02.19 05:55:53.619095 [ 196 ] {fe0987d5-5b8f-48d5-a303-9c895ee7970c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 48 rows starting from the beginning of the part | ||
| 2833 | 2025.02.19 05:55:53.619420 [ 196 ] {fe0987d5-5b8f-48d5-a303-9c895ee7970c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 12 rows starting from the beginning of the part | ||
| 2834 | 2025.02.19 05:55:53.619704 [ 196 ] {fe0987d5-5b8f-48d5-a303-9c895ee7970c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 82 rows starting from the beginning of the part | ||
| 2835 | 2025.02.19 05:55:53.623239 [ 196 ] {fe0987d5-5b8f-48d5-a303-9c895ee7970c::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 842 rows, containing 4 columns (4 merged, 0 gathered) in 0.005904001 sec., 142615.15199607858 rows/sec., 9.33 MiB/sec. | ||
| 2836 | 2025.02.19 05:55:53.623633 [ 196 ] {fe0987d5-5b8f-48d5-a303-9c895ee7970c::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2837 | 2025.02.19 05:55:53.624284 [ 196 ] {fe0987d5-5b8f-48d5-a303-9c895ee7970c::all_1_16_3} <Trace> oximeter.measurements_u64 (fe0987d5-5b8f-48d5-a303-9c895ee7970c): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2838 | 2025.02.19 05:55:53.624481 [ 196 ] {fe0987d5-5b8f-48d5-a303-9c895ee7970c::all_1_16_3} <Trace> oximeter.measurements_u64 (fe0987d5-5b8f-48d5-a303-9c895ee7970c) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2839 | 2025.02.19 05:55:53.624727 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.37 MiB. | ||
| 2840 | 2025.02.19 05:55:53.624996 [ 196 ] {7e806432-9fb0-4852-8b8d-11fed24611fa::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 182 rows, containing 19 columns (19 merged, 0 gathered) in 0.014584948 sec., 12478.618367374364 rows/sec., 22.36 MiB/sec. | ||
| 2841 | 2025.02.19 05:55:53.625380 [ 200 ] {7e806432-9fb0-4852-8b8d-11fed24611fa::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2842 | 2025.02.19 05:55:53.625826 [ 200 ] {7e806432-9fb0-4852-8b8d-11fed24611fa::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (7e806432-9fb0-4852-8b8d-11fed24611fa): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2843 | 2025.02.19 05:55:53.625916 [ 200 ] {7e806432-9fb0-4852-8b8d-11fed24611fa::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (7e806432-9fb0-4852-8b8d-11fed24611fa) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2844 | 2025.02.19 05:55:53.626062 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.19 MiB. | ||
| 2845 | 2025.02.19 05:55:57.600818 [ 54 ] {} <Debug> oximeter.timeseries_schema (86ef1e60-00e1-4f5f-bbc7-09b3fbfc4e7e) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 2846 | 2025.02.19 05:55:57.600882 [ 54 ] {} <Trace> oximeter.timeseries_schema (86ef1e60-00e1-4f5f-bbc7-09b3fbfc4e7e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2847 | 2025.02.19 05:55:57.600905 [ 54 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 2848 | 2025.02.19 05:55:57.601065 [ 195 ] {86ef1e60-00e1-4f5f-bbc7-09b3fbfc4e7e::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 | ||
| 2849 | 2025.02.19 05:55:57.601392 [ 195 ] {86ef1e60-00e1-4f5f-bbc7-09b3fbfc4e7e::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2850 | 2025.02.19 05:55:57.601440 [ 195 ] {86ef1e60-00e1-4f5f-bbc7-09b3fbfc4e7e::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 18 rows starting from the beginning of the part | ||
| 2851 | 2025.02.19 05:55:57.601538 [ 195 ] {86ef1e60-00e1-4f5f-bbc7-09b3fbfc4e7e::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 | ||
| 2852 | 2025.02.19 05:55:57.601688 [ 195 ] {86ef1e60-00e1-4f5f-bbc7-09b3fbfc4e7e::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 16 rows starting from the beginning of the part | ||
| 2853 | 2025.02.19 05:55:57.601866 [ 195 ] {86ef1e60-00e1-4f5f-bbc7-09b3fbfc4e7e::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 6 rows starting from the beginning of the part | ||
| 2854 | 2025.02.19 05:55:57.601943 [ 195 ] {86ef1e60-00e1-4f5f-bbc7-09b3fbfc4e7e::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 | ||
| 2855 | 2025.02.19 05:55:57.604092 [ 200 ] {86ef1e60-00e1-4f5f-bbc7-09b3fbfc4e7e::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 42 rows, containing 6 columns (6 merged, 0 gathered) in 0.003108043 sec., 13513.32655307536 rows/sec., 2.82 MiB/sec. | ||
| 2856 | 2025.02.19 05:55:57.604272 [ 195 ] {86ef1e60-00e1-4f5f-bbc7-09b3fbfc4e7e::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 2857 | 2025.02.19 05:55:57.604679 [ 195 ] {86ef1e60-00e1-4f5f-bbc7-09b3fbfc4e7e::all_1_5_1} <Trace> oximeter.timeseries_schema (86ef1e60-00e1-4f5f-bbc7-09b3fbfc4e7e): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2858 | 2025.02.19 05:55:57.604762 [ 195 ] {86ef1e60-00e1-4f5f-bbc7-09b3fbfc4e7e::all_1_5_1} <Trace> oximeter.timeseries_schema (86ef1e60-00e1-4f5f-bbc7-09b3fbfc4e7e) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 2859 | 2025.02.19 05:55:57.604846 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
| 2860 | 2025.02.19 05:55:57.973523 [ 45 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 2861 | 2025.02.19 05:55:57.973576 [ 45 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 2862 | 2025.02.19 05:55:58.064760 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 5551 | ||
| 2863 | 2025.02.19 05:55:58.065490 [ 244 ] {} <Trace> system.asynchronous_metric_log (5573eb27-0871-4eb5-bfd6-93b6d6d4142e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2864 | 2025.02.19 05:55:58.065537 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 2865 | 2025.02.19 05:55:58.066105 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2866 | 2025.02.19 05:55:58.066402 [ 244 ] {} <Trace> system.asynchronous_metric_log (5573eb27-0871-4eb5-bfd6-93b6d6d4142e): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2867 | 2025.02.19 05:55:58.066741 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5551 | ||
| 2868 | 2025.02.19 05:55:58.084400 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 412 | ||
| 2869 | 2025.02.19 05:55:58.087925 [ 242 ] {} <Trace> system.query_log (c5831a85-9043-4d4c-a5be-d968cb126303): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2870 | 2025.02.19 05:55:58.087986 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 2871 | 2025.02.19 05:55:58.089529 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2872 | 2025.02.19 05:55:58.089847 [ 242 ] {} <Trace> system.query_log (c5831a85-9043-4d4c-a5be-d968cb126303): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2873 | 2025.02.19 05:55:58.090492 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 412 | ||
| 2874 | 2025.02.19 05:55:58.437710 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 91 | ||
| 2875 | 2025.02.19 05:55:58.457564 [ 243 ] {} <Trace> system.metric_log (636422f3-000f-4feb-9852-006313efe3e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2876 | 2025.02.19 05:55:58.457632 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 2877 | 2025.02.19 05:55:58.465117 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2878 | 2025.02.19 05:55:58.465958 [ 243 ] {} <Trace> system.metric_log (636422f3-000f-4feb-9852-006313efe3e0): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2879 | 2025.02.19 05:55:58.469046 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 91 | ||
| 2880 | 2025.02.19 05:55:58.556405 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2881 | 2025.02.19 05:55:58.556600 [ 254 ] {6c1b987a-d1f0-4cc8-95b7-b99884ef108a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2882 | 2025.02.19 05:55:58.556674 [ 254 ] {6c1b987a-d1f0-4cc8-95b7-b99884ef108a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2883 | 2025.02.19 05:55:58.557482 [ 254 ] {6c1b987a-d1f0-4cc8-95b7-b99884ef108a} <Trace> oximeter.fields_string (2fcca75a-374a-4c87-833b-a981a707b5d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2884 | 2025.02.19 05:55:58.557533 [ 254 ] {6c1b987a-d1f0-4cc8-95b7-b99884ef108a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 2885 | 2025.02.19 05:55:58.558000 [ 254 ] {6c1b987a-d1f0-4cc8-95b7-b99884ef108a} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 2886 | 2025.02.19 05:55:58.558260 [ 254 ] {6c1b987a-d1f0-4cc8-95b7-b99884ef108a} <Trace> oximeter.fields_string (2fcca75a-374a-4c87-833b-a981a707b5d9): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2887 | 2025.02.19 05:55:58.558487 [ 254 ] {6c1b987a-d1f0-4cc8-95b7-b99884ef108a} <Debug> executeQuery: Read 80 rows, 6.77 KiB in 0.00194 sec., 41237.113402061856 rows/sec., 3.41 MiB/sec. | ||
| 2888 | 2025.02.19 05:55:58.558544 [ 254 ] {6c1b987a-d1f0-4cc8-95b7-b99884ef108a} <Debug> TCPHandler: Processed in 0.002279239 sec. | ||
| 2889 | 2025.02.19 05:55:58.558734 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2890 | 2025.02.19 05:55:58.558875 [ 258 ] {7c49f439-a3ab-4700-ae03-c1e536cadfd8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2891 | 2025.02.19 05:55:58.558931 [ 258 ] {7c49f439-a3ab-4700-ae03-c1e536cadfd8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2892 | 2025.02.19 05:55:58.559542 [ 258 ] {7c49f439-a3ab-4700-ae03-c1e536cadfd8} <Trace> oximeter.fields_u16 (6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2893 | 2025.02.19 05:55:58.559582 [ 258 ] {7c49f439-a3ab-4700-ae03-c1e536cadfd8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 2894 | 2025.02.19 05:55:58.559947 [ 258 ] {7c49f439-a3ab-4700-ae03-c1e536cadfd8} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2895 | 2025.02.19 05:55:58.560204 [ 258 ] {7c49f439-a3ab-4700-ae03-c1e536cadfd8} <Trace> oximeter.fields_u16 (6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2896 | 2025.02.19 05:55:58.560416 [ 258 ] {7c49f439-a3ab-4700-ae03-c1e536cadfd8} <Debug> executeQuery: Read 12 rows, 924.00 B in 0.001572 sec., 7633.587786259542 rows/sec., 574.01 KiB/sec. | ||
| 2897 | 2025.02.19 05:55:58.560468 [ 258 ] {7c49f439-a3ab-4700-ae03-c1e536cadfd8} <Debug> TCPHandler: Processed in 0.001804131 sec. | ||
| 2898 | 2025.02.19 05:55:58.560625 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2899 | 2025.02.19 05:55:58.560754 [ 254 ] {ab1ba7ae-a02f-4864-afc5-20af826ecece} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2900 | 2025.02.19 05:55:58.560809 [ 254 ] {ab1ba7ae-a02f-4864-afc5-20af826ecece} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2901 | 2025.02.19 05:55:58.561463 [ 254 ] {ab1ba7ae-a02f-4864-afc5-20af826ecece} <Trace> oximeter.fields_uuid (3e28ef33-2603-423e-a1ee-258fce097b7c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2902 | 2025.02.19 05:55:58.561502 [ 254 ] {ab1ba7ae-a02f-4864-afc5-20af826ecece} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 2903 | 2025.02.19 05:55:58.561862 [ 254 ] {ab1ba7ae-a02f-4864-afc5-20af826ecece} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 2904 | 2025.02.19 05:55:58.562099 [ 254 ] {ab1ba7ae-a02f-4864-afc5-20af826ecece} <Trace> oximeter.fields_uuid (3e28ef33-2603-423e-a1ee-258fce097b7c): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2905 | 2025.02.19 05:55:58.562298 [ 254 ] {ab1ba7ae-a02f-4864-afc5-20af826ecece} <Debug> executeQuery: Read 82 rows, 6.56 KiB in 0.001572 sec., 52162.849872773535 rows/sec., 4.07 MiB/sec. | ||
| 2906 | 2025.02.19 05:55:58.562352 [ 254 ] {ab1ba7ae-a02f-4864-afc5-20af826ecece} <Debug> TCPHandler: Processed in 0.001790261 sec. | ||
| 2907 | 2025.02.19 05:55:58.562505 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2908 | 2025.02.19 05:55:58.562614 [ 258 ] {17d0a5d9-1eea-40df-a9e3-41b7792caa5d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2909 | 2025.02.19 05:55:58.562663 [ 258 ] {17d0a5d9-1eea-40df-a9e3-41b7792caa5d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2910 | 2025.02.19 05:55:58.563173 [ 258 ] {17d0a5d9-1eea-40df-a9e3-41b7792caa5d} <Trace> oximeter.measurements_cumulativeu64 (12ad3da5-8862-4a0c-98f0-1a099eec319b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2911 | 2025.02.19 05:55:58.563213 [ 258 ] {17d0a5d9-1eea-40df-a9e3-41b7792caa5d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 2912 | 2025.02.19 05:55:58.563605 [ 258 ] {17d0a5d9-1eea-40df-a9e3-41b7792caa5d} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 2913 | 2025.02.19 05:55:58.563850 [ 258 ] {17d0a5d9-1eea-40df-a9e3-41b7792caa5d} <Trace> oximeter.measurements_cumulativeu64 (12ad3da5-8862-4a0c-98f0-1a099eec319b): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2914 | 2025.02.19 05:55:58.564057 [ 258 ] {17d0a5d9-1eea-40df-a9e3-41b7792caa5d} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001464 sec., 109289.6174863388 rows/sec., 7.61 MiB/sec. | ||
| 2915 | 2025.02.19 05:55:58.564108 [ 258 ] {17d0a5d9-1eea-40df-a9e3-41b7792caa5d} <Debug> TCPHandler: Processed in 0.001655648 sec. | ||
| 2916 | 2025.02.19 05:55:58.564252 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2917 | 2025.02.19 05:55:58.564365 [ 254 ] {a61a40e0-e444-4e1c-8258-16ca8f5acdf2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2918 | 2025.02.19 05:55:58.564445 [ 254 ] {a61a40e0-e444-4e1c-8258-16ca8f5acdf2} <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 | ||
| 2919 | 2025.02.19 05:55:58.565664 [ 254 ] {a61a40e0-e444-4e1c-8258-16ca8f5acdf2} <Trace> oximeter.measurements_histogramu64 (7e806432-9fb0-4852-8b8d-11fed24611fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2920 | 2025.02.19 05:55:58.565703 [ 254 ] {a61a40e0-e444-4e1c-8258-16ca8f5acdf2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 2921 | 2025.02.19 05:55:58.566321 [ 254 ] {a61a40e0-e444-4e1c-8258-16ca8f5acdf2} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2922 | 2025.02.19 05:55:58.566577 [ 254 ] {a61a40e0-e444-4e1c-8258-16ca8f5acdf2} <Trace> oximeter.measurements_histogramu64 (7e806432-9fb0-4852-8b8d-11fed24611fa): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2923 | 2025.02.19 05:55:58.566876 [ 254 ] {a61a40e0-e444-4e1c-8258-16ca8f5acdf2} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002538 sec., 4728.132387706856 rows/sec., 8.47 MiB/sec. | ||
| 2924 | 2025.02.19 05:55:58.567258 [ 254 ] {a61a40e0-e444-4e1c-8258-16ca8f5acdf2} <Debug> TCPHandler: Processed in 0.003057332 sec. | ||
| 2925 | 2025.02.19 05:55:58.567415 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2926 | 2025.02.19 05:55:58.567523 [ 258 ] {e7db2372-f2e0-4c5b-882d-7163fe20f340} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) | ||
| 2927 | 2025.02.19 05:55:58.567569 [ 258 ] {e7db2372-f2e0-4c5b-882d-7163fe20f340} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 2928 | 2025.02.19 05:55:58.568006 [ 258 ] {e7db2372-f2e0-4c5b-882d-7163fe20f340} <Trace> oximeter.measurements_i64 (8ed8704e-8f60-4b79-a684-fe4a57d0bf89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2929 | 2025.02.19 05:55:58.568045 [ 258 ] {e7db2372-f2e0-4c5b-882d-7163fe20f340} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 2930 | 2025.02.19 05:55:58.568409 [ 258 ] {e7db2372-f2e0-4c5b-882d-7163fe20f340} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 2931 | 2025.02.19 05:55:58.568657 [ 258 ] {e7db2372-f2e0-4c5b-882d-7163fe20f340} <Trace> oximeter.measurements_i64 (8ed8704e-8f60-4b79-a684-fe4a57d0bf89): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2932 | 2025.02.19 05:55:58.568920 [ 258 ] {e7db2372-f2e0-4c5b-882d-7163fe20f340} <Debug> executeQuery: Read 6 rows, 434.00 B in 0.0014 sec., 4285.714285714285 rows/sec., 302.73 KiB/sec. | ||
| 2933 | 2025.02.19 05:55:58.569034 [ 258 ] {e7db2372-f2e0-4c5b-882d-7163fe20f340} <Debug> TCPHandler: Processed in 0.001670938 sec. | ||
| 2934 | 2025.02.19 05:55:58.569181 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2935 | 2025.02.19 05:55:58.569306 [ 254 ] {2ce3c5ab-2149-4ca7-b3ba-a8decee244e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2936 | 2025.02.19 05:55:58.569359 [ 254 ] {2ce3c5ab-2149-4ca7-b3ba-a8decee244e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2937 | 2025.02.19 05:55:58.569907 [ 254 ] {2ce3c5ab-2149-4ca7-b3ba-a8decee244e6} <Trace> oximeter.measurements_u64 (fe0987d5-5b8f-48d5-a303-9c895ee7970c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2938 | 2025.02.19 05:55:58.569954 [ 254 ] {2ce3c5ab-2149-4ca7-b3ba-a8decee244e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 2939 | 2025.02.19 05:55:58.570425 [ 254 ] {2ce3c5ab-2149-4ca7-b3ba-a8decee244e6} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 2940 | 2025.02.19 05:55:58.570665 [ 254 ] {2ce3c5ab-2149-4ca7-b3ba-a8decee244e6} <Trace> oximeter.measurements_u64 (fe0987d5-5b8f-48d5-a303-9c895ee7970c): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2941 | 2025.02.19 05:55:58.570921 [ 254 ] {2ce3c5ab-2149-4ca7-b3ba-a8decee244e6} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001648 sec., 36407.76699029126 rows/sec., 2.45 MiB/sec. | ||
| 2942 | 2025.02.19 05:55:58.571114 [ 254 ] {2ce3c5ab-2149-4ca7-b3ba-a8decee244e6} <Debug> TCPHandler: Processed in 0.001984063 sec. | ||
| 2943 | 2025.02.19 05:56:03.562599 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2944 | 2025.02.19 05:56:03.562835 [ 254 ] {40064560-7d50-4515-a654-a9238baad4f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 2945 | 2025.02.19 05:56:03.562920 [ 254 ] {40064560-7d50-4515-a654-a9238baad4f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 2946 | 2025.02.19 05:56:03.563898 [ 254 ] {40064560-7d50-4515-a654-a9238baad4f4} <Trace> oximeter.fields_i16 (2bf1598c-a5a7-46ca-9aca-ef074bb76812): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2947 | 2025.02.19 05:56:03.563952 [ 254 ] {40064560-7d50-4515-a654-a9238baad4f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 2948 | 2025.02.19 05:56:03.564399 [ 254 ] {40064560-7d50-4515-a654-a9238baad4f4} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2949 | 2025.02.19 05:56:03.564663 [ 254 ] {40064560-7d50-4515-a654-a9238baad4f4} <Trace> oximeter.fields_i16 (2bf1598c-a5a7-46ca-9aca-ef074bb76812): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2950 | 2025.02.19 05:56:03.564910 [ 254 ] {40064560-7d50-4515-a654-a9238baad4f4} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002135 sec., 99297.4238875878 rows/sec., 6.32 MiB/sec. | ||
| 2951 | 2025.02.19 05:56:03.564977 [ 254 ] {40064560-7d50-4515-a654-a9238baad4f4} <Debug> TCPHandler: Processed in 0.002561323 sec. | ||
| 2952 | 2025.02.19 05:56:03.565161 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2953 | 2025.02.19 05:56:03.565284 [ 258 ] {e34f2ace-37d9-467d-8ee9-2727d3e59b7f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 2954 | 2025.02.19 05:56:03.565335 [ 258 ] {e34f2ace-37d9-467d-8ee9-2727d3e59b7f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 2955 | 2025.02.19 05:56:03.565890 [ 258 ] {e34f2ace-37d9-467d-8ee9-2727d3e59b7f} <Trace> oximeter.fields_ipaddr (46427d01-24ae-42d6-a7d5-07bdb2aa84f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2956 | 2025.02.19 05:56:03.565933 [ 258 ] {e34f2ace-37d9-467d-8ee9-2727d3e59b7f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 2957 | 2025.02.19 05:56:03.566296 [ 258 ] {e34f2ace-37d9-467d-8ee9-2727d3e59b7f} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 2958 | 2025.02.19 05:56:03.566556 [ 258 ] {e34f2ace-37d9-467d-8ee9-2727d3e59b7f} <Trace> oximeter.fields_ipaddr (46427d01-24ae-42d6-a7d5-07bdb2aa84f9): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2959 | 2025.02.19 05:56:03.566830 [ 258 ] {e34f2ace-37d9-467d-8ee9-2727d3e59b7f} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001565 sec., 2555.9105431309904 rows/sec., 208.42 KiB/sec. | ||
| 2960 | 2025.02.19 05:56:03.566962 [ 258 ] {e34f2ace-37d9-467d-8ee9-2727d3e59b7f} <Debug> TCPHandler: Processed in 0.001860112 sec. | ||
| 2961 | 2025.02.19 05:56:03.567116 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2962 | 2025.02.19 05:56:03.567248 [ 254 ] {830bbb7c-a495-443a-8af0-df2b1c32ab68} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2963 | 2025.02.19 05:56:03.567302 [ 254 ] {830bbb7c-a495-443a-8af0-df2b1c32ab68} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2964 | 2025.02.19 05:56:03.568135 [ 254 ] {830bbb7c-a495-443a-8af0-df2b1c32ab68} <Trace> oximeter.fields_string (2fcca75a-374a-4c87-833b-a981a707b5d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2965 | 2025.02.19 05:56:03.568175 [ 254 ] {830bbb7c-a495-443a-8af0-df2b1c32ab68} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 2966 | 2025.02.19 05:56:03.568591 [ 254 ] {830bbb7c-a495-443a-8af0-df2b1c32ab68} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 2967 | 2025.02.19 05:56:03.568833 [ 254 ] {830bbb7c-a495-443a-8af0-df2b1c32ab68} <Trace> oximeter.fields_string (2fcca75a-374a-4c87-833b-a981a707b5d9): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2968 | 2025.02.19 05:56:03.569069 [ 254 ] {830bbb7c-a495-443a-8af0-df2b1c32ab68} <Debug> executeQuery: Read 673 rows, 54.60 KiB in 0.001851 sec., 363587.25013506215 rows/sec., 28.81 MiB/sec. | ||
| 2969 | 2025.02.19 05:56:03.569123 [ 254 ] {830bbb7c-a495-443a-8af0-df2b1c32ab68} <Debug> TCPHandler: Processed in 0.002071706 sec. | ||
| 2970 | 2025.02.19 05:56:03.569269 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2971 | 2025.02.19 05:56:03.569400 [ 258 ] {699e238c-a5cf-4d27-8157-fba081a48828} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2972 | 2025.02.19 05:56:03.569455 [ 258 ] {699e238c-a5cf-4d27-8157-fba081a48828} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2973 | 2025.02.19 05:56:03.570066 [ 258 ] {699e238c-a5cf-4d27-8157-fba081a48828} <Trace> oximeter.fields_u16 (6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2974 | 2025.02.19 05:56:03.570111 [ 258 ] {699e238c-a5cf-4d27-8157-fba081a48828} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 2975 | 2025.02.19 05:56:03.570476 [ 258 ] {699e238c-a5cf-4d27-8157-fba081a48828} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2976 | 2025.02.19 05:56:03.570728 [ 258 ] {699e238c-a5cf-4d27-8157-fba081a48828} <Trace> oximeter.fields_u16 (6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2977 | 2025.02.19 05:56:03.570996 [ 258 ] {699e238c-a5cf-4d27-8157-fba081a48828} <Debug> executeQuery: Read 137 rows, 8.70 KiB in 0.001615 sec., 84829.7213622291 rows/sec., 5.26 MiB/sec. | ||
| 2978 | 2025.02.19 05:56:03.571181 [ 258 ] {699e238c-a5cf-4d27-8157-fba081a48828} <Debug> TCPHandler: Processed in 0.001972923 sec. | ||
| 2979 | 2025.02.19 05:56:03.571398 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2980 | 2025.02.19 05:56:03.571510 [ 254 ] {2b2be9a1-96b4-4950-948a-aa9315b01c98} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2981 | 2025.02.19 05:56:03.571561 [ 254 ] {2b2be9a1-96b4-4950-948a-aa9315b01c98} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2982 | 2025.02.19 05:56:03.572264 [ 254 ] {2b2be9a1-96b4-4950-948a-aa9315b01c98} <Trace> oximeter.fields_u32 (65b4bee1-230d-4ffd-8593-1cf368c54481): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2983 | 2025.02.19 05:56:03.572311 [ 254 ] {2b2be9a1-96b4-4950-948a-aa9315b01c98} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 2984 | 2025.02.19 05:56:03.572707 [ 254 ] {2b2be9a1-96b4-4950-948a-aa9315b01c98} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2985 | 2025.02.19 05:56:03.572952 [ 254 ] {2b2be9a1-96b4-4950-948a-aa9315b01c98} <Trace> oximeter.fields_u32 (65b4bee1-230d-4ffd-8593-1cf368c54481): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2986 | 2025.02.19 05:56:03.573165 [ 254 ] {2b2be9a1-96b4-4950-948a-aa9315b01c98} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001678 sec., 67342.07389749702 rows/sec., 4.36 MiB/sec. | ||
| 2987 | 2025.02.19 05:56:03.573219 [ 254 ] {2b2be9a1-96b4-4950-948a-aa9315b01c98} <Debug> TCPHandler: Processed in 0.001898782 sec. | ||
| 2988 | 2025.02.19 05:56:03.573358 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2989 | 2025.02.19 05:56:03.573467 [ 258 ] {b0eede7d-e6ec-4183-824d-affbe4f90dd8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 2990 | 2025.02.19 05:56:03.573512 [ 258 ] {b0eede7d-e6ec-4183-824d-affbe4f90dd8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 2991 | 2025.02.19 05:56:03.574220 [ 258 ] {b0eede7d-e6ec-4183-824d-affbe4f90dd8} <Trace> oximeter.fields_u8 (cef67ce3-27e4-4c55-9365-409a4c7c6d8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2992 | 2025.02.19 05:56:03.574268 [ 258 ] {b0eede7d-e6ec-4183-824d-affbe4f90dd8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 2993 | 2025.02.19 05:56:03.574669 [ 258 ] {b0eede7d-e6ec-4183-824d-affbe4f90dd8} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2994 | 2025.02.19 05:56:03.574916 [ 258 ] {b0eede7d-e6ec-4183-824d-affbe4f90dd8} <Trace> oximeter.fields_u8 (cef67ce3-27e4-4c55-9365-409a4c7c6d8e): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2995 | 2025.02.19 05:56:03.575229 [ 258 ] {b0eede7d-e6ec-4183-824d-affbe4f90dd8} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001763 sec., 63528.07714123653 rows/sec., 3.62 MiB/sec. | ||
| 2996 | 2025.02.19 05:56:03.575355 [ 258 ] {b0eede7d-e6ec-4183-824d-affbe4f90dd8} <Debug> TCPHandler: Processed in 0.002049444 sec. | ||
| 2997 | 2025.02.19 05:56:03.575495 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2998 | 2025.02.19 05:56:03.575621 [ 254 ] {4fcc54b9-7a62-4389-a705-ce30bc60928b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2999 | 2025.02.19 05:56:03.575741 [ 254 ] {4fcc54b9-7a62-4389-a705-ce30bc60928b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3000 | 2025.02.19 05:56:03.576540 [ 254 ] {4fcc54b9-7a62-4389-a705-ce30bc60928b} <Trace> oximeter.fields_uuid (3e28ef33-2603-423e-a1ee-258fce097b7c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3001 | 2025.02.19 05:56:03.576582 [ 254 ] {4fcc54b9-7a62-4389-a705-ce30bc60928b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 3002 | 2025.02.19 05:56:03.576962 [ 254 ] {4fcc54b9-7a62-4389-a705-ce30bc60928b} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3003 | 2025.02.19 05:56:03.577198 [ 254 ] {4fcc54b9-7a62-4389-a705-ce30bc60928b} <Trace> oximeter.fields_uuid (3e28ef33-2603-423e-a1ee-258fce097b7c): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3004 | 2025.02.19 05:56:03.577427 [ 254 ] {4fcc54b9-7a62-4389-a705-ce30bc60928b} <Debug> executeQuery: Read 413 rows, 30.07 KiB in 0.001835 sec., 225068.11989100816 rows/sec., 16.00 MiB/sec. | ||
| 3005 | 2025.02.19 05:56:03.577481 [ 254 ] {4fcc54b9-7a62-4389-a705-ce30bc60928b} <Debug> TCPHandler: Processed in 0.002038015 sec. | ||
| 3006 | 2025.02.19 05:56:03.577621 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3007 | 2025.02.19 05:56:03.577752 [ 258 ] {08cff94c-7640-43b5-804c-f49d4cd85301} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 3008 | 2025.02.19 05:56:03.577809 [ 258 ] {08cff94c-7640-43b5-804c-f49d4cd85301} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3009 | 2025.02.19 05:56:03.578352 [ 258 ] {08cff94c-7640-43b5-804c-f49d4cd85301} <Trace> oximeter.measurements_bool (16e9d126-bc56-4e42-988e-352459bd24dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3010 | 2025.02.19 05:56:03.578399 [ 258 ] {08cff94c-7640-43b5-804c-f49d4cd85301} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 3011 | 2025.02.19 05:56:03.578785 [ 258 ] {08cff94c-7640-43b5-804c-f49d4cd85301} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 3012 | 2025.02.19 05:56:03.579044 [ 258 ] {08cff94c-7640-43b5-804c-f49d4cd85301} <Trace> oximeter.measurements_bool (16e9d126-bc56-4e42-988e-352459bd24dc): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3013 | 2025.02.19 05:56:03.579214 [ 152 ] {} <Debug> oximeter.measurements_bool (16e9d126-bc56-4e42-988e-352459bd24dc) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 3014 | 2025.02.19 05:56:03.579283 [ 258 ] {08cff94c-7640-43b5-804c-f49d4cd85301} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001554 sec., 3861.003861003861 rows/sec., 201.72 KiB/sec. | ||
| 3015 | 2025.02.19 05:56:03.579294 [ 152 ] {} <Trace> oximeter.measurements_bool (16e9d126-bc56-4e42-988e-352459bd24dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3016 | 2025.02.19 05:56:03.579367 [ 152 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 3017 | 2025.02.19 05:56:03.579400 [ 258 ] {08cff94c-7640-43b5-804c-f49d4cd85301} <Debug> TCPHandler: Processed in 0.001838991 sec. | ||
| 3018 | 2025.02.19 05:56:03.579537 [ 198 ] {16e9d126-bc56-4e42-988e-352459bd24dc::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 | ||
| 3019 | 2025.02.19 05:56:03.579568 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3020 | 2025.02.19 05:56:03.579692 [ 198 ] {16e9d126-bc56-4e42-988e-352459bd24dc::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3021 | 2025.02.19 05:56:03.579737 [ 254 ] {6a088f96-b5a7-4495-86a0-a7304d9e6042} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3022 | 2025.02.19 05:56:03.579739 [ 198 ] {16e9d126-bc56-4e42-988e-352459bd24dc::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 | ||
| 3023 | 2025.02.19 05:56:03.579801 [ 254 ] {6a088f96-b5a7-4495-86a0-a7304d9e6042} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3024 | 2025.02.19 05:56:03.580017 [ 198 ] {16e9d126-bc56-4e42-988e-352459bd24dc::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 | ||
| 3025 | 2025.02.19 05:56:03.580445 [ 198 ] {16e9d126-bc56-4e42-988e-352459bd24dc::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 | ||
| 3026 | 2025.02.19 05:56:03.580750 [ 198 ] {16e9d126-bc56-4e42-988e-352459bd24dc::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 | ||
| 3027 | 2025.02.19 05:56:03.581119 [ 198 ] {16e9d126-bc56-4e42-988e-352459bd24dc::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 | ||
| 3028 | 2025.02.19 05:56:03.581452 [ 198 ] {16e9d126-bc56-4e42-988e-352459bd24dc::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 | ||
| 3029 | 2025.02.19 05:56:03.582308 [ 254 ] {6a088f96-b5a7-4495-86a0-a7304d9e6042} <Trace> oximeter.measurements_cumulativeu64 (12ad3da5-8862-4a0c-98f0-1a099eec319b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3030 | 2025.02.19 05:56:03.582352 [ 254 ] {6a088f96-b5a7-4495-86a0-a7304d9e6042} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 3031 | 2025.02.19 05:56:03.583025 [ 254 ] {6a088f96-b5a7-4495-86a0-a7304d9e6042} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3032 | 2025.02.19 05:56:03.583218 [ 195 ] {16e9d126-bc56-4e42-988e-352459bd24dc::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 4 columns (4 merged, 0 gathered) in 0.003745444 sec., 9611.677547441639 rows/sec., 502.17 KiB/sec. | ||
| 3033 | 2025.02.19 05:56:03.583413 [ 254 ] {6a088f96-b5a7-4495-86a0-a7304d9e6042} <Trace> oximeter.measurements_cumulativeu64 (12ad3da5-8862-4a0c-98f0-1a099eec319b): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3034 | 2025.02.19 05:56:03.583478 [ 195 ] {16e9d126-bc56-4e42-988e-352459bd24dc::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 3035 | 2025.02.19 05:56:03.584015 [ 254 ] {6a088f96-b5a7-4495-86a0-a7304d9e6042} <Debug> executeQuery: Read 239 rows, 16.41 KiB in 0.004256 sec., 56156.015037593985 rows/sec., 3.76 MiB/sec. | ||
| 3036 | 2025.02.19 05:56:03.584339 [ 254 ] {6a088f96-b5a7-4495-86a0-a7304d9e6042} <Debug> TCPHandler: Processed in 0.004840872 sec. | ||
| 3037 | 2025.02.19 05:56:03.584355 [ 195 ] {16e9d126-bc56-4e42-988e-352459bd24dc::all_1_6_1} <Trace> oximeter.measurements_bool (16e9d126-bc56-4e42-988e-352459bd24dc): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3038 | 2025.02.19 05:56:03.584549 [ 195 ] {16e9d126-bc56-4e42-988e-352459bd24dc::all_1_6_1} <Trace> oximeter.measurements_bool (16e9d126-bc56-4e42-988e-352459bd24dc) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 3039 | 2025.02.19 05:56:03.584560 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3040 | 2025.02.19 05:56:03.584716 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 3041 | 2025.02.19 05:56:03.584789 [ 258 ] {01dab4e6-80cb-40e3-965a-acc162fe13c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 3042 | 2025.02.19 05:56:03.584854 [ 258 ] {01dab4e6-80cb-40e3-965a-acc162fe13c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 3043 | 2025.02.19 05:56:03.585412 [ 258 ] {01dab4e6-80cb-40e3-965a-acc162fe13c6} <Trace> oximeter.measurements_f64 (338bebf0-eeef-41b9-b679-f4717a277180): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3044 | 2025.02.19 05:56:03.585461 [ 258 ] {01dab4e6-80cb-40e3-965a-acc162fe13c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 3045 | 2025.02.19 05:56:03.585850 [ 258 ] {01dab4e6-80cb-40e3-965a-acc162fe13c6} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 3046 | 2025.02.19 05:56:03.586094 [ 258 ] {01dab4e6-80cb-40e3-965a-acc162fe13c6} <Trace> oximeter.measurements_f64 (338bebf0-eeef-41b9-b679-f4717a277180): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3047 | 2025.02.19 05:56:03.586256 [ 152 ] {} <Debug> oximeter.measurements_f64 (338bebf0-eeef-41b9-b679-f4717a277180) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 3048 | 2025.02.19 05:56:03.586312 [ 152 ] {} <Trace> oximeter.measurements_f64 (338bebf0-eeef-41b9-b679-f4717a277180): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3049 | 2025.02.19 05:56:03.586345 [ 258 ] {01dab4e6-80cb-40e3-965a-acc162fe13c6} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001596 sec., 626.5664160401003 rows/sec., 42.22 KiB/sec. | ||
| 3050 | 2025.02.19 05:56:03.586354 [ 152 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 3051 | 2025.02.19 05:56:03.586489 [ 258 ] {01dab4e6-80cb-40e3-965a-acc162fe13c6} <Debug> TCPHandler: Processed in 0.002040995 sec. | ||
| 3052 | 2025.02.19 05:56:03.586540 [ 198 ] {338bebf0-eeef-41b9-b679-f4717a277180::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 | ||
| 3053 | 2025.02.19 05:56:03.586651 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3054 | 2025.02.19 05:56:03.586666 [ 198 ] {338bebf0-eeef-41b9-b679-f4717a277180::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3055 | 2025.02.19 05:56:03.586700 [ 198 ] {338bebf0-eeef-41b9-b679-f4717a277180::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 2 rows starting from the beginning of the part | ||
| 3056 | 2025.02.19 05:56:03.586813 [ 254 ] {db68d494-8903-452b-afd3-abbb459fb195} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3057 | 2025.02.19 05:56:03.586867 [ 198 ] {338bebf0-eeef-41b9-b679-f4717a277180::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 | ||
| 3058 | 2025.02.19 05:56:03.587236 [ 254 ] {db68d494-8903-452b-afd3-abbb459fb195} <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 | ||
| 3059 | 2025.02.19 05:56:03.587283 [ 198 ] {338bebf0-eeef-41b9-b679-f4717a277180::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 1 rows starting from the beginning of the part | ||
| 3060 | 2025.02.19 05:56:03.587660 [ 198 ] {338bebf0-eeef-41b9-b679-f4717a277180::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 1 rows starting from the beginning of the part | ||
| 3061 | 2025.02.19 05:56:03.587996 [ 198 ] {338bebf0-eeef-41b9-b679-f4717a277180::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 1 rows starting from the beginning of the part | ||
| 3062 | 2025.02.19 05:56:03.588316 [ 198 ] {338bebf0-eeef-41b9-b679-f4717a277180::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 1 rows starting from the beginning of the part | ||
| 3063 | 2025.02.19 05:56:03.590390 [ 198 ] {338bebf0-eeef-41b9-b679-f4717a277180::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7 rows, containing 4 columns (4 merged, 0 gathered) in 0.003918877 sec., 1786.2260030105563 rows/sec., 119.36 KiB/sec. | ||
| 3064 | 2025.02.19 05:56:03.590525 [ 198 ] {338bebf0-eeef-41b9-b679-f4717a277180::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 3065 | 2025.02.19 05:56:03.590724 [ 254 ] {db68d494-8903-452b-afd3-abbb459fb195} <Trace> oximeter.measurements_histogramu64 (7e806432-9fb0-4852-8b8d-11fed24611fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3066 | 2025.02.19 05:56:03.590768 [ 254 ] {db68d494-8903-452b-afd3-abbb459fb195} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 3067 | 2025.02.19 05:56:03.590897 [ 198 ] {338bebf0-eeef-41b9-b679-f4717a277180::all_1_6_1} <Trace> oximeter.measurements_f64 (338bebf0-eeef-41b9-b679-f4717a277180): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3068 | 2025.02.19 05:56:03.591020 [ 198 ] {338bebf0-eeef-41b9-b679-f4717a277180::all_1_6_1} <Trace> oximeter.measurements_f64 (338bebf0-eeef-41b9-b679-f4717a277180) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 3069 | 2025.02.19 05:56:03.591096 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 3070 | 2025.02.19 05:56:03.591522 [ 254 ] {db68d494-8903-452b-afd3-abbb459fb195} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 3071 | 2025.02.19 05:56:03.591803 [ 254 ] {db68d494-8903-452b-afd3-abbb459fb195} <Trace> oximeter.measurements_histogramu64 (7e806432-9fb0-4852-8b8d-11fed24611fa): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3072 | 2025.02.19 05:56:03.592141 [ 254 ] {db68d494-8903-452b-afd3-abbb459fb195} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.005368 sec., 5029.806259314456 rows/sec., 9.01 MiB/sec. | ||
| 3073 | 2025.02.19 05:56:03.592417 [ 254 ] {db68d494-8903-452b-afd3-abbb459fb195} <Debug> TCPHandler: Processed in 0.005826159 sec. | ||
| 3074 | 2025.02.19 05:56:03.592569 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3075 | 2025.02.19 05:56:03.592700 [ 258 ] {5f69a795-63e6-406f-9bdb-a4e9f6ac93af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3076 | 2025.02.19 05:56:03.592756 [ 258 ] {5f69a795-63e6-406f-9bdb-a4e9f6ac93af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3077 | 2025.02.19 05:56:03.593292 [ 258 ] {5f69a795-63e6-406f-9bdb-a4e9f6ac93af} <Trace> oximeter.measurements_u64 (fe0987d5-5b8f-48d5-a303-9c895ee7970c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3078 | 2025.02.19 05:56:03.593339 [ 258 ] {5f69a795-63e6-406f-9bdb-a4e9f6ac93af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 3079 | 2025.02.19 05:56:03.593739 [ 258 ] {5f69a795-63e6-406f-9bdb-a4e9f6ac93af} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3080 | 2025.02.19 05:56:03.593973 [ 258 ] {5f69a795-63e6-406f-9bdb-a4e9f6ac93af} <Trace> oximeter.measurements_u64 (fe0987d5-5b8f-48d5-a303-9c895ee7970c): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3081 | 2025.02.19 05:56:03.594200 [ 258 ] {5f69a795-63e6-406f-9bdb-a4e9f6ac93af} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001529 sec., 53629.82341399608 rows/sec., 3.41 MiB/sec. | ||
| 3082 | 2025.02.19 05:56:03.594248 [ 258 ] {5f69a795-63e6-406f-9bdb-a4e9f6ac93af} <Debug> TCPHandler: Processed in 0.00174352 sec. | ||
| 3083 | 2025.02.19 05:56:05.566943 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 5978 | ||
| 3084 | 2025.02.19 05:56:05.567686 [ 244 ] {} <Trace> system.asynchronous_metric_log (5573eb27-0871-4eb5-bfd6-93b6d6d4142e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3085 | 2025.02.19 05:56:05.567732 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 3086 | 2025.02.19 05:56:05.568253 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 3087 | 2025.02.19 05:56:05.568509 [ 244 ] {} <Trace> system.asynchronous_metric_log (5573eb27-0871-4eb5-bfd6-93b6d6d4142e): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3088 | 2025.02.19 05:56:05.568789 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5978 | ||
| 3089 | 2025.02.19 05:56:05.969187 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 98 | ||
| 3090 | 2025.02.19 05:56:05.989090 [ 243 ] {} <Trace> system.metric_log (636422f3-000f-4feb-9852-006313efe3e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3091 | 2025.02.19 05:56:05.989160 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 3092 | 2025.02.19 05:56:05.997067 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 3093 | 2025.02.19 05:56:05.997858 [ 243 ] {} <Trace> system.metric_log (636422f3-000f-4feb-9852-006313efe3e0): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3094 | 2025.02.19 05:56:06.001679 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 98 | ||
| 3095 | 2025.02.19 05:56:08.090786 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 450 | ||
| 3096 | 2025.02.19 05:56:08.094100 [ 242 ] {} <Trace> system.query_log (c5831a85-9043-4d4c-a5be-d968cb126303): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3097 | 2025.02.19 05:56:08.094162 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 3098 | 2025.02.19 05:56:08.095646 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3099 | 2025.02.19 05:56:08.095972 [ 242 ] {} <Trace> system.query_log (c5831a85-9043-4d4c-a5be-d968cb126303): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3100 | 2025.02.19 05:56:08.096629 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 450 | ||
| 3101 | 2025.02.19 05:56:08.556746 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3102 | 2025.02.19 05:56:08.557055 [ 254 ] {3d1a7e34-cd9b-4967-877d-49aaf6592ffd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3103 | 2025.02.19 05:56:08.557171 [ 254 ] {3d1a7e34-cd9b-4967-877d-49aaf6592ffd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3104 | 2025.02.19 05:56:08.558188 [ 254 ] {3d1a7e34-cd9b-4967-877d-49aaf6592ffd} <Trace> oximeter.fields_string (2fcca75a-374a-4c87-833b-a981a707b5d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3105 | 2025.02.19 05:56:08.558240 [ 254 ] {3d1a7e34-cd9b-4967-877d-49aaf6592ffd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 3106 | 2025.02.19 05:56:08.558677 [ 254 ] {3d1a7e34-cd9b-4967-877d-49aaf6592ffd} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3107 | 2025.02.19 05:56:08.558928 [ 254 ] {3d1a7e34-cd9b-4967-877d-49aaf6592ffd} <Trace> oximeter.fields_string (2fcca75a-374a-4c87-833b-a981a707b5d9): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3108 | 2025.02.19 05:56:08.559147 [ 254 ] {3d1a7e34-cd9b-4967-877d-49aaf6592ffd} <Debug> executeQuery: Read 80 rows, 6.77 KiB in 0.00218 sec., 36697.247706422015 rows/sec., 3.03 MiB/sec. | ||
| 3109 | 2025.02.19 05:56:08.559201 [ 254 ] {3d1a7e34-cd9b-4967-877d-49aaf6592ffd} <Debug> TCPHandler: Processed in 0.002656585 sec. | ||
| 3110 | 2025.02.19 05:56:08.559375 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3111 | 2025.02.19 05:56:08.559506 [ 258 ] {3bfe2bdc-637d-4601-be71-dc6418a2e9e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3112 | 2025.02.19 05:56:08.559557 [ 258 ] {3bfe2bdc-637d-4601-be71-dc6418a2e9e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3113 | 2025.02.19 05:56:08.560076 [ 258 ] {3bfe2bdc-637d-4601-be71-dc6418a2e9e4} <Trace> oximeter.fields_u16 (6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3114 | 2025.02.19 05:56:08.560179 [ 258 ] {3bfe2bdc-637d-4601-be71-dc6418a2e9e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 3115 | 2025.02.19 05:56:08.560532 [ 258 ] {3bfe2bdc-637d-4601-be71-dc6418a2e9e4} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3116 | 2025.02.19 05:56:08.560783 [ 258 ] {3bfe2bdc-637d-4601-be71-dc6418a2e9e4} <Trace> oximeter.fields_u16 (6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3117 | 2025.02.19 05:56:08.560986 [ 258 ] {3bfe2bdc-637d-4601-be71-dc6418a2e9e4} <Debug> executeQuery: Read 12 rows, 924.00 B in 0.001484 sec., 8086.253369272236 rows/sec., 608.05 KiB/sec. | ||
| 3118 | 2025.02.19 05:56:08.561039 [ 258 ] {3bfe2bdc-637d-4601-be71-dc6418a2e9e4} <Debug> TCPHandler: Processed in 0.001717569 sec. | ||
| 3119 | 2025.02.19 05:56:08.561189 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3120 | 2025.02.19 05:56:08.561317 [ 254 ] {d4759b5a-b2f4-4466-bfc5-7081a3f75d9f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3121 | 2025.02.19 05:56:08.561371 [ 254 ] {d4759b5a-b2f4-4466-bfc5-7081a3f75d9f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3122 | 2025.02.19 05:56:08.561994 [ 254 ] {d4759b5a-b2f4-4466-bfc5-7081a3f75d9f} <Trace> oximeter.fields_uuid (3e28ef33-2603-423e-a1ee-258fce097b7c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3123 | 2025.02.19 05:56:08.562034 [ 254 ] {d4759b5a-b2f4-4466-bfc5-7081a3f75d9f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 3124 | 2025.02.19 05:56:08.562389 [ 254 ] {d4759b5a-b2f4-4466-bfc5-7081a3f75d9f} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3125 | 2025.02.19 05:56:08.562632 [ 254 ] {d4759b5a-b2f4-4466-bfc5-7081a3f75d9f} <Trace> oximeter.fields_uuid (3e28ef33-2603-423e-a1ee-258fce097b7c): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3126 | 2025.02.19 05:56:08.562847 [ 254 ] {d4759b5a-b2f4-4466-bfc5-7081a3f75d9f} <Debug> executeQuery: Read 76 rows, 6.08 KiB in 0.001558 sec., 48780.48780487805 rows/sec., 3.81 MiB/sec. | ||
| 3127 | 2025.02.19 05:56:08.562900 [ 254 ] {d4759b5a-b2f4-4466-bfc5-7081a3f75d9f} <Debug> TCPHandler: Processed in 0.00177409 sec. | ||
| 3128 | 2025.02.19 05:56:08.563071 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3129 | 2025.02.19 05:56:08.563200 [ 258 ] {d95d5a32-81a2-49cb-9913-93aa22f37f86} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3130 | 2025.02.19 05:56:08.563259 [ 258 ] {d95d5a32-81a2-49cb-9913-93aa22f37f86} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3131 | 2025.02.19 05:56:08.563856 [ 258 ] {d95d5a32-81a2-49cb-9913-93aa22f37f86} <Trace> oximeter.measurements_cumulativeu64 (12ad3da5-8862-4a0c-98f0-1a099eec319b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3132 | 2025.02.19 05:56:08.563895 [ 258 ] {d95d5a32-81a2-49cb-9913-93aa22f37f86} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 3133 | 2025.02.19 05:56:08.564284 [ 258 ] {d95d5a32-81a2-49cb-9913-93aa22f37f86} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3134 | 2025.02.19 05:56:08.564535 [ 258 ] {d95d5a32-81a2-49cb-9913-93aa22f37f86} <Trace> oximeter.measurements_cumulativeu64 (12ad3da5-8862-4a0c-98f0-1a099eec319b): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3135 | 2025.02.19 05:56:08.564769 [ 258 ] {d95d5a32-81a2-49cb-9913-93aa22f37f86} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001599 sec., 100062.53908692933 rows/sec., 6.97 MiB/sec. | ||
| 3136 | 2025.02.19 05:56:08.564898 [ 258 ] {d95d5a32-81a2-49cb-9913-93aa22f37f86} <Debug> TCPHandler: Processed in 0.001889452 sec. | ||
| 3137 | 2025.02.19 05:56:08.565072 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3138 | 2025.02.19 05:56:08.565207 [ 254 ] {4d416341-2de8-40e0-a7ca-303771a54bb6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3139 | 2025.02.19 05:56:08.565287 [ 254 ] {4d416341-2de8-40e0-a7ca-303771a54bb6} <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 | ||
| 3140 | 2025.02.19 05:56:08.566420 [ 254 ] {4d416341-2de8-40e0-a7ca-303771a54bb6} <Trace> oximeter.measurements_histogramu64 (7e806432-9fb0-4852-8b8d-11fed24611fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3141 | 2025.02.19 05:56:08.566458 [ 254 ] {4d416341-2de8-40e0-a7ca-303771a54bb6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 3142 | 2025.02.19 05:56:08.567090 [ 254 ] {4d416341-2de8-40e0-a7ca-303771a54bb6} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3143 | 2025.02.19 05:56:08.567353 [ 254 ] {4d416341-2de8-40e0-a7ca-303771a54bb6} <Trace> oximeter.measurements_histogramu64 (7e806432-9fb0-4852-8b8d-11fed24611fa): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3144 | 2025.02.19 05:56:08.567588 [ 254 ] {4d416341-2de8-40e0-a7ca-303771a54bb6} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.00241 sec., 4979.253112033195 rows/sec., 8.92 MiB/sec. | ||
| 3145 | 2025.02.19 05:56:08.567680 [ 254 ] {4d416341-2de8-40e0-a7ca-303771a54bb6} <Debug> TCPHandler: Processed in 0.002675465 sec. | ||
| 3146 | 2025.02.19 05:56:08.567827 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3147 | 2025.02.19 05:56:08.567957 [ 258 ] {2d6735a6-1af6-47c5-af39-5998db43c8b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3148 | 2025.02.19 05:56:08.568012 [ 258 ] {2d6735a6-1af6-47c5-af39-5998db43c8b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3149 | 2025.02.19 05:56:08.568536 [ 258 ] {2d6735a6-1af6-47c5-af39-5998db43c8b8} <Trace> oximeter.measurements_u64 (fe0987d5-5b8f-48d5-a303-9c895ee7970c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3150 | 2025.02.19 05:56:08.568583 [ 258 ] {2d6735a6-1af6-47c5-af39-5998db43c8b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 3151 | 2025.02.19 05:56:08.568964 [ 258 ] {2d6735a6-1af6-47c5-af39-5998db43c8b8} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3152 | 2025.02.19 05:56:08.569214 [ 258 ] {2d6735a6-1af6-47c5-af39-5998db43c8b8} <Trace> oximeter.measurements_u64 (fe0987d5-5b8f-48d5-a303-9c895ee7970c): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3153 | 2025.02.19 05:56:08.569483 [ 258 ] {2d6735a6-1af6-47c5-af39-5998db43c8b8} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001551 sec., 38684.71953578336 rows/sec., 2.61 MiB/sec. | ||
| 3154 | 2025.02.19 05:56:08.569670 [ 258 ] {2d6735a6-1af6-47c5-af39-5998db43c8b8} <Debug> TCPHandler: Processed in 0.001903862 sec. | ||
| 3155 | 2025.02.19 05:56:12.973831 [ 149 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 3156 | 2025.02.19 05:56:12.973900 [ 149 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 3157 | 2025.02.19 05:56:13.068984 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 6466 | ||
| 3158 | 2025.02.19 05:56:13.069647 [ 244 ] {} <Trace> system.asynchronous_metric_log (5573eb27-0871-4eb5-bfd6-93b6d6d4142e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3159 | 2025.02.19 05:56:13.069698 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 3160 | 2025.02.19 05:56:13.070299 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3161 | 2025.02.19 05:56:13.070549 [ 244 ] {} <Trace> system.asynchronous_metric_log (5573eb27-0871-4eb5-bfd6-93b6d6d4142e): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3162 | 2025.02.19 05:56:13.070807 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6466 | ||
| 3163 | 2025.02.19 05:56:13.501819 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 106 | ||
| 3164 | 2025.02.19 05:56:13.521566 [ 243 ] {} <Trace> system.metric_log (636422f3-000f-4feb-9852-006313efe3e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3165 | 2025.02.19 05:56:13.521622 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 3166 | 2025.02.19 05:56:13.528912 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3167 | 2025.02.19 05:56:13.529682 [ 243 ] {} <Trace> system.metric_log (636422f3-000f-4feb-9852-006313efe3e0): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3168 | 2025.02.19 05:56:13.532239 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 106 | ||
| 3169 | 2025.02.19 05:56:13.562781 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3170 | 2025.02.19 05:56:13.563001 [ 254 ] {d99405e0-4227-46a0-88ac-8c103613027d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 3171 | 2025.02.19 05:56:13.563081 [ 254 ] {d99405e0-4227-46a0-88ac-8c103613027d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 3172 | 2025.02.19 05:56:13.564036 [ 254 ] {d99405e0-4227-46a0-88ac-8c103613027d} <Trace> oximeter.fields_i16 (2bf1598c-a5a7-46ca-9aca-ef074bb76812): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3173 | 2025.02.19 05:56:13.564086 [ 254 ] {d99405e0-4227-46a0-88ac-8c103613027d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 3174 | 2025.02.19 05:56:13.564526 [ 254 ] {d99405e0-4227-46a0-88ac-8c103613027d} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 3175 | 2025.02.19 05:56:13.564777 [ 254 ] {d99405e0-4227-46a0-88ac-8c103613027d} <Trace> oximeter.fields_i16 (2bf1598c-a5a7-46ca-9aca-ef074bb76812): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3176 | 2025.02.19 05:56:13.565070 [ 254 ] {d99405e0-4227-46a0-88ac-8c103613027d} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002126 sec., 99717.77986829728 rows/sec., 6.34 MiB/sec. | ||
| 3177 | 2025.02.19 05:56:13.565232 [ 254 ] {d99405e0-4227-46a0-88ac-8c103613027d} <Debug> TCPHandler: Processed in 0.002598344 sec. | ||
| 3178 | 2025.02.19 05:56:13.565416 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3179 | 2025.02.19 05:56:13.565557 [ 258 ] {5ae829b1-0440-4e2c-a311-5b72bd835d33} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3180 | 2025.02.19 05:56:13.565612 [ 258 ] {5ae829b1-0440-4e2c-a311-5b72bd835d33} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3181 | 2025.02.19 05:56:13.566529 [ 258 ] {5ae829b1-0440-4e2c-a311-5b72bd835d33} <Trace> oximeter.fields_string (2fcca75a-374a-4c87-833b-a981a707b5d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3182 | 2025.02.19 05:56:13.566569 [ 258 ] {5ae829b1-0440-4e2c-a311-5b72bd835d33} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 3183 | 2025.02.19 05:56:13.566976 [ 258 ] {5ae829b1-0440-4e2c-a311-5b72bd835d33} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3184 | 2025.02.19 05:56:13.567228 [ 258 ] {5ae829b1-0440-4e2c-a311-5b72bd835d33} <Trace> oximeter.fields_string (2fcca75a-374a-4c87-833b-a981a707b5d9): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3185 | 2025.02.19 05:56:13.567460 [ 258 ] {5ae829b1-0440-4e2c-a311-5b72bd835d33} <Debug> executeQuery: Read 671 rows, 54.45 KiB in 0.001934 sec., 346949.3278179938 rows/sec., 27.50 MiB/sec. | ||
| 3186 | 2025.02.19 05:56:13.567515 [ 258 ] {5ae829b1-0440-4e2c-a311-5b72bd835d33} <Debug> TCPHandler: Processed in 0.002166717 sec. | ||
| 3187 | 2025.02.19 05:56:13.567675 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3188 | 2025.02.19 05:56:13.567804 [ 254 ] {c1aa8d7a-50c6-4e7f-8f27-b931a8277551} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3189 | 2025.02.19 05:56:13.567858 [ 254 ] {c1aa8d7a-50c6-4e7f-8f27-b931a8277551} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3190 | 2025.02.19 05:56:13.568572 [ 254 ] {c1aa8d7a-50c6-4e7f-8f27-b931a8277551} <Trace> oximeter.fields_u16 (6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3191 | 2025.02.19 05:56:13.568619 [ 254 ] {c1aa8d7a-50c6-4e7f-8f27-b931a8277551} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 3192 | 2025.02.19 05:56:13.569038 [ 254 ] {c1aa8d7a-50c6-4e7f-8f27-b931a8277551} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3193 | 2025.02.19 05:56:13.569297 [ 254 ] {c1aa8d7a-50c6-4e7f-8f27-b931a8277551} <Trace> oximeter.fields_u16 (6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3194 | 2025.02.19 05:56:13.569572 [ 254 ] {c1aa8d7a-50c6-4e7f-8f27-b931a8277551} <Debug> executeQuery: Read 133 rows, 8.42 KiB in 0.00179 sec., 74301.67597765363 rows/sec., 4.59 MiB/sec. | ||
| 3195 | 2025.02.19 05:56:13.569770 [ 254 ] {c1aa8d7a-50c6-4e7f-8f27-b931a8277551} <Debug> TCPHandler: Processed in 0.002159116 sec. | ||
| 3196 | 2025.02.19 05:56:13.569966 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3197 | 2025.02.19 05:56:13.570077 [ 258 ] {677eb4be-8790-479d-8022-4e8a3d04ae3e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3198 | 2025.02.19 05:56:13.570121 [ 258 ] {677eb4be-8790-479d-8022-4e8a3d04ae3e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3199 | 2025.02.19 05:56:13.570713 [ 258 ] {677eb4be-8790-479d-8022-4e8a3d04ae3e} <Trace> oximeter.fields_u32 (65b4bee1-230d-4ffd-8593-1cf368c54481): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3200 | 2025.02.19 05:56:13.570752 [ 258 ] {677eb4be-8790-479d-8022-4e8a3d04ae3e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 3201 | 2025.02.19 05:56:13.571108 [ 258 ] {677eb4be-8790-479d-8022-4e8a3d04ae3e} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3202 | 2025.02.19 05:56:13.571361 [ 258 ] {677eb4be-8790-479d-8022-4e8a3d04ae3e} <Trace> oximeter.fields_u32 (65b4bee1-230d-4ffd-8593-1cf368c54481): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3203 | 2025.02.19 05:56:13.571571 [ 258 ] {677eb4be-8790-479d-8022-4e8a3d04ae3e} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001516 sec., 74538.25857519789 rows/sec., 4.82 MiB/sec. | ||
| 3204 | 2025.02.19 05:56:13.571626 [ 258 ] {677eb4be-8790-479d-8022-4e8a3d04ae3e} <Debug> TCPHandler: Processed in 0.001713519 sec. | ||
| 3205 | 2025.02.19 05:56:13.571765 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3206 | 2025.02.19 05:56:13.571870 [ 254 ] {b5b60f18-0936-47d5-9e14-bd8f1c47cc80} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 3207 | 2025.02.19 05:56:13.571919 [ 254 ] {b5b60f18-0936-47d5-9e14-bd8f1c47cc80} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3208 | 2025.02.19 05:56:13.572597 [ 254 ] {b5b60f18-0936-47d5-9e14-bd8f1c47cc80} <Trace> oximeter.fields_u8 (cef67ce3-27e4-4c55-9365-409a4c7c6d8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3209 | 2025.02.19 05:56:13.572644 [ 254 ] {b5b60f18-0936-47d5-9e14-bd8f1c47cc80} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 3210 | 2025.02.19 05:56:13.573049 [ 254 ] {b5b60f18-0936-47d5-9e14-bd8f1c47cc80} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 3211 | 2025.02.19 05:56:13.573287 [ 254 ] {b5b60f18-0936-47d5-9e14-bd8f1c47cc80} <Trace> oximeter.fields_u8 (cef67ce3-27e4-4c55-9365-409a4c7c6d8e): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3212 | 2025.02.19 05:56:13.573552 [ 254 ] {b5b60f18-0936-47d5-9e14-bd8f1c47cc80} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001703 sec., 65766.29477392836 rows/sec., 3.75 MiB/sec. | ||
| 3213 | 2025.02.19 05:56:13.573705 [ 254 ] {b5b60f18-0936-47d5-9e14-bd8f1c47cc80} <Debug> TCPHandler: Processed in 0.001989543 sec. | ||
| 3214 | 2025.02.19 05:56:13.573841 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3215 | 2025.02.19 05:56:13.573958 [ 258 ] {df410969-cfad-44d8-b9e9-df9742d31462} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3216 | 2025.02.19 05:56:13.574011 [ 258 ] {df410969-cfad-44d8-b9e9-df9742d31462} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3217 | 2025.02.19 05:56:13.574832 [ 258 ] {df410969-cfad-44d8-b9e9-df9742d31462} <Trace> oximeter.fields_uuid (3e28ef33-2603-423e-a1ee-258fce097b7c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3218 | 2025.02.19 05:56:13.574879 [ 258 ] {df410969-cfad-44d8-b9e9-df9742d31462} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 3219 | 2025.02.19 05:56:13.575266 [ 258 ] {df410969-cfad-44d8-b9e9-df9742d31462} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3220 | 2025.02.19 05:56:13.575515 [ 258 ] {df410969-cfad-44d8-b9e9-df9742d31462} <Trace> oximeter.fields_uuid (3e28ef33-2603-423e-a1ee-258fce097b7c): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3221 | 2025.02.19 05:56:13.575752 [ 258 ] {df410969-cfad-44d8-b9e9-df9742d31462} <Debug> executeQuery: Read 409 rows, 29.75 KiB in 0.001821 sec., 224601.86710598573 rows/sec., 15.95 MiB/sec. | ||
| 3222 | 2025.02.19 05:56:13.575884 [ 258 ] {df410969-cfad-44d8-b9e9-df9742d31462} <Debug> TCPHandler: Processed in 0.002093965 sec. | ||
| 3223 | 2025.02.19 05:56:13.576041 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3224 | 2025.02.19 05:56:13.576169 [ 254 ] {1b2de54a-ea99-423d-83ee-cd63c9a95e01} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 3225 | 2025.02.19 05:56:13.576225 [ 254 ] {1b2de54a-ea99-423d-83ee-cd63c9a95e01} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3226 | 2025.02.19 05:56:13.576755 [ 254 ] {1b2de54a-ea99-423d-83ee-cd63c9a95e01} <Trace> oximeter.measurements_bool (16e9d126-bc56-4e42-988e-352459bd24dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3227 | 2025.02.19 05:56:13.576800 [ 254 ] {1b2de54a-ea99-423d-83ee-cd63c9a95e01} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 3228 | 2025.02.19 05:56:13.577173 [ 254 ] {1b2de54a-ea99-423d-83ee-cd63c9a95e01} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 3229 | 2025.02.19 05:56:13.577410 [ 254 ] {1b2de54a-ea99-423d-83ee-cd63c9a95e01} <Trace> oximeter.measurements_bool (16e9d126-bc56-4e42-988e-352459bd24dc): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3230 | 2025.02.19 05:56:13.577621 [ 254 ] {1b2de54a-ea99-423d-83ee-cd63c9a95e01} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00148 sec., 4054.054054054054 rows/sec., 211.81 KiB/sec. | ||
| 3231 | 2025.02.19 05:56:13.577671 [ 254 ] {1b2de54a-ea99-423d-83ee-cd63c9a95e01} <Debug> TCPHandler: Processed in 0.001692869 sec. | ||
| 3232 | 2025.02.19 05:56:13.577810 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3233 | 2025.02.19 05:56:13.577923 [ 258 ] {e7c232c7-3861-48b9-bf59-6dd2c9b8056e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3234 | 2025.02.19 05:56:13.577981 [ 258 ] {e7c232c7-3861-48b9-bf59-6dd2c9b8056e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3235 | 2025.02.19 05:56:13.578624 [ 258 ] {e7c232c7-3861-48b9-bf59-6dd2c9b8056e} <Trace> oximeter.measurements_cumulativeu64 (12ad3da5-8862-4a0c-98f0-1a099eec319b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3236 | 2025.02.19 05:56:13.578672 [ 258 ] {e7c232c7-3861-48b9-bf59-6dd2c9b8056e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 3237 | 2025.02.19 05:56:13.579092 [ 258 ] {e7c232c7-3861-48b9-bf59-6dd2c9b8056e} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3238 | 2025.02.19 05:56:13.579346 [ 258 ] {e7c232c7-3861-48b9-bf59-6dd2c9b8056e} <Trace> oximeter.measurements_cumulativeu64 (12ad3da5-8862-4a0c-98f0-1a099eec319b): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3239 | 2025.02.19 05:56:13.579621 [ 258 ] {e7c232c7-3861-48b9-bf59-6dd2c9b8056e} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001725 sec., 137391.30434782608 rows/sec., 9.21 MiB/sec. | ||
| 3240 | 2025.02.19 05:56:13.579829 [ 258 ] {e7c232c7-3861-48b9-bf59-6dd2c9b8056e} <Debug> TCPHandler: Processed in 0.002068785 sec. | ||
| 3241 | 2025.02.19 05:56:13.579984 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3242 | 2025.02.19 05:56:13.580112 [ 254 ] {30cd51fc-edd1-49f9-b459-85426ece20b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 3243 | 2025.02.19 05:56:13.580169 [ 254 ] {30cd51fc-edd1-49f9-b459-85426ece20b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 3244 | 2025.02.19 05:56:13.580703 [ 254 ] {30cd51fc-edd1-49f9-b459-85426ece20b7} <Trace> oximeter.measurements_f64 (338bebf0-eeef-41b9-b679-f4717a277180): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3245 | 2025.02.19 05:56:13.580749 [ 254 ] {30cd51fc-edd1-49f9-b459-85426ece20b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 3246 | 2025.02.19 05:56:13.581119 [ 254 ] {30cd51fc-edd1-49f9-b459-85426ece20b7} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 3247 | 2025.02.19 05:56:13.581363 [ 254 ] {30cd51fc-edd1-49f9-b459-85426ece20b7} <Trace> oximeter.measurements_f64 (338bebf0-eeef-41b9-b679-f4717a277180): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3248 | 2025.02.19 05:56:13.581569 [ 254 ] {30cd51fc-edd1-49f9-b459-85426ece20b7} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001486 sec., 672.9475100942127 rows/sec., 45.35 KiB/sec. | ||
| 3249 | 2025.02.19 05:56:13.581620 [ 254 ] {30cd51fc-edd1-49f9-b459-85426ece20b7} <Debug> TCPHandler: Processed in 0.001700649 sec. | ||
| 3250 | 2025.02.19 05:56:13.581756 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3251 | 2025.02.19 05:56:13.581862 [ 258 ] {85065713-e4e2-49c6-a90e-337dd60727df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3252 | 2025.02.19 05:56:13.581930 [ 258 ] {85065713-e4e2-49c6-a90e-337dd60727df} <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 | ||
| 3253 | 2025.02.19 05:56:13.583184 [ 258 ] {85065713-e4e2-49c6-a90e-337dd60727df} <Trace> oximeter.measurements_histogramu64 (7e806432-9fb0-4852-8b8d-11fed24611fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3254 | 2025.02.19 05:56:13.583224 [ 258 ] {85065713-e4e2-49c6-a90e-337dd60727df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 3255 | 2025.02.19 05:56:13.583868 [ 258 ] {85065713-e4e2-49c6-a90e-337dd60727df} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3256 | 2025.02.19 05:56:13.584138 [ 258 ] {85065713-e4e2-49c6-a90e-337dd60727df} <Trace> oximeter.measurements_histogramu64 (7e806432-9fb0-4852-8b8d-11fed24611fa): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3257 | 2025.02.19 05:56:13.584395 [ 258 ] {85065713-e4e2-49c6-a90e-337dd60727df} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002555 sec., 10567.514677103718 rows/sec., 18.94 MiB/sec. | ||
| 3258 | 2025.02.19 05:56:13.584498 [ 258 ] {85065713-e4e2-49c6-a90e-337dd60727df} <Debug> TCPHandler: Processed in 0.002794818 sec. | ||
| 3259 | 2025.02.19 05:56:13.584653 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3260 | 2025.02.19 05:56:13.584779 [ 254 ] {051b879d-74cf-463b-8dea-25e4821c3241} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3261 | 2025.02.19 05:56:13.584835 [ 254 ] {051b879d-74cf-463b-8dea-25e4821c3241} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3262 | 2025.02.19 05:56:13.585287 [ 254 ] {051b879d-74cf-463b-8dea-25e4821c3241} <Trace> oximeter.measurements_u64 (fe0987d5-5b8f-48d5-a303-9c895ee7970c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3263 | 2025.02.19 05:56:13.585326 [ 254 ] {051b879d-74cf-463b-8dea-25e4821c3241} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 3264 | 2025.02.19 05:56:13.585675 [ 254 ] {051b879d-74cf-463b-8dea-25e4821c3241} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3265 | 2025.02.19 05:56:13.585910 [ 254 ] {051b879d-74cf-463b-8dea-25e4821c3241} <Trace> oximeter.measurements_u64 (fe0987d5-5b8f-48d5-a303-9c895ee7970c): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3266 | 2025.02.19 05:56:13.586115 [ 254 ] {051b879d-74cf-463b-8dea-25e4821c3241} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001364 sec., 60117.302052785926 rows/sec., 3.82 MiB/sec. | ||
| 3267 | 2025.02.19 05:56:13.586163 [ 254 ] {051b879d-74cf-463b-8dea-25e4821c3241} <Debug> TCPHandler: Processed in 0.001575687 sec. | ||
| 3268 | 2025.02.19 05:56:16.736591 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3269 | 2025.02.19 05:56:16.736818 [ 254 ] {09dbdc9b-4e8a-40ed-a428-518da82cd7d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3270 | 2025.02.19 05:56:16.736902 [ 254 ] {09dbdc9b-4e8a-40ed-a428-518da82cd7d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3271 | 2025.02.19 05:56:16.738288 [ 254 ] {09dbdc9b-4e8a-40ed-a428-518da82cd7d6} <Trace> oximeter.fields_string (2fcca75a-374a-4c87-833b-a981a707b5d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3272 | 2025.02.19 05:56:16.738339 [ 254 ] {09dbdc9b-4e8a-40ed-a428-518da82cd7d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 3273 | 2025.02.19 05:56:16.738856 [ 254 ] {09dbdc9b-4e8a-40ed-a428-518da82cd7d6} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3274 | 2025.02.19 05:56:16.739114 [ 254 ] {09dbdc9b-4e8a-40ed-a428-518da82cd7d6} <Trace> oximeter.fields_string (2fcca75a-374a-4c87-833b-a981a707b5d9): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3275 | 2025.02.19 05:56:16.739315 [ 145 ] {} <Debug> oximeter.fields_string (2fcca75a-374a-4c87-833b-a981a707b5d9) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3276 | 2025.02.19 05:56:16.739378 [ 254 ] {09dbdc9b-4e8a-40ed-a428-518da82cd7d6} <Debug> executeQuery: Read 1220 rows, 103.33 KiB in 0.002616 sec., 466360.8562691132 rows/sec., 38.58 MiB/sec. | ||
| 3277 | 2025.02.19 05:56:16.739395 [ 145 ] {} <Trace> oximeter.fields_string (2fcca75a-374a-4c87-833b-a981a707b5d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3278 | 2025.02.19 05:56:16.739470 [ 145 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 3279 | 2025.02.19 05:56:16.739529 [ 254 ] {09dbdc9b-4e8a-40ed-a428-518da82cd7d6} <Debug> TCPHandler: Processed in 0.003084433 sec. | ||
| 3280 | 2025.02.19 05:56:16.739670 [ 190 ] {2fcca75a-374a-4c87-833b-a981a707b5d9::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 | ||
| 3281 | 2025.02.19 05:56:16.739762 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3282 | 2025.02.19 05:56:16.739814 [ 190 ] {2fcca75a-374a-4c87-833b-a981a707b5d9::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3283 | 2025.02.19 05:56:16.739857 [ 190 ] {2fcca75a-374a-4c87-833b-a981a707b5d9::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 1833 rows starting from the beginning of the part | ||
| 3284 | 2025.02.19 05:56:16.739944 [ 258 ] {30f99da0-86fe-4a56-aecf-23987a338717} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3285 | 2025.02.19 05:56:16.739974 [ 190 ] {2fcca75a-374a-4c87-833b-a981a707b5d9::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 80 rows starting from the beginning of the part | ||
| 3286 | 2025.02.19 05:56:16.740081 [ 258 ] {30f99da0-86fe-4a56-aecf-23987a338717} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3287 | 2025.02.19 05:56:16.740450 [ 190 ] {2fcca75a-374a-4c87-833b-a981a707b5d9::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 673 rows starting from the beginning of the part | ||
| 3288 | 2025.02.19 05:56:16.740782 [ 190 ] {2fcca75a-374a-4c87-833b-a981a707b5d9::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 80 rows starting from the beginning of the part | ||
| 3289 | 2025.02.19 05:56:16.741119 [ 190 ] {2fcca75a-374a-4c87-833b-a981a707b5d9::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 671 rows starting from the beginning of the part | ||
| 3290 | 2025.02.19 05:56:16.741493 [ 190 ] {2fcca75a-374a-4c87-833b-a981a707b5d9::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 1220 rows starting from the beginning of the part | ||
| 3291 | 2025.02.19 05:56:16.742584 [ 258 ] {30f99da0-86fe-4a56-aecf-23987a338717} <Trace> oximeter.fields_u16 (6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3292 | 2025.02.19 05:56:16.742628 [ 258 ] {30f99da0-86fe-4a56-aecf-23987a338717} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 3293 | 2025.02.19 05:56:16.743198 [ 258 ] {30f99da0-86fe-4a56-aecf-23987a338717} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3294 | 2025.02.19 05:56:16.743495 [ 258 ] {30f99da0-86fe-4a56-aecf-23987a338717} <Trace> oximeter.fields_u16 (6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3295 | 2025.02.19 05:56:16.743703 [ 145 ] {} <Debug> oximeter.fields_u16 (6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3296 | 2025.02.19 05:56:16.743804 [ 145 ] {} <Trace> oximeter.fields_u16 (6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3297 | 2025.02.19 05:56:16.743811 [ 258 ] {30f99da0-86fe-4a56-aecf-23987a338717} <Debug> executeQuery: Read 12 rows, 924.00 B in 0.003901 sec., 3076.1343245321714 rows/sec., 231.31 KiB/sec. | ||
| 3298 | 2025.02.19 05:56:16.743850 [ 145 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 3299 | 2025.02.19 05:56:16.744060 [ 258 ] {30f99da0-86fe-4a56-aecf-23987a338717} <Debug> TCPHandler: Processed in 0.004360064 sec. | ||
| 3300 | 2025.02.19 05:56:16.744520 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3301 | 2025.02.19 05:56:16.744810 [ 198 ] {6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f::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 | ||
| 3302 | 2025.02.19 05:56:16.745117 [ 254 ] {e5a4ae1e-003a-4151-bf18-fbd1cc03a9c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3303 | 2025.02.19 05:56:16.745243 [ 254 ] {e5a4ae1e-003a-4151-bf18-fbd1cc03a9c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3304 | 2025.02.19 05:56:16.745278 [ 198 ] {6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3305 | 2025.02.19 05:56:16.745317 [ 190 ] {2fcca75a-374a-4c87-833b-a981a707b5d9::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4557 rows, containing 5 columns (5 merged, 0 gathered) in 0.005735478 sec., 794528.3723518773 rows/sec., 67.56 MiB/sec. | ||
| 3306 | 2025.02.19 05:56:16.745339 [ 198 ] {6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 151 rows starting from the beginning of the part | ||
| 3307 | 2025.02.19 05:56:16.745628 [ 198 ] {6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 12 rows starting from the beginning of the part | ||
| 3308 | 2025.02.19 05:56:16.745806 [ 190 ] {2fcca75a-374a-4c87-833b-a981a707b5d9::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3309 | 2025.02.19 05:56:16.746301 [ 198 ] {6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 137 rows starting from the beginning of the part | ||
| 3310 | 2025.02.19 05:56:16.746770 [ 198 ] {6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 12 rows starting from the beginning of the part | ||
| 3311 | 2025.02.19 05:56:16.747322 [ 198 ] {6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 133 rows starting from the beginning of the part | ||
| 3312 | 2025.02.19 05:56:16.747693 [ 190 ] {2fcca75a-374a-4c87-833b-a981a707b5d9::all_1_21_4} <Trace> oximeter.fields_string (2fcca75a-374a-4c87-833b-a981a707b5d9): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3313 | 2025.02.19 05:56:16.747749 [ 198 ] {6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 12 rows starting from the beginning of the part | ||
| 3314 | 2025.02.19 05:56:16.748174 [ 190 ] {2fcca75a-374a-4c87-833b-a981a707b5d9::all_1_21_4} <Trace> oximeter.fields_string (2fcca75a-374a-4c87-833b-a981a707b5d9) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3315 | 2025.02.19 05:56:16.748442 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.98 MiB. | ||
| 3316 | 2025.02.19 05:56:16.748768 [ 254 ] {e5a4ae1e-003a-4151-bf18-fbd1cc03a9c3} <Trace> oximeter.fields_u32 (65b4bee1-230d-4ffd-8593-1cf368c54481): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3317 | 2025.02.19 05:56:16.748816 [ 254 ] {e5a4ae1e-003a-4151-bf18-fbd1cc03a9c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 3318 | 2025.02.19 05:56:16.749377 [ 254 ] {e5a4ae1e-003a-4151-bf18-fbd1cc03a9c3} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3319 | 2025.02.19 05:56:16.749665 [ 198 ] {6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 457 rows, containing 5 columns (5 merged, 0 gathered) in 0.005674426 sec., 80536.78028403225 rows/sec., 5.39 MiB/sec. | ||
| 3320 | 2025.02.19 05:56:16.749744 [ 254 ] {e5a4ae1e-003a-4151-bf18-fbd1cc03a9c3} <Trace> oximeter.fields_u32 (65b4bee1-230d-4ffd-8593-1cf368c54481): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3321 | 2025.02.19 05:56:16.749805 [ 198 ] {6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3322 | 2025.02.19 05:56:16.750127 [ 254 ] {e5a4ae1e-003a-4151-bf18-fbd1cc03a9c3} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.005094 sec., 44758.539458186104 rows/sec., 3.03 MiB/sec. | ||
| 3323 | 2025.02.19 05:56:16.750472 [ 254 ] {e5a4ae1e-003a-4151-bf18-fbd1cc03a9c3} <Debug> TCPHandler: Processed in 0.006240226 sec. | ||
| 3324 | 2025.02.19 05:56:16.750570 [ 198 ] {6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f::all_1_16_3} <Trace> oximeter.fields_u16 (6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3325 | 2025.02.19 05:56:16.750692 [ 198 ] {6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f::all_1_16_3} <Trace> oximeter.fields_u16 (6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3326 | 2025.02.19 05:56:16.750698 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3327 | 2025.02.19 05:56:16.750773 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
| 3328 | 2025.02.19 05:56:16.750853 [ 258 ] {6689e49c-16b1-4c20-b8c2-ab62c72f2080} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3329 | 2025.02.19 05:56:16.750908 [ 258 ] {6689e49c-16b1-4c20-b8c2-ab62c72f2080} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3330 | 2025.02.19 05:56:16.751775 [ 258 ] {6689e49c-16b1-4c20-b8c2-ab62c72f2080} <Trace> oximeter.fields_uuid (3e28ef33-2603-423e-a1ee-258fce097b7c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3331 | 2025.02.19 05:56:16.751813 [ 258 ] {6689e49c-16b1-4c20-b8c2-ab62c72f2080} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 3332 | 2025.02.19 05:56:16.752196 [ 258 ] {6689e49c-16b1-4c20-b8c2-ab62c72f2080} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3333 | 2025.02.19 05:56:16.752430 [ 258 ] {6689e49c-16b1-4c20-b8c2-ab62c72f2080} <Trace> oximeter.fields_uuid (3e28ef33-2603-423e-a1ee-258fce097b7c): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3334 | 2025.02.19 05:56:16.752599 [ 145 ] {} <Debug> oximeter.fields_uuid (3e28ef33-2603-423e-a1ee-258fce097b7c) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3335 | 2025.02.19 05:56:16.752658 [ 145 ] {} <Trace> oximeter.fields_uuid (3e28ef33-2603-423e-a1ee-258fce097b7c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3336 | 2025.02.19 05:56:16.752686 [ 258 ] {6689e49c-16b1-4c20-b8c2-ab62c72f2080} <Debug> executeQuery: Read 532 rows, 40.37 KiB in 0.001858 sec., 286329.38643702905 rows/sec., 21.22 MiB/sec. | ||
| 3337 | 2025.02.19 05:56:16.752702 [ 145 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 3338 | 2025.02.19 05:56:16.752845 [ 258 ] {6689e49c-16b1-4c20-b8c2-ab62c72f2080} <Debug> TCPHandler: Processed in 0.002237388 sec. | ||
| 3339 | 2025.02.19 05:56:16.752894 [ 190 ] {3e28ef33-2603-423e-a1ee-258fce097b7c::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 | ||
| 3340 | 2025.02.19 05:56:16.753003 [ 190 ] {3e28ef33-2603-423e-a1ee-258fce097b7c::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3341 | 2025.02.19 05:56:16.753014 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3342 | 2025.02.19 05:56:16.753041 [ 190 ] {3e28ef33-2603-423e-a1ee-258fce097b7c::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 896 rows starting from the beginning of the part | ||
| 3343 | 2025.02.19 05:56:16.753270 [ 190 ] {3e28ef33-2603-423e-a1ee-258fce097b7c::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 82 rows starting from the beginning of the part | ||
| 3344 | 2025.02.19 05:56:16.753334 [ 254 ] {54121e94-fc62-4129-9ead-e139b33d0ad0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3345 | 2025.02.19 05:56:16.753586 [ 254 ] {54121e94-fc62-4129-9ead-e139b33d0ad0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3346 | 2025.02.19 05:56:16.753683 [ 190 ] {3e28ef33-2603-423e-a1ee-258fce097b7c::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 413 rows starting from the beginning of the part | ||
| 3347 | 2025.02.19 05:56:16.754367 [ 190 ] {3e28ef33-2603-423e-a1ee-258fce097b7c::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 76 rows starting from the beginning of the part | ||
| 3348 | 2025.02.19 05:56:16.754905 [ 190 ] {3e28ef33-2603-423e-a1ee-258fce097b7c::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 409 rows starting from the beginning of the part | ||
| 3349 | 2025.02.19 05:56:16.755169 [ 190 ] {3e28ef33-2603-423e-a1ee-258fce097b7c::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 532 rows starting from the beginning of the part | ||
| 3350 | 2025.02.19 05:56:16.756443 [ 254 ] {54121e94-fc62-4129-9ead-e139b33d0ad0} <Trace> oximeter.measurements_cumulativeu64 (12ad3da5-8862-4a0c-98f0-1a099eec319b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3351 | 2025.02.19 05:56:16.756489 [ 254 ] {54121e94-fc62-4129-9ead-e139b33d0ad0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 3352 | 2025.02.19 05:56:16.757078 [ 190 ] {3e28ef33-2603-423e-a1ee-258fce097b7c::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2408 rows, containing 5 columns (5 merged, 0 gathered) in 0.004258711 sec., 565429.3047825973 rows/sec., 43.29 MiB/sec. | ||
| 3353 | 2025.02.19 05:56:16.757091 [ 254 ] {54121e94-fc62-4129-9ead-e139b33d0ad0} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3354 | 2025.02.19 05:56:16.757269 [ 186 ] {3e28ef33-2603-423e-a1ee-258fce097b7c::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3355 | 2025.02.19 05:56:16.757381 [ 254 ] {54121e94-fc62-4129-9ead-e139b33d0ad0} <Trace> oximeter.measurements_cumulativeu64 (12ad3da5-8862-4a0c-98f0-1a099eec319b): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3356 | 2025.02.19 05:56:16.757608 [ 145 ] {} <Debug> oximeter.measurements_cumulativeu64 (12ad3da5-8862-4a0c-98f0-1a099eec319b) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3357 | 2025.02.19 05:56:16.757718 [ 145 ] {} <Trace> oximeter.measurements_cumulativeu64 (12ad3da5-8862-4a0c-98f0-1a099eec319b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3358 | 2025.02.19 05:56:16.757771 [ 254 ] {54121e94-fc62-4129-9ead-e139b33d0ad0} <Debug> executeQuery: Read 974 rows, 66.96 KiB in 0.004535 sec., 214773.98015435503 rows/sec., 14.42 MiB/sec. | ||
| 3359 | 2025.02.19 05:56:16.757785 [ 145 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 3360 | 2025.02.19 05:56:16.757851 [ 186 ] {3e28ef33-2603-423e-a1ee-258fce097b7c::all_1_21_4} <Trace> oximeter.fields_uuid (3e28ef33-2603-423e-a1ee-258fce097b7c): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3361 | 2025.02.19 05:56:16.758128 [ 254 ] {54121e94-fc62-4129-9ead-e139b33d0ad0} <Debug> TCPHandler: Processed in 0.005178647 sec. | ||
| 3362 | 2025.02.19 05:56:16.758304 [ 186 ] {3e28ef33-2603-423e-a1ee-258fce097b7c::all_1_21_4} <Trace> oximeter.fields_uuid (3e28ef33-2603-423e-a1ee-258fce097b7c) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3363 | 2025.02.19 05:56:16.758473 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3364 | 2025.02.19 05:56:16.758472 [ 192 ] {12ad3da5-8862-4a0c-98f0-1a099eec319b::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 | ||
| 3365 | 2025.02.19 05:56:16.758523 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
| 3366 | 2025.02.19 05:56:16.758712 [ 258 ] {3e5513e2-2cca-4a9d-822e-561a2369ad06} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3367 | 2025.02.19 05:56:16.758848 [ 192 ] {12ad3da5-8862-4a0c-98f0-1a099eec319b::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3368 | 2025.02.19 05:56:16.758915 [ 258 ] {3e5513e2-2cca-4a9d-822e-561a2369ad06} <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 | ||
| 3369 | 2025.02.19 05:56:16.758939 [ 192 ] {12ad3da5-8862-4a0c-98f0-1a099eec319b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 5460 rows starting from the beginning of the part | ||
| 3370 | 2025.02.19 05:56:16.759380 [ 192 ] {12ad3da5-8862-4a0c-98f0-1a099eec319b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 160 rows starting from the beginning of the part | ||
| 3371 | 2025.02.19 05:56:16.759811 [ 192 ] {12ad3da5-8862-4a0c-98f0-1a099eec319b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 239 rows starting from the beginning of the part | ||
| 3372 | 2025.02.19 05:56:16.760215 [ 192 ] {12ad3da5-8862-4a0c-98f0-1a099eec319b::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 | ||
| 3373 | 2025.02.19 05:56:16.760655 [ 192 ] {12ad3da5-8862-4a0c-98f0-1a099eec319b::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 | ||
| 3374 | 2025.02.19 05:56:16.761110 [ 192 ] {12ad3da5-8862-4a0c-98f0-1a099eec319b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 974 rows starting from the beginning of the part | ||
| 3375 | 2025.02.19 05:56:16.764871 [ 258 ] {3e5513e2-2cca-4a9d-822e-561a2369ad06} <Trace> oximeter.measurements_histogramu64 (7e806432-9fb0-4852-8b8d-11fed24611fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3376 | 2025.02.19 05:56:16.764941 [ 258 ] {3e5513e2-2cca-4a9d-822e-561a2369ad06} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 3377 | 2025.02.19 05:56:16.766037 [ 258 ] {3e5513e2-2cca-4a9d-822e-561a2369ad06} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3378 | 2025.02.19 05:56:16.766362 [ 258 ] {3e5513e2-2cca-4a9d-822e-561a2369ad06} <Trace> oximeter.measurements_histogramu64 (7e806432-9fb0-4852-8b8d-11fed24611fa): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3379 | 2025.02.19 05:56:16.766549 [ 145 ] {} <Debug> oximeter.measurements_histogramu64 (7e806432-9fb0-4852-8b8d-11fed24611fa) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3380 | 2025.02.19 05:56:16.766642 [ 145 ] {} <Trace> oximeter.measurements_histogramu64 (7e806432-9fb0-4852-8b8d-11fed24611fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3381 | 2025.02.19 05:56:16.766691 [ 145 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 3382 | 2025.02.19 05:56:16.766735 [ 258 ] {3e5513e2-2cca-4a9d-822e-561a2369ad06} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.008098 sec., 1481.8473697209188 rows/sec., 2.66 MiB/sec. | ||
| 3383 | 2025.02.19 05:56:16.767019 [ 201 ] {7e806432-9fb0-4852-8b8d-11fed24611fa::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 | ||
| 3384 | 2025.02.19 05:56:16.767509 [ 192 ] {12ad3da5-8862-4a0c-98f0-1a099eec319b::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7230 rows, containing 5 columns (5 merged, 0 gathered) in 0.009479782 sec., 762675.7661726819 rows/sec., 51.46 MiB/sec. | ||
| 3385 | 2025.02.19 05:56:16.767736 [ 258 ] {3e5513e2-2cca-4a9d-822e-561a2369ad06} <Debug> TCPHandler: Processed in 0.009472031 sec. | ||
| 3386 | 2025.02.19 05:56:16.768017 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3387 | 2025.02.19 05:56:16.768173 [ 192 ] {12ad3da5-8862-4a0c-98f0-1a099eec319b::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3388 | 2025.02.19 05:56:16.768475 [ 201 ] {7e806432-9fb0-4852-8b8d-11fed24611fa::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3389 | 2025.02.19 05:56:16.768512 [ 254 ] {be6c319c-a9e1-483f-ac58-4855929c644d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3390 | 2025.02.19 05:56:16.768738 [ 254 ] {be6c319c-a9e1-483f-ac58-4855929c644d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3391 | 2025.02.19 05:56:16.768760 [ 201 ] {7e806432-9fb0-4852-8b8d-11fed24611fa::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 182 rows starting from the beginning of the part | ||
| 3392 | 2025.02.19 05:56:16.769156 [ 192 ] {12ad3da5-8862-4a0c-98f0-1a099eec319b::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (12ad3da5-8862-4a0c-98f0-1a099eec319b): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3393 | 2025.02.19 05:56:16.769496 [ 192 ] {12ad3da5-8862-4a0c-98f0-1a099eec319b::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (12ad3da5-8862-4a0c-98f0-1a099eec319b) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3394 | 2025.02.19 05:56:16.769823 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.44 MiB. | ||
| 3395 | 2025.02.19 05:56:16.770166 [ 201 ] {7e806432-9fb0-4852-8b8d-11fed24611fa::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 12 rows starting from the beginning of the part | ||
| 3396 | 2025.02.19 05:56:16.770813 [ 201 ] {7e806432-9fb0-4852-8b8d-11fed24611fa::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 27 rows starting from the beginning of the part | ||
| 3397 | 2025.02.19 05:56:16.771518 [ 254 ] {be6c319c-a9e1-483f-ac58-4855929c644d} <Trace> oximeter.measurements_u64 (fe0987d5-5b8f-48d5-a303-9c895ee7970c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3398 | 2025.02.19 05:56:16.771554 [ 201 ] {7e806432-9fb0-4852-8b8d-11fed24611fa::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 12 rows starting from the beginning of the part | ||
| 3399 | 2025.02.19 05:56:16.771590 [ 254 ] {be6c319c-a9e1-483f-ac58-4855929c644d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 3400 | 2025.02.19 05:56:16.772109 [ 201 ] {7e806432-9fb0-4852-8b8d-11fed24611fa::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 27 rows starting from the beginning of the part | ||
| 3401 | 2025.02.19 05:56:16.772775 [ 201 ] {7e806432-9fb0-4852-8b8d-11fed24611fa::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 12 rows starting from the beginning of the part | ||
| 3402 | 2025.02.19 05:56:16.773169 [ 254 ] {be6c319c-a9e1-483f-ac58-4855929c644d} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3403 | 2025.02.19 05:56:16.773845 [ 254 ] {be6c319c-a9e1-483f-ac58-4855929c644d} <Trace> oximeter.measurements_u64 (fe0987d5-5b8f-48d5-a303-9c895ee7970c): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3404 | 2025.02.19 05:56:16.774093 [ 145 ] {} <Debug> oximeter.measurements_u64 (fe0987d5-5b8f-48d5-a303-9c895ee7970c) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3405 | 2025.02.19 05:56:16.774200 [ 145 ] {} <Trace> oximeter.measurements_u64 (fe0987d5-5b8f-48d5-a303-9c895ee7970c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3406 | 2025.02.19 05:56:16.774289 [ 145 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 3407 | 2025.02.19 05:56:16.774398 [ 254 ] {be6c319c-a9e1-483f-ac58-4855929c644d} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.00608 sec., 7894.736842105262 rows/sec., 544.82 KiB/sec. | ||
| 3408 | 2025.02.19 05:56:16.774791 [ 254 ] {be6c319c-a9e1-483f-ac58-4855929c644d} <Debug> TCPHandler: Processed in 0.006946707 sec. | ||
| 3409 | 2025.02.19 05:56:16.774824 [ 194 ] {fe0987d5-5b8f-48d5-a303-9c895ee7970c::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 | ||
| 3410 | 2025.02.19 05:56:16.775245 [ 194 ] {fe0987d5-5b8f-48d5-a303-9c895ee7970c::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3411 | 2025.02.19 05:56:16.775313 [ 194 ] {fe0987d5-5b8f-48d5-a303-9c895ee7970c::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 842 rows starting from the beginning of the part | ||
| 3412 | 2025.02.19 05:56:16.775645 [ 194 ] {fe0987d5-5b8f-48d5-a303-9c895ee7970c::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 60 rows starting from the beginning of the part | ||
| 3413 | 2025.02.19 05:56:16.775831 [ 194 ] {fe0987d5-5b8f-48d5-a303-9c895ee7970c::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 82 rows starting from the beginning of the part | ||
| 3414 | 2025.02.19 05:56:16.776156 [ 194 ] {fe0987d5-5b8f-48d5-a303-9c895ee7970c::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 | ||
| 3415 | 2025.02.19 05:56:16.776569 [ 194 ] {fe0987d5-5b8f-48d5-a303-9c895ee7970c::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 | ||
| 3416 | 2025.02.19 05:56:16.776878 [ 194 ] {fe0987d5-5b8f-48d5-a303-9c895ee7970c::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 48 rows starting from the beginning of the part | ||
| 3417 | 2025.02.19 05:56:16.780434 [ 192 ] {fe0987d5-5b8f-48d5-a303-9c895ee7970c::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1174 rows, containing 4 columns (4 merged, 0 gathered) in 0.006024903 sec., 194857.908915712 rows/sec., 12.75 MiB/sec. | ||
| 3418 | 2025.02.19 05:56:16.780885 [ 192 ] {fe0987d5-5b8f-48d5-a303-9c895ee7970c::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3419 | 2025.02.19 05:56:16.781489 [ 192 ] {fe0987d5-5b8f-48d5-a303-9c895ee7970c::all_1_21_4} <Trace> oximeter.measurements_u64 (fe0987d5-5b8f-48d5-a303-9c895ee7970c): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3420 | 2025.02.19 05:56:16.781577 [ 192 ] {fe0987d5-5b8f-48d5-a303-9c895ee7970c::all_1_21_4} <Trace> oximeter.measurements_u64 (fe0987d5-5b8f-48d5-a303-9c895ee7970c) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3421 | 2025.02.19 05:56:16.781665 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. | ||
| 3422 | 2025.02.19 05:56:16.781990 [ 187 ] {7e806432-9fb0-4852-8b8d-11fed24611fa::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 272 rows, containing 19 columns (19 merged, 0 gathered) in 0.015217109 sec., 17874.617313972056 rows/sec., 32.03 MiB/sec. | ||
| 3423 | 2025.02.19 05:56:16.782581 [ 189 ] {7e806432-9fb0-4852-8b8d-11fed24611fa::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3424 | 2025.02.19 05:56:16.783064 [ 189 ] {7e806432-9fb0-4852-8b8d-11fed24611fa::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (7e806432-9fb0-4852-8b8d-11fed24611fa): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3425 | 2025.02.19 05:56:16.783144 [ 189 ] {7e806432-9fb0-4852-8b8d-11fed24611fa::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (7e806432-9fb0-4852-8b8d-11fed24611fa) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3426 | 2025.02.19 05:56:16.783264 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.49 MiB. | ||
| 3427 | 2025.02.19 05:56:18.096940 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 48 entries to flush up to offset 498 | ||
| 3428 | 2025.02.19 05:56:18.100285 [ 242 ] {} <Trace> system.query_log (c5831a85-9043-4d4c-a5be-d968cb126303): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3429 | 2025.02.19 05:56:18.100329 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 3430 | 2025.02.19 05:56:18.101797 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3431 | 2025.02.19 05:56:18.102099 [ 242 ] {} <Trace> system.query_log (c5831a85-9043-4d4c-a5be-d968cb126303): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3432 | 2025.02.19 05:56:18.102630 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 498 | ||
| 3433 | 2025.02.19 05:56:18.549591 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3434 | 2025.02.19 05:56:18.549801 [ 254 ] {49b74129-39e4-4421-9695-116a7e47d92c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3435 | 2025.02.19 05:56:18.549883 [ 254 ] {49b74129-39e4-4421-9695-116a7e47d92c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3436 | 2025.02.19 05:56:18.550698 [ 254 ] {49b74129-39e4-4421-9695-116a7e47d92c} <Trace> oximeter.fields_string (2fcca75a-374a-4c87-833b-a981a707b5d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3437 | 2025.02.19 05:56:18.550749 [ 254 ] {49b74129-39e4-4421-9695-116a7e47d92c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 3438 | 2025.02.19 05:56:18.551182 [ 254 ] {49b74129-39e4-4421-9695-116a7e47d92c} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3439 | 2025.02.19 05:56:18.551432 [ 254 ] {49b74129-39e4-4421-9695-116a7e47d92c} <Trace> oximeter.fields_string (2fcca75a-374a-4c87-833b-a981a707b5d9): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3440 | 2025.02.19 05:56:18.551665 [ 254 ] {49b74129-39e4-4421-9695-116a7e47d92c} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001926 sec., 29075.80477673936 rows/sec., 2.23 MiB/sec. | ||
| 3441 | 2025.02.19 05:56:18.551722 [ 254 ] {49b74129-39e4-4421-9695-116a7e47d92c} <Debug> TCPHandler: Processed in 0.002279729 sec. | ||
| 3442 | 2025.02.19 05:56:18.551912 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3443 | 2025.02.19 05:56:18.552046 [ 258 ] {2756b7ae-9680-4569-8a60-d6f3ef1a22fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3444 | 2025.02.19 05:56:18.552100 [ 258 ] {2756b7ae-9680-4569-8a60-d6f3ef1a22fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3445 | 2025.02.19 05:56:18.552785 [ 258 ] {2756b7ae-9680-4569-8a60-d6f3ef1a22fb} <Trace> oximeter.fields_uuid (3e28ef33-2603-423e-a1ee-258fce097b7c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3446 | 2025.02.19 05:56:18.552832 [ 258 ] {2756b7ae-9680-4569-8a60-d6f3ef1a22fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 3447 | 2025.02.19 05:56:18.553244 [ 258 ] {2756b7ae-9680-4569-8a60-d6f3ef1a22fb} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3448 | 2025.02.19 05:56:18.553508 [ 258 ] {2756b7ae-9680-4569-8a60-d6f3ef1a22fb} <Trace> oximeter.fields_uuid (3e28ef33-2603-423e-a1ee-258fce097b7c): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3449 | 2025.02.19 05:56:18.553724 [ 258 ] {2756b7ae-9680-4569-8a60-d6f3ef1a22fb} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001708 sec., 37470.725995316156 rows/sec., 2.92 MiB/sec. | ||
| 3450 | 2025.02.19 05:56:18.553778 [ 258 ] {2756b7ae-9680-4569-8a60-d6f3ef1a22fb} <Debug> TCPHandler: Processed in 0.001936313 sec. | ||
| 3451 | 2025.02.19 05:56:18.553925 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3452 | 2025.02.19 05:56:18.554030 [ 254 ] {78b02ae8-1c3c-4f94-991b-353c46d93df6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3453 | 2025.02.19 05:56:18.554079 [ 254 ] {78b02ae8-1c3c-4f94-991b-353c46d93df6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3454 | 2025.02.19 05:56:18.554677 [ 254 ] {78b02ae8-1c3c-4f94-991b-353c46d93df6} <Trace> oximeter.measurements_cumulativeu64 (12ad3da5-8862-4a0c-98f0-1a099eec319b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3455 | 2025.02.19 05:56:18.554723 [ 254 ] {78b02ae8-1c3c-4f94-991b-353c46d93df6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 3456 | 2025.02.19 05:56:18.555180 [ 254 ] {78b02ae8-1c3c-4f94-991b-353c46d93df6} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3457 | 2025.02.19 05:56:18.555422 [ 254 ] {78b02ae8-1c3c-4f94-991b-353c46d93df6} <Trace> oximeter.measurements_cumulativeu64 (12ad3da5-8862-4a0c-98f0-1a099eec319b): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3458 | 2025.02.19 05:56:18.555626 [ 254 ] {78b02ae8-1c3c-4f94-991b-353c46d93df6} <Debug> executeQuery: Read 32 rows, 2.28 KiB in 0.001617 sec., 19789.734075448363 rows/sec., 1.38 MiB/sec. | ||
| 3459 | 2025.02.19 05:56:18.555677 [ 254 ] {78b02ae8-1c3c-4f94-991b-353c46d93df6} <Debug> TCPHandler: Processed in 0.001805051 sec. | ||
| 3460 | 2025.02.19 05:56:18.555821 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3461 | 2025.02.19 05:56:18.555927 [ 258 ] {9add8dbc-c05f-4869-b2a3-a6d4a3102033} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3462 | 2025.02.19 05:56:18.555973 [ 258 ] {9add8dbc-c05f-4869-b2a3-a6d4a3102033} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3463 | 2025.02.19 05:56:18.556401 [ 258 ] {9add8dbc-c05f-4869-b2a3-a6d4a3102033} <Trace> oximeter.measurements_u64 (fe0987d5-5b8f-48d5-a303-9c895ee7970c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3464 | 2025.02.19 05:56:18.556439 [ 258 ] {9add8dbc-c05f-4869-b2a3-a6d4a3102033} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 3465 | 2025.02.19 05:56:18.556791 [ 258 ] {9add8dbc-c05f-4869-b2a3-a6d4a3102033} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3466 | 2025.02.19 05:56:18.557021 [ 258 ] {9add8dbc-c05f-4869-b2a3-a6d4a3102033} <Trace> oximeter.measurements_u64 (fe0987d5-5b8f-48d5-a303-9c895ee7970c): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3467 | 2025.02.19 05:56:18.557242 [ 258 ] {9add8dbc-c05f-4869-b2a3-a6d4a3102033} <Debug> executeQuery: Read 12 rows, 848.00 B in 0.001337 sec., 8975.317875841436 rows/sec., 619.39 KiB/sec. | ||
| 3468 | 2025.02.19 05:56:18.557351 [ 258 ] {9add8dbc-c05f-4869-b2a3-a6d4a3102033} <Debug> TCPHandler: Processed in 0.001581036 sec. | ||
| 3469 | 2025.02.19 05:56:20.570997 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 6893 | ||
| 3470 | 2025.02.19 05:56:20.571646 [ 244 ] {} <Trace> system.asynchronous_metric_log (5573eb27-0871-4eb5-bfd6-93b6d6d4142e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3471 | 2025.02.19 05:56:20.571694 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 3472 | 2025.02.19 05:56:20.572226 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3473 | 2025.02.19 05:56:20.572497 [ 244 ] {} <Trace> system.asynchronous_metric_log (5573eb27-0871-4eb5-bfd6-93b6d6d4142e): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3474 | 2025.02.19 05:56:20.572843 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6893 | ||
| 3475 | 2025.02.19 05:56:21.032380 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 114 | ||
| 3476 | 2025.02.19 05:56:21.052813 [ 243 ] {} <Trace> system.metric_log (636422f3-000f-4feb-9852-006313efe3e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3477 | 2025.02.19 05:56:21.052872 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 3478 | 2025.02.19 05:56:21.060396 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3479 | 2025.02.19 05:56:21.061221 [ 243 ] {} <Trace> system.metric_log (636422f3-000f-4feb-9852-006313efe3e0): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3480 | 2025.02.19 05:56:21.064105 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 114 | ||
| 3481 | 2025.02.19 05:56:23.562915 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3482 | 2025.02.19 05:56:23.563131 [ 254 ] {eb0cbade-0fa4-463d-84bd-04012639de9d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 3483 | 2025.02.19 05:56:23.563215 [ 254 ] {eb0cbade-0fa4-463d-84bd-04012639de9d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 3484 | 2025.02.19 05:56:23.564085 [ 254 ] {eb0cbade-0fa4-463d-84bd-04012639de9d} <Trace> oximeter.fields_i16 (2bf1598c-a5a7-46ca-9aca-ef074bb76812): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3485 | 2025.02.19 05:56:23.564139 [ 254 ] {eb0cbade-0fa4-463d-84bd-04012639de9d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 3486 | 2025.02.19 05:56:23.564586 [ 254 ] {eb0cbade-0fa4-463d-84bd-04012639de9d} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3487 | 2025.02.19 05:56:23.564843 [ 254 ] {eb0cbade-0fa4-463d-84bd-04012639de9d} <Trace> oximeter.fields_i16 (2bf1598c-a5a7-46ca-9aca-ef074bb76812): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3488 | 2025.02.19 05:56:23.565152 [ 254 ] {eb0cbade-0fa4-463d-84bd-04012639de9d} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002063 sec., 102762.96655356276 rows/sec., 6.54 MiB/sec. | ||
| 3489 | 2025.02.19 05:56:23.565299 [ 254 ] {eb0cbade-0fa4-463d-84bd-04012639de9d} <Debug> TCPHandler: Processed in 0.002532613 sec. | ||
| 3490 | 2025.02.19 05:56:23.565497 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3491 | 2025.02.19 05:56:23.565637 [ 258 ] {4dd5154e-843e-4689-8251-5daa1d0a7a02} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3492 | 2025.02.19 05:56:23.565694 [ 258 ] {4dd5154e-843e-4689-8251-5daa1d0a7a02} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3493 | 2025.02.19 05:56:23.566671 [ 258 ] {4dd5154e-843e-4689-8251-5daa1d0a7a02} <Trace> oximeter.fields_string (2fcca75a-374a-4c87-833b-a981a707b5d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3494 | 2025.02.19 05:56:23.566712 [ 258 ] {4dd5154e-843e-4689-8251-5daa1d0a7a02} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 3495 | 2025.02.19 05:56:23.567139 [ 258 ] {4dd5154e-843e-4689-8251-5daa1d0a7a02} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3496 | 2025.02.19 05:56:23.567383 [ 258 ] {4dd5154e-843e-4689-8251-5daa1d0a7a02} <Trace> oximeter.fields_string (2fcca75a-374a-4c87-833b-a981a707b5d9): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3497 | 2025.02.19 05:56:23.567630 [ 258 ] {4dd5154e-843e-4689-8251-5daa1d0a7a02} <Debug> executeQuery: Read 671 rows, 54.45 KiB in 0.002027 sec., 331031.0804144055 rows/sec., 26.23 MiB/sec. | ||
| 3498 | 2025.02.19 05:56:23.567838 [ 258 ] {4dd5154e-843e-4689-8251-5daa1d0a7a02} <Debug> TCPHandler: Processed in 0.002406181 sec. | ||
| 3499 | 2025.02.19 05:56:23.568041 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3500 | 2025.02.19 05:56:23.568176 [ 254 ] {ff8633b3-021f-4a50-b303-baea6259f5de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3501 | 2025.02.19 05:56:23.568233 [ 254 ] {ff8633b3-021f-4a50-b303-baea6259f5de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3502 | 2025.02.19 05:56:23.568860 [ 254 ] {ff8633b3-021f-4a50-b303-baea6259f5de} <Trace> oximeter.fields_u16 (6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3503 | 2025.02.19 05:56:23.568900 [ 254 ] {ff8633b3-021f-4a50-b303-baea6259f5de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 3504 | 2025.02.19 05:56:23.569271 [ 254 ] {ff8633b3-021f-4a50-b303-baea6259f5de} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3505 | 2025.02.19 05:56:23.569517 [ 254 ] {ff8633b3-021f-4a50-b303-baea6259f5de} <Trace> oximeter.fields_u16 (6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3506 | 2025.02.19 05:56:23.569732 [ 254 ] {ff8633b3-021f-4a50-b303-baea6259f5de} <Debug> executeQuery: Read 133 rows, 8.42 KiB in 0.001589 sec., 83700.44052863437 rows/sec., 5.17 MiB/sec. | ||
| 3507 | 2025.02.19 05:56:23.569786 [ 254 ] {ff8633b3-021f-4a50-b303-baea6259f5de} <Debug> TCPHandler: Processed in 0.001845771 sec. | ||
| 3508 | 2025.02.19 05:56:23.569929 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3509 | 2025.02.19 05:56:23.570035 [ 258 ] {81e436d2-2767-4c1e-b12e-fb017a2c801a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3510 | 2025.02.19 05:56:23.570079 [ 258 ] {81e436d2-2767-4c1e-b12e-fb017a2c801a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3511 | 2025.02.19 05:56:23.570641 [ 258 ] {81e436d2-2767-4c1e-b12e-fb017a2c801a} <Trace> oximeter.fields_u32 (65b4bee1-230d-4ffd-8593-1cf368c54481): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3512 | 2025.02.19 05:56:23.570681 [ 258 ] {81e436d2-2767-4c1e-b12e-fb017a2c801a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 3513 | 2025.02.19 05:56:23.571041 [ 258 ] {81e436d2-2767-4c1e-b12e-fb017a2c801a} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3514 | 2025.02.19 05:56:23.571290 [ 258 ] {81e436d2-2767-4c1e-b12e-fb017a2c801a} <Trace> oximeter.fields_u32 (65b4bee1-230d-4ffd-8593-1cf368c54481): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3515 | 2025.02.19 05:56:23.571459 [ 135 ] {} <Debug> oximeter.fields_u32 (65b4bee1-230d-4ffd-8593-1cf368c54481) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 3516 | 2025.02.19 05:56:23.571519 [ 258 ] {81e436d2-2767-4c1e-b12e-fb017a2c801a} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001507 sec., 74983.4107498341 rows/sec., 4.85 MiB/sec. | ||
| 3517 | 2025.02.19 05:56:23.571560 [ 135 ] {} <Trace> oximeter.fields_u32 (65b4bee1-230d-4ffd-8593-1cf368c54481): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3518 | 2025.02.19 05:56:23.571638 [ 258 ] {81e436d2-2767-4c1e-b12e-fb017a2c801a} <Debug> TCPHandler: Processed in 0.00175745 sec. | ||
| 3519 | 2025.02.19 05:56:23.571642 [ 135 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 3520 | 2025.02.19 05:56:23.571839 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3521 | 2025.02.19 05:56:23.571868 [ 201 ] {65b4bee1-230d-4ffd-8593-1cf368c54481::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 | ||
| 3522 | 2025.02.19 05:56:23.572065 [ 254 ] {d280c5c1-763c-4b1d-b74e-bf854dfdc845} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 3523 | 2025.02.19 05:56:23.572183 [ 201 ] {65b4bee1-230d-4ffd-8593-1cf368c54481::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3524 | 2025.02.19 05:56:23.572185 [ 254 ] {d280c5c1-763c-4b1d-b74e-bf854dfdc845} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3525 | 2025.02.19 05:56:23.572269 [ 201 ] {65b4bee1-230d-4ffd-8593-1cf368c54481::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 342 rows starting from the beginning of the part | ||
| 3526 | 2025.02.19 05:56:23.572590 [ 201 ] {65b4bee1-230d-4ffd-8593-1cf368c54481::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 | ||
| 3527 | 2025.02.19 05:56:23.572866 [ 201 ] {65b4bee1-230d-4ffd-8593-1cf368c54481::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 | ||
| 3528 | 2025.02.19 05:56:23.573211 [ 201 ] {65b4bee1-230d-4ffd-8593-1cf368c54481::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 113 rows starting from the beginning of the part | ||
| 3529 | 2025.02.19 05:56:23.573620 [ 201 ] {65b4bee1-230d-4ffd-8593-1cf368c54481::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 228 rows starting from the beginning of the part | ||
| 3530 | 2025.02.19 05:56:23.573954 [ 201 ] {65b4bee1-230d-4ffd-8593-1cf368c54481::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 | ||
| 3531 | 2025.02.19 05:56:23.575185 [ 254 ] {d280c5c1-763c-4b1d-b74e-bf854dfdc845} <Trace> oximeter.fields_u8 (cef67ce3-27e4-4c55-9365-409a4c7c6d8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3532 | 2025.02.19 05:56:23.575247 [ 254 ] {d280c5c1-763c-4b1d-b74e-bf854dfdc845} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 3533 | 2025.02.19 05:56:23.576314 [ 254 ] {d280c5c1-763c-4b1d-b74e-bf854dfdc845} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3534 | 2025.02.19 05:56:23.576845 [ 254 ] {d280c5c1-763c-4b1d-b74e-bf854dfdc845} <Trace> oximeter.fields_u8 (cef67ce3-27e4-4c55-9365-409a4c7c6d8e): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3535 | 2025.02.19 05:56:23.577045 [ 201 ] {65b4bee1-230d-4ffd-8593-1cf368c54481::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1022 rows, containing 5 columns (5 merged, 0 gathered) in 0.005265159 sec., 194106.19888212302 rows/sec., 13.56 MiB/sec. | ||
| 3536 | 2025.02.19 05:56:23.577386 [ 201 ] {65b4bee1-230d-4ffd-8593-1cf368c54481::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 3537 | 2025.02.19 05:56:23.577447 [ 254 ] {d280c5c1-763c-4b1d-b74e-bf854dfdc845} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.005407 sec., 20713.889402626224 rows/sec., 1.18 MiB/sec. | ||
| 3538 | 2025.02.19 05:56:23.577664 [ 254 ] {d280c5c1-763c-4b1d-b74e-bf854dfdc845} <Debug> TCPHandler: Processed in 0.005933671 sec. | ||
| 3539 | 2025.02.19 05:56:23.577852 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3540 | 2025.02.19 05:56:23.577976 [ 201 ] {65b4bee1-230d-4ffd-8593-1cf368c54481::all_1_11_2} <Trace> oximeter.fields_u32 (65b4bee1-230d-4ffd-8593-1cf368c54481): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3541 | 2025.02.19 05:56:23.578086 [ 258 ] {e14441f1-e444-492c-a79b-637afc1a3b6b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3542 | 2025.02.19 05:56:23.578168 [ 201 ] {65b4bee1-230d-4ffd-8593-1cf368c54481::all_1_11_2} <Trace> oximeter.fields_u32 (65b4bee1-230d-4ffd-8593-1cf368c54481) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 3543 | 2025.02.19 05:56:23.578172 [ 258 ] {e14441f1-e444-492c-a79b-637afc1a3b6b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3544 | 2025.02.19 05:56:23.578355 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
| 3545 | 2025.02.19 05:56:23.579110 [ 258 ] {e14441f1-e444-492c-a79b-637afc1a3b6b} <Trace> oximeter.fields_uuid (3e28ef33-2603-423e-a1ee-258fce097b7c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3546 | 2025.02.19 05:56:23.579154 [ 258 ] {e14441f1-e444-492c-a79b-637afc1a3b6b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 3547 | 2025.02.19 05:56:23.579559 [ 258 ] {e14441f1-e444-492c-a79b-637afc1a3b6b} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3548 | 2025.02.19 05:56:23.579815 [ 258 ] {e14441f1-e444-492c-a79b-637afc1a3b6b} <Trace> oximeter.fields_uuid (3e28ef33-2603-423e-a1ee-258fce097b7c): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3549 | 2025.02.19 05:56:23.580033 [ 258 ] {e14441f1-e444-492c-a79b-637afc1a3b6b} <Debug> executeQuery: Read 409 rows, 29.75 KiB in 0.002026 sec., 201875.6169792695 rows/sec., 14.34 MiB/sec. | ||
| 3550 | 2025.02.19 05:56:23.580089 [ 258 ] {e14441f1-e444-492c-a79b-637afc1a3b6b} <Debug> TCPHandler: Processed in 0.002323659 sec. | ||
| 3551 | 2025.02.19 05:56:23.580252 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3552 | 2025.02.19 05:56:23.580383 [ 254 ] {e85465fe-a7ae-4c3a-a327-50e695e83106} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 3553 | 2025.02.19 05:56:23.580441 [ 254 ] {e85465fe-a7ae-4c3a-a327-50e695e83106} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3554 | 2025.02.19 05:56:23.580983 [ 254 ] {e85465fe-a7ae-4c3a-a327-50e695e83106} <Trace> oximeter.measurements_bool (16e9d126-bc56-4e42-988e-352459bd24dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3555 | 2025.02.19 05:56:23.581029 [ 254 ] {e85465fe-a7ae-4c3a-a327-50e695e83106} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 3556 | 2025.02.19 05:56:23.581430 [ 254 ] {e85465fe-a7ae-4c3a-a327-50e695e83106} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3557 | 2025.02.19 05:56:23.581676 [ 254 ] {e85465fe-a7ae-4c3a-a327-50e695e83106} <Trace> oximeter.measurements_bool (16e9d126-bc56-4e42-988e-352459bd24dc): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3558 | 2025.02.19 05:56:23.581972 [ 254 ] {e85465fe-a7ae-4c3a-a327-50e695e83106} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001596 sec., 3759.3984962406016 rows/sec., 196.41 KiB/sec. | ||
| 3559 | 2025.02.19 05:56:23.582095 [ 254 ] {e85465fe-a7ae-4c3a-a327-50e695e83106} <Debug> TCPHandler: Processed in 0.001907852 sec. | ||
| 3560 | 2025.02.19 05:56:23.582240 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3561 | 2025.02.19 05:56:23.582361 [ 258 ] {d5b8980b-e94a-4bd1-9dee-8a0b866ae61b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3562 | 2025.02.19 05:56:23.582419 [ 258 ] {d5b8980b-e94a-4bd1-9dee-8a0b866ae61b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3563 | 2025.02.19 05:56:23.583081 [ 258 ] {d5b8980b-e94a-4bd1-9dee-8a0b866ae61b} <Trace> oximeter.measurements_cumulativeu64 (12ad3da5-8862-4a0c-98f0-1a099eec319b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3564 | 2025.02.19 05:56:23.583128 [ 258 ] {d5b8980b-e94a-4bd1-9dee-8a0b866ae61b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 3565 | 2025.02.19 05:56:23.583553 [ 258 ] {d5b8980b-e94a-4bd1-9dee-8a0b866ae61b} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3566 | 2025.02.19 05:56:23.583789 [ 258 ] {d5b8980b-e94a-4bd1-9dee-8a0b866ae61b} <Trace> oximeter.measurements_cumulativeu64 (12ad3da5-8862-4a0c-98f0-1a099eec319b): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3567 | 2025.02.19 05:56:23.583997 [ 258 ] {d5b8980b-e94a-4bd1-9dee-8a0b866ae61b} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001666 sec., 142256.90276110446 rows/sec., 9.54 MiB/sec. | ||
| 3568 | 2025.02.19 05:56:23.584052 [ 258 ] {d5b8980b-e94a-4bd1-9dee-8a0b866ae61b} <Debug> TCPHandler: Processed in 0.001864071 sec. | ||
| 3569 | 2025.02.19 05:56:23.584188 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3570 | 2025.02.19 05:56:23.584294 [ 254 ] {30fa4fde-65f6-448b-97cc-400d1120b447} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 3571 | 2025.02.19 05:56:23.584353 [ 254 ] {30fa4fde-65f6-448b-97cc-400d1120b447} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 3572 | 2025.02.19 05:56:23.584871 [ 254 ] {30fa4fde-65f6-448b-97cc-400d1120b447} <Trace> oximeter.measurements_f64 (338bebf0-eeef-41b9-b679-f4717a277180): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3573 | 2025.02.19 05:56:23.584918 [ 254 ] {30fa4fde-65f6-448b-97cc-400d1120b447} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 3574 | 2025.02.19 05:56:23.585334 [ 254 ] {30fa4fde-65f6-448b-97cc-400d1120b447} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3575 | 2025.02.19 05:56:23.585571 [ 254 ] {30fa4fde-65f6-448b-97cc-400d1120b447} <Trace> oximeter.measurements_f64 (338bebf0-eeef-41b9-b679-f4717a277180): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3576 | 2025.02.19 05:56:23.585777 [ 254 ] {30fa4fde-65f6-448b-97cc-400d1120b447} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001505 sec., 664.4518272425249 rows/sec., 44.77 KiB/sec. | ||
| 3577 | 2025.02.19 05:56:23.585827 [ 254 ] {30fa4fde-65f6-448b-97cc-400d1120b447} <Debug> TCPHandler: Processed in 0.001690739 sec. | ||
| 3578 | 2025.02.19 05:56:23.585964 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3579 | 2025.02.19 05:56:23.586070 [ 258 ] {61cf28bf-0d71-4df5-9371-f0645e5d597d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3580 | 2025.02.19 05:56:23.586137 [ 258 ] {61cf28bf-0d71-4df5-9371-f0645e5d597d} <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 | ||
| 3581 | 2025.02.19 05:56:23.587265 [ 258 ] {61cf28bf-0d71-4df5-9371-f0645e5d597d} <Trace> oximeter.measurements_histogramu64 (7e806432-9fb0-4852-8b8d-11fed24611fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3582 | 2025.02.19 05:56:23.587307 [ 258 ] {61cf28bf-0d71-4df5-9371-f0645e5d597d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 3583 | 2025.02.19 05:56:23.587948 [ 258 ] {61cf28bf-0d71-4df5-9371-f0645e5d597d} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3584 | 2025.02.19 05:56:23.588202 [ 258 ] {61cf28bf-0d71-4df5-9371-f0645e5d597d} <Trace> oximeter.measurements_histogramu64 (7e806432-9fb0-4852-8b8d-11fed24611fa): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3585 | 2025.02.19 05:56:23.588451 [ 258 ] {61cf28bf-0d71-4df5-9371-f0645e5d597d} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002402 sec., 11240.632805995005 rows/sec., 20.14 MiB/sec. | ||
| 3586 | 2025.02.19 05:56:23.588548 [ 258 ] {61cf28bf-0d71-4df5-9371-f0645e5d597d} <Debug> TCPHandler: Processed in 0.002636745 sec. | ||
| 3587 | 2025.02.19 05:56:23.588701 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3588 | 2025.02.19 05:56:23.588829 [ 254 ] {27148ef4-b413-46bc-b200-a92b15624d60} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3589 | 2025.02.19 05:56:23.588885 [ 254 ] {27148ef4-b413-46bc-b200-a92b15624d60} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3590 | 2025.02.19 05:56:23.589391 [ 254 ] {27148ef4-b413-46bc-b200-a92b15624d60} <Trace> oximeter.measurements_u64 (fe0987d5-5b8f-48d5-a303-9c895ee7970c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3591 | 2025.02.19 05:56:23.589429 [ 254 ] {27148ef4-b413-46bc-b200-a92b15624d60} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 3592 | 2025.02.19 05:56:23.589784 [ 254 ] {27148ef4-b413-46bc-b200-a92b15624d60} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3593 | 2025.02.19 05:56:23.590029 [ 254 ] {27148ef4-b413-46bc-b200-a92b15624d60} <Trace> oximeter.measurements_u64 (fe0987d5-5b8f-48d5-a303-9c895ee7970c): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3594 | 2025.02.19 05:56:23.590236 [ 254 ] {27148ef4-b413-46bc-b200-a92b15624d60} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001436 sec., 57103.06406685237 rows/sec., 3.63 MiB/sec. | ||
| 3595 | 2025.02.19 05:56:23.590286 [ 254 ] {27148ef4-b413-46bc-b200-a92b15624d60} <Debug> TCPHandler: Processed in 0.001650338 sec. | ||
| 3596 | 2025.02.19 05:56:27.973948 [ 130 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 3597 | 2025.02.19 05:56:27.974046 [ 130 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 3598 | 2025.02.19 05:56:28.073058 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 7381 | ||
| 3599 | 2025.02.19 05:56:28.073785 [ 244 ] {} <Trace> system.asynchronous_metric_log (5573eb27-0871-4eb5-bfd6-93b6d6d4142e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3600 | 2025.02.19 05:56:28.073834 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 3601 | 2025.02.19 05:56:28.074372 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3602 | 2025.02.19 05:56:28.074620 [ 244 ] {} <Trace> system.asynchronous_metric_log (5573eb27-0871-4eb5-bfd6-93b6d6d4142e): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3603 | 2025.02.19 05:56:28.074843 [ 130 ] {} <Debug> system.asynchronous_metric_log (5573eb27-0871-4eb5-bfd6-93b6d6d4142e) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3604 | 2025.02.19 05:56:28.074861 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7381 | ||
| 3605 | 2025.02.19 05:56:28.074916 [ 130 ] {} <Trace> system.asynchronous_metric_log (5573eb27-0871-4eb5-bfd6-93b6d6d4142e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3606 | 2025.02.19 05:56:28.074944 [ 130 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 3607 | 2025.02.19 05:56:28.075189 [ 187 ] {5573eb27-0871-4eb5-bfd6-93b6d6d4142e::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 | ||
| 3608 | 2025.02.19 05:56:28.075370 [ 187 ] {5573eb27-0871-4eb5-bfd6-93b6d6d4142e::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3609 | 2025.02.19 05:56:28.075415 [ 187 ] {5573eb27-0871-4eb5-bfd6-93b6d6d4142e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 5063 rows starting from the beginning of the part | ||
| 3610 | 2025.02.19 05:56:28.075497 [ 187 ] {5573eb27-0871-4eb5-bfd6-93b6d6d4142e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 488 rows starting from the beginning of the part | ||
| 3611 | 2025.02.19 05:56:28.075706 [ 187 ] {5573eb27-0871-4eb5-bfd6-93b6d6d4142e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 427 rows starting from the beginning of the part | ||
| 3612 | 2025.02.19 05:56:28.075937 [ 187 ] {5573eb27-0871-4eb5-bfd6-93b6d6d4142e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 488 rows starting from the beginning of the part | ||
| 3613 | 2025.02.19 05:56:28.076089 [ 187 ] {5573eb27-0871-4eb5-bfd6-93b6d6d4142e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 427 rows starting from the beginning of the part | ||
| 3614 | 2025.02.19 05:56:28.076274 [ 187 ] {5573eb27-0871-4eb5-bfd6-93b6d6d4142e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 488 rows starting from the beginning of the part | ||
| 3615 | 2025.02.19 05:56:28.078006 [ 199 ] {5573eb27-0871-4eb5-bfd6-93b6d6d4142e::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7381 rows, containing 4 columns (4 merged, 0 gathered) in 0.00298262 sec., 2474669.921076101 rows/sec., 35.40 MiB/sec. | ||
| 3616 | 2025.02.19 05:56:28.078497 [ 197 ] {5573eb27-0871-4eb5-bfd6-93b6d6d4142e::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3617 | 2025.02.19 05:56:28.078852 [ 197 ] {5573eb27-0871-4eb5-bfd6-93b6d6d4142e::all_1_16_3} <Trace> system.asynchronous_metric_log (5573eb27-0871-4eb5-bfd6-93b6d6d4142e): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3618 | 2025.02.19 05:56:28.078945 [ 197 ] {5573eb27-0871-4eb5-bfd6-93b6d6d4142e::all_1_16_3} <Trace> system.asynchronous_metric_log (5573eb27-0871-4eb5-bfd6-93b6d6d4142e) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3619 | 2025.02.19 05:56:28.079065 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.44 MiB. | ||
| 3620 | 2025.02.19 05:56:28.102959 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 528 | ||
| 3621 | 2025.02.19 05:56:28.106048 [ 242 ] {} <Trace> system.query_log (c5831a85-9043-4d4c-a5be-d968cb126303): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3622 | 2025.02.19 05:56:28.106095 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 3623 | 2025.02.19 05:56:28.107615 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3624 | 2025.02.19 05:56:28.107930 [ 242 ] {} <Trace> system.query_log (c5831a85-9043-4d4c-a5be-d968cb126303): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3625 | 2025.02.19 05:56:28.108104 [ 130 ] {} <Debug> system.query_log (c5831a85-9043-4d4c-a5be-d968cb126303) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 3626 | 2025.02.19 05:56:28.108172 [ 130 ] {} <Trace> system.query_log (c5831a85-9043-4d4c-a5be-d968cb126303): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3627 | 2025.02.19 05:56:28.108212 [ 130 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 3628 | 2025.02.19 05:56:28.108800 [ 187 ] {c5831a85-9043-4d4c-a5be-d968cb126303::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 | ||
| 3629 | 2025.02.19 05:56:28.110026 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 528 | ||
| 3630 | 2025.02.19 05:56:28.110431 [ 187 ] {c5831a85-9043-4d4c-a5be-d968cb126303::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3631 | 2025.02.19 05:56:28.110600 [ 187 ] {c5831a85-9043-4d4c-a5be-d968cb126303::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 328 rows starting from the beginning of the part | ||
| 3632 | 2025.02.19 05:56:28.111186 [ 187 ] {c5831a85-9043-4d4c-a5be-d968cb126303::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 54 rows starting from the beginning of the part | ||
| 3633 | 2025.02.19 05:56:28.111844 [ 187 ] {c5831a85-9043-4d4c-a5be-d968cb126303::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 30 rows starting from the beginning of the part | ||
| 3634 | 2025.02.19 05:56:28.112472 [ 187 ] {c5831a85-9043-4d4c-a5be-d968cb126303::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 38 rows starting from the beginning of the part | ||
| 3635 | 2025.02.19 05:56:28.113076 [ 187 ] {c5831a85-9043-4d4c-a5be-d968cb126303::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 48 rows starting from the beginning of the part | ||
| 3636 | 2025.02.19 05:56:28.113660 [ 187 ] {c5831a85-9043-4d4c-a5be-d968cb126303::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 30 rows starting from the beginning of the part | ||
| 3637 | 2025.02.19 05:56:28.121330 [ 200 ] {c5831a85-9043-4d4c-a5be-d968cb126303::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 528 rows, containing 72 columns (72 merged, 0 gathered) in 0.013011431 sec., 40579.70257076259 rows/sec., 36.76 MiB/sec. | ||
| 3638 | 2025.02.19 05:56:28.122991 [ 200 ] {c5831a85-9043-4d4c-a5be-d968cb126303::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 3639 | 2025.02.19 05:56:28.123808 [ 200 ] {c5831a85-9043-4d4c-a5be-d968cb126303::all_1_11_2} <Trace> system.query_log (c5831a85-9043-4d4c-a5be-d968cb126303): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3640 | 2025.02.19 05:56:28.123909 [ 200 ] {c5831a85-9043-4d4c-a5be-d968cb126303::all_1_11_2} <Trace> system.query_log (c5831a85-9043-4d4c-a5be-d968cb126303) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 3641 | 2025.02.19 05:56:28.124238 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.80 MiB. | ||
| 3642 | 2025.02.19 05:56:28.556099 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3643 | 2025.02.19 05:56:28.556306 [ 254 ] {69b7a245-c2ac-42bd-8914-336248960062} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3644 | 2025.02.19 05:56:28.556400 [ 254 ] {69b7a245-c2ac-42bd-8914-336248960062} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3645 | 2025.02.19 05:56:28.557325 [ 254 ] {69b7a245-c2ac-42bd-8914-336248960062} <Trace> oximeter.fields_string (2fcca75a-374a-4c87-833b-a981a707b5d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3646 | 2025.02.19 05:56:28.557375 [ 254 ] {69b7a245-c2ac-42bd-8914-336248960062} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 3647 | 2025.02.19 05:56:28.557847 [ 254 ] {69b7a245-c2ac-42bd-8914-336248960062} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3648 | 2025.02.19 05:56:28.558114 [ 254 ] {69b7a245-c2ac-42bd-8914-336248960062} <Trace> oximeter.fields_string (2fcca75a-374a-4c87-833b-a981a707b5d9): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3649 | 2025.02.19 05:56:28.558341 [ 254 ] {69b7a245-c2ac-42bd-8914-336248960062} <Debug> executeQuery: Read 80 rows, 6.77 KiB in 0.002089 sec., 38295.835327908084 rows/sec., 3.17 MiB/sec. | ||
| 3650 | 2025.02.19 05:56:28.558447 [ 254 ] {69b7a245-c2ac-42bd-8914-336248960062} <Debug> TCPHandler: Processed in 0.002484642 sec. | ||
| 3651 | 2025.02.19 05:56:28.558733 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3652 | 2025.02.19 05:56:28.558884 [ 258 ] {2528e069-0b35-4ab9-8162-90759bfdd735} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3653 | 2025.02.19 05:56:28.558945 [ 258 ] {2528e069-0b35-4ab9-8162-90759bfdd735} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3654 | 2025.02.19 05:56:28.559626 [ 258 ] {2528e069-0b35-4ab9-8162-90759bfdd735} <Trace> oximeter.fields_u16 (6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3655 | 2025.02.19 05:56:28.559665 [ 258 ] {2528e069-0b35-4ab9-8162-90759bfdd735} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 3656 | 2025.02.19 05:56:28.560031 [ 258 ] {2528e069-0b35-4ab9-8162-90759bfdd735} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3657 | 2025.02.19 05:56:28.560278 [ 258 ] {2528e069-0b35-4ab9-8162-90759bfdd735} <Trace> oximeter.fields_u16 (6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3658 | 2025.02.19 05:56:28.560505 [ 258 ] {2528e069-0b35-4ab9-8162-90759bfdd735} <Debug> executeQuery: Read 12 rows, 924.00 B in 0.001653 sec., 7259.528130671507 rows/sec., 545.88 KiB/sec. | ||
| 3659 | 2025.02.19 05:56:28.560564 [ 258 ] {2528e069-0b35-4ab9-8162-90759bfdd735} <Debug> TCPHandler: Processed in 0.001959103 sec. | ||
| 3660 | 2025.02.19 05:56:28.560717 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3661 | 2025.02.19 05:56:28.560827 [ 254 ] {b7d11e67-785f-4039-97c5-9bf74a2ea623} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3662 | 2025.02.19 05:56:28.560873 [ 254 ] {b7d11e67-785f-4039-97c5-9bf74a2ea623} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3663 | 2025.02.19 05:56:28.561455 [ 254 ] {b7d11e67-785f-4039-97c5-9bf74a2ea623} <Trace> oximeter.fields_uuid (3e28ef33-2603-423e-a1ee-258fce097b7c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3664 | 2025.02.19 05:56:28.561496 [ 254 ] {b7d11e67-785f-4039-97c5-9bf74a2ea623} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 3665 | 2025.02.19 05:56:28.561862 [ 254 ] {b7d11e67-785f-4039-97c5-9bf74a2ea623} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3666 | 2025.02.19 05:56:28.562123 [ 254 ] {b7d11e67-785f-4039-97c5-9bf74a2ea623} <Trace> oximeter.fields_uuid (3e28ef33-2603-423e-a1ee-258fce097b7c): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3667 | 2025.02.19 05:56:28.562344 [ 254 ] {b7d11e67-785f-4039-97c5-9bf74a2ea623} <Debug> executeQuery: Read 76 rows, 6.08 KiB in 0.001539 sec., 49382.71604938272 rows/sec., 3.86 MiB/sec. | ||
| 3668 | 2025.02.19 05:56:28.562399 [ 254 ] {b7d11e67-785f-4039-97c5-9bf74a2ea623} <Debug> TCPHandler: Processed in 0.001736579 sec. | ||
| 3669 | 2025.02.19 05:56:28.562559 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3670 | 2025.02.19 05:56:28.562689 [ 258 ] {953030a4-f7ae-4618-a799-198e7ffb91b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3671 | 2025.02.19 05:56:28.562778 [ 258 ] {953030a4-f7ae-4618-a799-198e7ffb91b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3672 | 2025.02.19 05:56:28.563469 [ 258 ] {953030a4-f7ae-4618-a799-198e7ffb91b1} <Trace> oximeter.measurements_cumulativeu64 (12ad3da5-8862-4a0c-98f0-1a099eec319b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3673 | 2025.02.19 05:56:28.563513 [ 258 ] {953030a4-f7ae-4618-a799-198e7ffb91b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 3674 | 2025.02.19 05:56:28.563914 [ 258 ] {953030a4-f7ae-4618-a799-198e7ffb91b1} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3675 | 2025.02.19 05:56:28.564164 [ 258 ] {953030a4-f7ae-4618-a799-198e7ffb91b1} <Trace> oximeter.measurements_cumulativeu64 (12ad3da5-8862-4a0c-98f0-1a099eec319b): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3676 | 2025.02.19 05:56:28.564246 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 121 | ||
| 3677 | 2025.02.19 05:56:28.564558 [ 258 ] {953030a4-f7ae-4618-a799-198e7ffb91b1} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001876 sec., 85287.84648187633 rows/sec., 5.94 MiB/sec. | ||
| 3678 | 2025.02.19 05:56:28.564787 [ 258 ] {953030a4-f7ae-4618-a799-198e7ffb91b1} <Debug> TCPHandler: Processed in 0.002287969 sec. | ||
| 3679 | 2025.02.19 05:56:28.565046 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3680 | 2025.02.19 05:56:28.565409 [ 254 ] {608d7467-69eb-4daa-ab4b-36513fb23eec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3681 | 2025.02.19 05:56:28.565866 [ 254 ] {608d7467-69eb-4daa-ab4b-36513fb23eec} <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 | ||
| 3682 | 2025.02.19 05:56:28.573353 [ 254 ] {608d7467-69eb-4daa-ab4b-36513fb23eec} <Trace> oximeter.measurements_histogramu64 (7e806432-9fb0-4852-8b8d-11fed24611fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3683 | 2025.02.19 05:56:28.573492 [ 254 ] {608d7467-69eb-4daa-ab4b-36513fb23eec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 3684 | 2025.02.19 05:56:28.577931 [ 254 ] {608d7467-69eb-4daa-ab4b-36513fb23eec} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3685 | 2025.02.19 05:56:28.578965 [ 254 ] {608d7467-69eb-4daa-ab4b-36513fb23eec} <Trace> oximeter.measurements_histogramu64 (7e806432-9fb0-4852-8b8d-11fed24611fa): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3686 | 2025.02.19 05:56:28.580345 [ 254 ] {608d7467-69eb-4daa-ab4b-36513fb23eec} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.015033 sec., 798.2438635002993 rows/sec., 1.43 MiB/sec. | ||
| 3687 | 2025.02.19 05:56:28.581215 [ 254 ] {608d7467-69eb-4daa-ab4b-36513fb23eec} <Debug> TCPHandler: Processed in 0.016305587 sec. | ||
| 3688 | 2025.02.19 05:56:28.581474 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3689 | 2025.02.19 05:56:28.581785 [ 258 ] {b7049676-a4b3-4fff-8f69-83d437ee04ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3690 | 2025.02.19 05:56:28.581923 [ 258 ] {b7049676-a4b3-4fff-8f69-83d437ee04ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3691 | 2025.02.19 05:56:28.584122 [ 258 ] {b7049676-a4b3-4fff-8f69-83d437ee04ca} <Trace> oximeter.measurements_u64 (fe0987d5-5b8f-48d5-a303-9c895ee7970c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3692 | 2025.02.19 05:56:28.584231 [ 258 ] {b7049676-a4b3-4fff-8f69-83d437ee04ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 3693 | 2025.02.19 05:56:28.585484 [ 258 ] {b7049676-a4b3-4fff-8f69-83d437ee04ca} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3694 | 2025.02.19 05:56:28.586002 [ 258 ] {b7049676-a4b3-4fff-8f69-83d437ee04ca} <Trace> oximeter.measurements_u64 (fe0987d5-5b8f-48d5-a303-9c895ee7970c): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3695 | 2025.02.19 05:56:28.587674 [ 258 ] {b7049676-a4b3-4fff-8f69-83d437ee04ca} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005972 sec., 10046.885465505693 rows/sec., 693.34 KiB/sec. | ||
| 3696 | 2025.02.19 05:56:28.587872 [ 258 ] {b7049676-a4b3-4fff-8f69-83d437ee04ca} <Debug> TCPHandler: Processed in 0.006526151 sec. | ||
| 3697 | 2025.02.19 05:56:28.605425 [ 243 ] {} <Trace> system.metric_log (636422f3-000f-4feb-9852-006313efe3e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3698 | 2025.02.19 05:56:28.605490 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 3699 | 2025.02.19 05:56:28.613108 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3700 | 2025.02.19 05:56:28.613925 [ 243 ] {} <Trace> system.metric_log (636422f3-000f-4feb-9852-006313efe3e0): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3701 | 2025.02.19 05:56:28.614300 [ 129 ] {} <Debug> system.metric_log (636422f3-000f-4feb-9852-006313efe3e0) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3702 | 2025.02.19 05:56:28.614432 [ 129 ] {} <Trace> system.metric_log (636422f3-000f-4feb-9852-006313efe3e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3703 | 2025.02.19 05:56:28.614507 [ 129 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 3704 | 2025.02.19 05:56:28.615036 [ 196 ] {636422f3-000f-4feb-9852-006313efe3e0::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 | ||
| 3705 | 2025.02.19 05:56:28.630191 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 121 | ||
| 3706 | 2025.02.19 05:56:28.631640 [ 196 ] {636422f3-000f-4feb-9852-006313efe3e0::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3707 | 2025.02.19 05:56:28.632912 [ 196 ] {636422f3-000f-4feb-9852-006313efe3e0::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 | ||
| 3708 | 2025.02.19 05:56:28.638342 [ 196 ] {636422f3-000f-4feb-9852-006313efe3e0::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 | ||
| 3709 | 2025.02.19 05:56:28.643803 [ 196 ] {636422f3-000f-4feb-9852-006313efe3e0::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 | ||
| 3710 | 2025.02.19 05:56:28.649118 [ 196 ] {636422f3-000f-4feb-9852-006313efe3e0::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 | ||
| 3711 | 2025.02.19 05:56:28.654564 [ 196 ] {636422f3-000f-4feb-9852-006313efe3e0::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 | ||
| 3712 | 2025.02.19 05:56:28.658870 [ 196 ] {636422f3-000f-4feb-9852-006313efe3e0::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 | ||
| 3713 | 2025.02.19 05:56:28.720782 [ 199 ] {636422f3-000f-4feb-9852-006313efe3e0::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 121 rows, containing 679 columns (679 merged, 0 gathered) in 0.106096303 sec., 1140.4732924577022 rows/sec., 5.90 MiB/sec. | ||
| 3714 | 2025.02.19 05:56:28.723454 [ 193 ] {636422f3-000f-4feb-9852-006313efe3e0::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3715 | 2025.02.19 05:56:28.726461 [ 193 ] {636422f3-000f-4feb-9852-006313efe3e0::all_1_16_3} <Trace> system.metric_log (636422f3-000f-4feb-9852-006313efe3e0): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3716 | 2025.02.19 05:56:28.726585 [ 193 ] {636422f3-000f-4feb-9852-006313efe3e0::all_1_16_3} <Trace> system.metric_log (636422f3-000f-4feb-9852-006313efe3e0) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3717 | 2025.02.19 05:56:28.728887 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.52 MiB. | ||
| 3718 | 2025.02.19 05:56:29.000376 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 176.58 MiB, peak 186.54 MiB, free memory in arenas 0.00 B, will set to 178.01 MiB (RSS), difference: 1.43 MiB | ||
| 3719 | 2025.02.19 05:56:29.001591 [ 248 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000929186 sec. | ||
| 3720 | 2025.02.19 05:56:33.563417 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3721 | 2025.02.19 05:56:33.563625 [ 254 ] {d485056a-5fa0-4131-a55a-7b00e9319c49} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 3722 | 2025.02.19 05:56:33.563706 [ 254 ] {d485056a-5fa0-4131-a55a-7b00e9319c49} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 3723 | 2025.02.19 05:56:33.564545 [ 254 ] {d485056a-5fa0-4131-a55a-7b00e9319c49} <Trace> oximeter.fields_i16 (2bf1598c-a5a7-46ca-9aca-ef074bb76812): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3724 | 2025.02.19 05:56:33.564586 [ 254 ] {d485056a-5fa0-4131-a55a-7b00e9319c49} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 3725 | 2025.02.19 05:56:33.565049 [ 254 ] {d485056a-5fa0-4131-a55a-7b00e9319c49} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3726 | 2025.02.19 05:56:33.565309 [ 254 ] {d485056a-5fa0-4131-a55a-7b00e9319c49} <Trace> oximeter.fields_i16 (2bf1598c-a5a7-46ca-9aca-ef074bb76812): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3727 | 2025.02.19 05:56:33.565463 [ 122 ] {} <Debug> oximeter.fields_i16 (2bf1598c-a5a7-46ca-9aca-ef074bb76812) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 3728 | 2025.02.19 05:56:33.565509 [ 122 ] {} <Trace> oximeter.fields_i16 (2bf1598c-a5a7-46ca-9aca-ef074bb76812): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3729 | 2025.02.19 05:56:33.565522 [ 254 ] {d485056a-5fa0-4131-a55a-7b00e9319c49} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001953 sec., 108550.94726062467 rows/sec., 6.90 MiB/sec. | ||
| 3730 | 2025.02.19 05:56:33.565537 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 3731 | 2025.02.19 05:56:33.565628 [ 254 ] {d485056a-5fa0-4131-a55a-7b00e9319c49} <Debug> TCPHandler: Processed in 0.00235079 sec. | ||
| 3732 | 2025.02.19 05:56:33.566005 [ 195 ] {2bf1598c-a5a7-46ca-9aca-ef074bb76812::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 | ||
| 3733 | 2025.02.19 05:56:33.566029 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3734 | 2025.02.19 05:56:33.566337 [ 258 ] {6d788a1e-56f2-4f25-a1b1-0ddff2e99a34} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3735 | 2025.02.19 05:56:33.566361 [ 195 ] {2bf1598c-a5a7-46ca-9aca-ef074bb76812::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3736 | 2025.02.19 05:56:33.566439 [ 258 ] {6d788a1e-56f2-4f25-a1b1-0ddff2e99a34} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3737 | 2025.02.19 05:56:33.566468 [ 195 ] {2bf1598c-a5a7-46ca-9aca-ef074bb76812::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 | ||
| 3738 | 2025.02.19 05:56:33.566840 [ 195 ] {2bf1598c-a5a7-46ca-9aca-ef074bb76812::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 | ||
| 3739 | 2025.02.19 05:56:33.567265 [ 195 ] {2bf1598c-a5a7-46ca-9aca-ef074bb76812::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 | ||
| 3740 | 2025.02.19 05:56:33.567683 [ 195 ] {2bf1598c-a5a7-46ca-9aca-ef074bb76812::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 | ||
| 3741 | 2025.02.19 05:56:33.567987 [ 195 ] {2bf1598c-a5a7-46ca-9aca-ef074bb76812::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 | ||
| 3742 | 2025.02.19 05:56:33.569724 [ 258 ] {6d788a1e-56f2-4f25-a1b1-0ddff2e99a34} <Trace> oximeter.fields_string (2fcca75a-374a-4c87-833b-a981a707b5d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3743 | 2025.02.19 05:56:33.569808 [ 258 ] {6d788a1e-56f2-4f25-a1b1-0ddff2e99a34} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 3744 | 2025.02.19 05:56:33.570726 [ 195 ] {2bf1598c-a5a7-46ca-9aca-ef074bb76812::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.005079237 sec., 208692.76231843483 rows/sec., 14.07 MiB/sec. | ||
| 3745 | 2025.02.19 05:56:33.570885 [ 258 ] {6d788a1e-56f2-4f25-a1b1-0ddff2e99a34} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3746 | 2025.02.19 05:56:33.570910 [ 195 ] {2bf1598c-a5a7-46ca-9aca-ef074bb76812::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 3747 | 2025.02.19 05:56:33.571440 [ 258 ] {6d788a1e-56f2-4f25-a1b1-0ddff2e99a34} <Trace> oximeter.fields_string (2fcca75a-374a-4c87-833b-a981a707b5d9): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3748 | 2025.02.19 05:56:33.571487 [ 195 ] {2bf1598c-a5a7-46ca-9aca-ef074bb76812::all_1_9_2} <Trace> oximeter.fields_i16 (2bf1598c-a5a7-46ca-9aca-ef074bb76812): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3749 | 2025.02.19 05:56:33.571677 [ 195 ] {2bf1598c-a5a7-46ca-9aca-ef074bb76812::all_1_9_2} <Trace> oximeter.fields_i16 (2bf1598c-a5a7-46ca-9aca-ef074bb76812) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 3750 | 2025.02.19 05:56:33.571966 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
| 3751 | 2025.02.19 05:56:33.571985 [ 258 ] {6d788a1e-56f2-4f25-a1b1-0ddff2e99a34} <Debug> executeQuery: Read 671 rows, 54.45 KiB in 0.005703 sec., 117657.37331229178 rows/sec., 9.32 MiB/sec. | ||
| 3752 | 2025.02.19 05:56:33.572156 [ 258 ] {6d788a1e-56f2-4f25-a1b1-0ddff2e99a34} <Debug> TCPHandler: Processed in 0.006371138 sec. | ||
| 3753 | 2025.02.19 05:56:33.572322 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3754 | 2025.02.19 05:56:33.572456 [ 254 ] {c335343d-c59a-474e-ac64-8963b65fbd75} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3755 | 2025.02.19 05:56:33.572512 [ 254 ] {c335343d-c59a-474e-ac64-8963b65fbd75} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3756 | 2025.02.19 05:56:33.573157 [ 254 ] {c335343d-c59a-474e-ac64-8963b65fbd75} <Trace> oximeter.fields_u16 (6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3757 | 2025.02.19 05:56:33.573194 [ 254 ] {c335343d-c59a-474e-ac64-8963b65fbd75} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 3758 | 2025.02.19 05:56:33.573570 [ 254 ] {c335343d-c59a-474e-ac64-8963b65fbd75} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3759 | 2025.02.19 05:56:33.573814 [ 254 ] {c335343d-c59a-474e-ac64-8963b65fbd75} <Trace> oximeter.fields_u16 (6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3760 | 2025.02.19 05:56:33.573997 [ 254 ] {c335343d-c59a-474e-ac64-8963b65fbd75} <Debug> executeQuery: Read 133 rows, 8.42 KiB in 0.001575 sec., 84444.44444444444 rows/sec., 5.22 MiB/sec. | ||
| 3761 | 2025.02.19 05:56:33.574047 [ 254 ] {c335343d-c59a-474e-ac64-8963b65fbd75} <Debug> TCPHandler: Processed in 0.0017898 sec. | ||
| 3762 | 2025.02.19 05:56:33.574213 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3763 | 2025.02.19 05:56:33.574344 [ 258 ] {59ebfe02-a10e-45cb-94d2-f8ebafd91c7c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3764 | 2025.02.19 05:56:33.574398 [ 258 ] {59ebfe02-a10e-45cb-94d2-f8ebafd91c7c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3765 | 2025.02.19 05:56:33.575021 [ 258 ] {59ebfe02-a10e-45cb-94d2-f8ebafd91c7c} <Trace> oximeter.fields_u32 (65b4bee1-230d-4ffd-8593-1cf368c54481): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3766 | 2025.02.19 05:56:33.575059 [ 258 ] {59ebfe02-a10e-45cb-94d2-f8ebafd91c7c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 3767 | 2025.02.19 05:56:33.575451 [ 258 ] {59ebfe02-a10e-45cb-94d2-f8ebafd91c7c} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3768 | 2025.02.19 05:56:33.575705 [ 258 ] {59ebfe02-a10e-45cb-94d2-f8ebafd91c7c} <Trace> oximeter.fields_u32 (65b4bee1-230d-4ffd-8593-1cf368c54481): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3769 | 2025.02.19 05:56:33.575894 [ 258 ] {59ebfe02-a10e-45cb-94d2-f8ebafd91c7c} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.00158 sec., 71518.98734177215 rows/sec., 4.63 MiB/sec. | ||
| 3770 | 2025.02.19 05:56:33.575946 [ 258 ] {59ebfe02-a10e-45cb-94d2-f8ebafd91c7c} <Debug> TCPHandler: Processed in 0.001794831 sec. | ||
| 3771 | 2025.02.19 05:56:33.576103 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3772 | 2025.02.19 05:56:33.576231 [ 254 ] {e8b9c398-7b43-4669-a92c-d22e2d1145a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 3773 | 2025.02.19 05:56:33.576286 [ 254 ] {e8b9c398-7b43-4669-a92c-d22e2d1145a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3774 | 2025.02.19 05:56:33.576921 [ 254 ] {e8b9c398-7b43-4669-a92c-d22e2d1145a3} <Trace> oximeter.fields_u8 (cef67ce3-27e4-4c55-9365-409a4c7c6d8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3775 | 2025.02.19 05:56:33.576959 [ 254 ] {e8b9c398-7b43-4669-a92c-d22e2d1145a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 3776 | 2025.02.19 05:56:33.577313 [ 254 ] {e8b9c398-7b43-4669-a92c-d22e2d1145a3} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3777 | 2025.02.19 05:56:33.577576 [ 254 ] {e8b9c398-7b43-4669-a92c-d22e2d1145a3} <Trace> oximeter.fields_u8 (cef67ce3-27e4-4c55-9365-409a4c7c6d8e): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3778 | 2025.02.19 05:56:33.577697 [ 122 ] {} <Debug> oximeter.fields_u8 (cef67ce3-27e4-4c55-9365-409a4c7c6d8e) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 3779 | 2025.02.19 05:56:33.577736 [ 122 ] {} <Trace> oximeter.fields_u8 (cef67ce3-27e4-4c55-9365-409a4c7c6d8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3780 | 2025.02.19 05:56:33.577763 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 3781 | 2025.02.19 05:56:33.577766 [ 254 ] {e8b9c398-7b43-4669-a92c-d22e2d1145a3} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001562 sec., 71702.94494238157 rows/sec., 4.08 MiB/sec. | ||
| 3782 | 2025.02.19 05:56:33.578016 [ 254 ] {e8b9c398-7b43-4669-a92c-d22e2d1145a3} <Debug> TCPHandler: Processed in 0.001969014 sec. | ||
| 3783 | 2025.02.19 05:56:33.578221 [ 188 ] {cef67ce3-27e4-4c55-9365-409a4c7c6d8e::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 | ||
| 3784 | 2025.02.19 05:56:33.578298 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3785 | 2025.02.19 05:56:33.578568 [ 188 ] {cef67ce3-27e4-4c55-9365-409a4c7c6d8e::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3786 | 2025.02.19 05:56:33.578577 [ 258 ] {bc8118f8-1457-4bc3-9ac5-f1ca9a75358d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3787 | 2025.02.19 05:56:33.578645 [ 188 ] {cef67ce3-27e4-4c55-9365-409a4c7c6d8e::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 | ||
| 3788 | 2025.02.19 05:56:33.578673 [ 258 ] {bc8118f8-1457-4bc3-9ac5-f1ca9a75358d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3789 | 2025.02.19 05:56:33.579060 [ 188 ] {cef67ce3-27e4-4c55-9365-409a4c7c6d8e::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 | ||
| 3790 | 2025.02.19 05:56:33.579419 [ 188 ] {cef67ce3-27e4-4c55-9365-409a4c7c6d8e::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 | ||
| 3791 | 2025.02.19 05:56:33.579859 [ 188 ] {cef67ce3-27e4-4c55-9365-409a4c7c6d8e::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 | ||
| 3792 | 2025.02.19 05:56:33.580243 [ 188 ] {cef67ce3-27e4-4c55-9365-409a4c7c6d8e::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 | ||
| 3793 | 2025.02.19 05:56:33.581933 [ 258 ] {bc8118f8-1457-4bc3-9ac5-f1ca9a75358d} <Trace> oximeter.fields_uuid (3e28ef33-2603-423e-a1ee-258fce097b7c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3794 | 2025.02.19 05:56:33.582019 [ 258 ] {bc8118f8-1457-4bc3-9ac5-f1ca9a75358d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 3795 | 2025.02.19 05:56:33.582967 [ 195 ] {cef67ce3-27e4-4c55-9365-409a4c7c6d8e::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.005083556 sec., 110159.10909607369 rows/sec., 6.70 MiB/sec. | ||
| 3796 | 2025.02.19 05:56:33.583059 [ 258 ] {bc8118f8-1457-4bc3-9ac5-f1ca9a75358d} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3797 | 2025.02.19 05:56:33.583161 [ 195 ] {cef67ce3-27e4-4c55-9365-409a4c7c6d8e::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 3798 | 2025.02.19 05:56:33.583499 [ 258 ] {bc8118f8-1457-4bc3-9ac5-f1ca9a75358d} <Trace> oximeter.fields_uuid (3e28ef33-2603-423e-a1ee-258fce097b7c): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3799 | 2025.02.19 05:56:33.583781 [ 195 ] {cef67ce3-27e4-4c55-9365-409a4c7c6d8e::all_1_9_2} <Trace> oximeter.fields_u8 (cef67ce3-27e4-4c55-9365-409a4c7c6d8e): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3800 | 2025.02.19 05:56:33.584051 [ 258 ] {bc8118f8-1457-4bc3-9ac5-f1ca9a75358d} <Debug> executeQuery: Read 409 rows, 29.75 KiB in 0.005543 sec., 73786.75807324554 rows/sec., 5.24 MiB/sec. | ||
| 3801 | 2025.02.19 05:56:33.584183 [ 195 ] {cef67ce3-27e4-4c55-9365-409a4c7c6d8e::all_1_9_2} <Trace> oximeter.fields_u8 (cef67ce3-27e4-4c55-9365-409a4c7c6d8e) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 3802 | 2025.02.19 05:56:33.584379 [ 258 ] {bc8118f8-1457-4bc3-9ac5-f1ca9a75358d} <Debug> TCPHandler: Processed in 0.006230066 sec. | ||
| 3803 | 2025.02.19 05:56:33.584555 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 3804 | 2025.02.19 05:56:33.584643 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3805 | 2025.02.19 05:56:33.584776 [ 254 ] {8faa4fa0-2421-4e8f-b6cb-923cfae3b5cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 3806 | 2025.02.19 05:56:33.584835 [ 254 ] {8faa4fa0-2421-4e8f-b6cb-923cfae3b5cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3807 | 2025.02.19 05:56:33.585375 [ 254 ] {8faa4fa0-2421-4e8f-b6cb-923cfae3b5cc} <Trace> oximeter.measurements_bool (16e9d126-bc56-4e42-988e-352459bd24dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3808 | 2025.02.19 05:56:33.585419 [ 254 ] {8faa4fa0-2421-4e8f-b6cb-923cfae3b5cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 3809 | 2025.02.19 05:56:33.585833 [ 254 ] {8faa4fa0-2421-4e8f-b6cb-923cfae3b5cc} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3810 | 2025.02.19 05:56:33.586076 [ 254 ] {8faa4fa0-2421-4e8f-b6cb-923cfae3b5cc} <Trace> oximeter.measurements_bool (16e9d126-bc56-4e42-988e-352459bd24dc): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3811 | 2025.02.19 05:56:33.586324 [ 254 ] {8faa4fa0-2421-4e8f-b6cb-923cfae3b5cc} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001554 sec., 3861.003861003861 rows/sec., 201.72 KiB/sec. | ||
| 3812 | 2025.02.19 05:56:33.586455 [ 254 ] {8faa4fa0-2421-4e8f-b6cb-923cfae3b5cc} <Debug> TCPHandler: Processed in 0.001946183 sec. | ||
| 3813 | 2025.02.19 05:56:33.586624 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3814 | 2025.02.19 05:56:33.586745 [ 258 ] {a2c9f16d-c371-4f10-b891-e16355221da0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3815 | 2025.02.19 05:56:33.586803 [ 258 ] {a2c9f16d-c371-4f10-b891-e16355221da0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3816 | 2025.02.19 05:56:33.587444 [ 258 ] {a2c9f16d-c371-4f10-b891-e16355221da0} <Trace> oximeter.measurements_cumulativeu64 (12ad3da5-8862-4a0c-98f0-1a099eec319b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3817 | 2025.02.19 05:56:33.587490 [ 258 ] {a2c9f16d-c371-4f10-b891-e16355221da0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 3818 | 2025.02.19 05:56:33.587927 [ 258 ] {a2c9f16d-c371-4f10-b891-e16355221da0} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3819 | 2025.02.19 05:56:33.588196 [ 258 ] {a2c9f16d-c371-4f10-b891-e16355221da0} <Trace> oximeter.measurements_cumulativeu64 (12ad3da5-8862-4a0c-98f0-1a099eec319b): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3820 | 2025.02.19 05:56:33.588388 [ 258 ] {a2c9f16d-c371-4f10-b891-e16355221da0} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001674 sec., 141577.06093189964 rows/sec., 9.49 MiB/sec. | ||
| 3821 | 2025.02.19 05:56:33.588441 [ 258 ] {a2c9f16d-c371-4f10-b891-e16355221da0} <Debug> TCPHandler: Processed in 0.001869982 sec. | ||
| 3822 | 2025.02.19 05:56:33.588585 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3823 | 2025.02.19 05:56:33.588692 [ 254 ] {1e83d0bf-ad8c-45e9-befe-d2ca75ae7c78} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 3824 | 2025.02.19 05:56:33.588740 [ 254 ] {1e83d0bf-ad8c-45e9-befe-d2ca75ae7c78} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 3825 | 2025.02.19 05:56:33.589165 [ 254 ] {1e83d0bf-ad8c-45e9-befe-d2ca75ae7c78} <Trace> oximeter.measurements_f64 (338bebf0-eeef-41b9-b679-f4717a277180): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3826 | 2025.02.19 05:56:33.589202 [ 254 ] {1e83d0bf-ad8c-45e9-befe-d2ca75ae7c78} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 3827 | 2025.02.19 05:56:33.589557 [ 254 ] {1e83d0bf-ad8c-45e9-befe-d2ca75ae7c78} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3828 | 2025.02.19 05:56:33.589804 [ 254 ] {1e83d0bf-ad8c-45e9-befe-d2ca75ae7c78} <Trace> oximeter.measurements_f64 (338bebf0-eeef-41b9-b679-f4717a277180): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3829 | 2025.02.19 05:56:33.589983 [ 254 ] {1e83d0bf-ad8c-45e9-befe-d2ca75ae7c78} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001313 sec., 761.6146230007616 rows/sec., 51.32 KiB/sec. | ||
| 3830 | 2025.02.19 05:56:33.590032 [ 254 ] {1e83d0bf-ad8c-45e9-befe-d2ca75ae7c78} <Debug> TCPHandler: Processed in 0.001500265 sec. | ||
| 3831 | 2025.02.19 05:56:33.590174 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3832 | 2025.02.19 05:56:33.590280 [ 258 ] {4dc4019d-1178-4710-afeb-4939bbc7aafc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3833 | 2025.02.19 05:56:33.590346 [ 258 ] {4dc4019d-1178-4710-afeb-4939bbc7aafc} <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 | ||
| 3834 | 2025.02.19 05:56:33.591496 [ 258 ] {4dc4019d-1178-4710-afeb-4939bbc7aafc} <Trace> oximeter.measurements_histogramu64 (7e806432-9fb0-4852-8b8d-11fed24611fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3835 | 2025.02.19 05:56:33.591534 [ 258 ] {4dc4019d-1178-4710-afeb-4939bbc7aafc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 3836 | 2025.02.19 05:56:33.592197 [ 258 ] {4dc4019d-1178-4710-afeb-4939bbc7aafc} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3837 | 2025.02.19 05:56:33.592468 [ 258 ] {4dc4019d-1178-4710-afeb-4939bbc7aafc} <Trace> oximeter.measurements_histogramu64 (7e806432-9fb0-4852-8b8d-11fed24611fa): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3838 | 2025.02.19 05:56:33.592721 [ 258 ] {4dc4019d-1178-4710-afeb-4939bbc7aafc} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002461 sec., 10971.149939049166 rows/sec., 19.66 MiB/sec. | ||
| 3839 | 2025.02.19 05:56:33.593153 [ 258 ] {4dc4019d-1178-4710-afeb-4939bbc7aafc} <Debug> TCPHandler: Processed in 0.003031071 sec. | ||
| 3840 | 2025.02.19 05:56:33.593318 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3841 | 2025.02.19 05:56:33.593448 [ 254 ] {f7d37dcd-f3e3-419a-8f5d-e3f44fa30706} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3842 | 2025.02.19 05:56:33.593505 [ 254 ] {f7d37dcd-f3e3-419a-8f5d-e3f44fa30706} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3843 | 2025.02.19 05:56:33.594000 [ 254 ] {f7d37dcd-f3e3-419a-8f5d-e3f44fa30706} <Trace> oximeter.measurements_u64 (fe0987d5-5b8f-48d5-a303-9c895ee7970c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3844 | 2025.02.19 05:56:33.594038 [ 254 ] {f7d37dcd-f3e3-419a-8f5d-e3f44fa30706} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 3845 | 2025.02.19 05:56:33.594406 [ 254 ] {f7d37dcd-f3e3-419a-8f5d-e3f44fa30706} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3846 | 2025.02.19 05:56:33.594667 [ 254 ] {f7d37dcd-f3e3-419a-8f5d-e3f44fa30706} <Trace> oximeter.measurements_u64 (fe0987d5-5b8f-48d5-a303-9c895ee7970c): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3847 | 2025.02.19 05:56:33.594856 [ 254 ] {f7d37dcd-f3e3-419a-8f5d-e3f44fa30706} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001438 sec., 57023.643949930454 rows/sec., 3.62 MiB/sec. | ||
| 3848 | 2025.02.19 05:56:33.594906 [ 254 ] {f7d37dcd-f3e3-419a-8f5d-e3f44fa30706} <Debug> TCPHandler: Processed in 0.001651308 sec. | ||
| 3849 | 2025.02.19 05:56:35.575071 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 7808 | ||
| 3850 | 2025.02.19 05:56:35.575712 [ 244 ] {} <Trace> system.asynchronous_metric_log (5573eb27-0871-4eb5-bfd6-93b6d6d4142e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3851 | 2025.02.19 05:56:35.575755 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 3852 | 2025.02.19 05:56:35.576288 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3853 | 2025.02.19 05:56:35.576552 [ 244 ] {} <Trace> system.asynchronous_metric_log (5573eb27-0871-4eb5-bfd6-93b6d6d4142e): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3854 | 2025.02.19 05:56:35.576800 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7808 | ||
| 3855 | 2025.02.19 05:56:36.130361 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 129 | ||
| 3856 | 2025.02.19 05:56:36.149622 [ 243 ] {} <Trace> system.metric_log (636422f3-000f-4feb-9852-006313efe3e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3857 | 2025.02.19 05:56:36.149675 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 3858 | 2025.02.19 05:56:36.156991 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3859 | 2025.02.19 05:56:36.157754 [ 243 ] {} <Trace> system.metric_log (636422f3-000f-4feb-9852-006313efe3e0): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3860 | 2025.02.19 05:56:36.161345 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 129 | ||
| 3861 | 2025.02.19 05:56:38.110344 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 562 | ||
| 3862 | 2025.02.19 05:56:38.113536 [ 242 ] {} <Trace> system.query_log (c5831a85-9043-4d4c-a5be-d968cb126303): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3863 | 2025.02.19 05:56:38.113598 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 3864 | 2025.02.19 05:56:38.115097 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3865 | 2025.02.19 05:56:38.115428 [ 242 ] {} <Trace> system.query_log (c5831a85-9043-4d4c-a5be-d968cb126303): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3866 | 2025.02.19 05:56:38.116453 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 562 | ||
| 3867 | 2025.02.19 05:56:38.556581 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3868 | 2025.02.19 05:56:38.556798 [ 254 ] {c5ae4178-6ecb-441e-b766-a51fe25557ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3869 | 2025.02.19 05:56:38.556880 [ 254 ] {c5ae4178-6ecb-441e-b766-a51fe25557ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3870 | 2025.02.19 05:56:38.557689 [ 254 ] {c5ae4178-6ecb-441e-b766-a51fe25557ee} <Trace> oximeter.fields_string (2fcca75a-374a-4c87-833b-a981a707b5d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3871 | 2025.02.19 05:56:38.557742 [ 254 ] {c5ae4178-6ecb-441e-b766-a51fe25557ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 3872 | 2025.02.19 05:56:38.558183 [ 254 ] {c5ae4178-6ecb-441e-b766-a51fe25557ee} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 3873 | 2025.02.19 05:56:38.558437 [ 254 ] {c5ae4178-6ecb-441e-b766-a51fe25557ee} <Trace> oximeter.fields_string (2fcca75a-374a-4c87-833b-a981a707b5d9): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3874 | 2025.02.19 05:56:38.558647 [ 117 ] {} <Debug> oximeter.fields_string (2fcca75a-374a-4c87-833b-a981a707b5d9) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 3875 | 2025.02.19 05:56:38.558676 [ 254 ] {c5ae4178-6ecb-441e-b766-a51fe25557ee} <Debug> executeQuery: Read 80 rows, 6.77 KiB in 0.001937 sec., 41300.98089829634 rows/sec., 3.41 MiB/sec. | ||
| 3876 | 2025.02.19 05:56:38.558729 [ 117 ] {} <Trace> oximeter.fields_string (2fcca75a-374a-4c87-833b-a981a707b5d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3877 | 2025.02.19 05:56:38.558809 [ 117 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 3878 | 2025.02.19 05:56:38.558820 [ 254 ] {c5ae4178-6ecb-441e-b766-a51fe25557ee} <Debug> TCPHandler: Processed in 0.002416131 sec. | ||
| 3879 | 2025.02.19 05:56:38.559149 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3880 | 2025.02.19 05:56:38.559183 [ 188 ] {2fcca75a-374a-4c87-833b-a981a707b5d9::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 | ||
| 3881 | 2025.02.19 05:56:38.559591 [ 258 ] {abdf5a02-60d3-4e6b-a336-2fcd854cc804} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3882 | 2025.02.19 05:56:38.559615 [ 188 ] {2fcca75a-374a-4c87-833b-a981a707b5d9::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3883 | 2025.02.19 05:56:38.559708 [ 188 ] {2fcca75a-374a-4c87-833b-a981a707b5d9::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1843 rows starting from the beginning of the part | ||
| 3884 | 2025.02.19 05:56:38.559710 [ 258 ] {abdf5a02-60d3-4e6b-a336-2fcd854cc804} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3885 | 2025.02.19 05:56:38.560065 [ 188 ] {2fcca75a-374a-4c87-833b-a981a707b5d9::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 56 rows starting from the beginning of the part | ||
| 3886 | 2025.02.19 05:56:38.560417 [ 188 ] {2fcca75a-374a-4c87-833b-a981a707b5d9::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 671 rows starting from the beginning of the part | ||
| 3887 | 2025.02.19 05:56:38.560778 [ 188 ] {2fcca75a-374a-4c87-833b-a981a707b5d9::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 80 rows starting from the beginning of the part | ||
| 3888 | 2025.02.19 05:56:38.561109 [ 188 ] {2fcca75a-374a-4c87-833b-a981a707b5d9::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 671 rows starting from the beginning of the part | ||
| 3889 | 2025.02.19 05:56:38.561480 [ 188 ] {2fcca75a-374a-4c87-833b-a981a707b5d9::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 80 rows starting from the beginning of the part | ||
| 3890 | 2025.02.19 05:56:38.562884 [ 258 ] {abdf5a02-60d3-4e6b-a336-2fcd854cc804} <Trace> oximeter.fields_u16 (6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3891 | 2025.02.19 05:56:38.562944 [ 258 ] {abdf5a02-60d3-4e6b-a336-2fcd854cc804} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 3892 | 2025.02.19 05:56:38.563969 [ 258 ] {abdf5a02-60d3-4e6b-a336-2fcd854cc804} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3893 | 2025.02.19 05:56:38.564433 [ 258 ] {abdf5a02-60d3-4e6b-a336-2fcd854cc804} <Trace> oximeter.fields_u16 (6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3894 | 2025.02.19 05:56:38.564763 [ 258 ] {abdf5a02-60d3-4e6b-a336-2fcd854cc804} <Debug> executeQuery: Read 12 rows, 924.00 B in 0.005294 sec., 2266.7170381564033 rows/sec., 170.45 KiB/sec. | ||
| 3895 | 2025.02.19 05:56:38.564837 [ 258 ] {abdf5a02-60d3-4e6b-a336-2fcd854cc804} <Debug> TCPHandler: Processed in 0.00587798 sec. | ||
| 3896 | 2025.02.19 05:56:38.565033 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3897 | 2025.02.19 05:56:38.565271 [ 188 ] {2fcca75a-374a-4c87-833b-a981a707b5d9::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3401 rows, containing 5 columns (5 merged, 0 gathered) in 0.006336717 sec., 536713.253882097 rows/sec., 45.33 MiB/sec. | ||
| 3898 | 2025.02.19 05:56:38.565285 [ 254 ] {0cae9dbe-6639-4b44-aaf2-27a0a969cda3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3899 | 2025.02.19 05:56:38.565365 [ 254 ] {0cae9dbe-6639-4b44-aaf2-27a0a969cda3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3900 | 2025.02.19 05:56:38.565631 [ 188 ] {2fcca75a-374a-4c87-833b-a981a707b5d9::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 3901 | 2025.02.19 05:56:38.566300 [ 188 ] {2fcca75a-374a-4c87-833b-a981a707b5d9::all_1_26_5} <Trace> oximeter.fields_string (2fcca75a-374a-4c87-833b-a981a707b5d9): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3902 | 2025.02.19 05:56:38.566541 [ 188 ] {2fcca75a-374a-4c87-833b-a981a707b5d9::all_1_26_5} <Trace> oximeter.fields_string (2fcca75a-374a-4c87-833b-a981a707b5d9) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 3903 | 2025.02.19 05:56:38.566734 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB. | ||
| 3904 | 2025.02.19 05:56:38.566760 [ 254 ] {0cae9dbe-6639-4b44-aaf2-27a0a969cda3} <Trace> oximeter.fields_uuid (3e28ef33-2603-423e-a1ee-258fce097b7c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3905 | 2025.02.19 05:56:38.566813 [ 254 ] {0cae9dbe-6639-4b44-aaf2-27a0a969cda3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 3906 | 2025.02.19 05:56:38.567195 [ 254 ] {0cae9dbe-6639-4b44-aaf2-27a0a969cda3} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 3907 | 2025.02.19 05:56:38.567462 [ 254 ] {0cae9dbe-6639-4b44-aaf2-27a0a969cda3} <Trace> oximeter.fields_uuid (3e28ef33-2603-423e-a1ee-258fce097b7c): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3908 | 2025.02.19 05:56:38.567633 [ 117 ] {} <Debug> oximeter.fields_uuid (3e28ef33-2603-423e-a1ee-258fce097b7c) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 3909 | 2025.02.19 05:56:38.567692 [ 117 ] {} <Trace> oximeter.fields_uuid (3e28ef33-2603-423e-a1ee-258fce097b7c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3910 | 2025.02.19 05:56:38.567729 [ 117 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 3911 | 2025.02.19 05:56:38.567743 [ 254 ] {0cae9dbe-6639-4b44-aaf2-27a0a969cda3} <Debug> executeQuery: Read 76 rows, 6.08 KiB in 0.002502 sec., 30375.699440447643 rows/sec., 2.37 MiB/sec. | ||
| 3912 | 2025.02.19 05:56:38.567880 [ 254 ] {0cae9dbe-6639-4b44-aaf2-27a0a969cda3} <Debug> TCPHandler: Processed in 0.00294152 sec. | ||
| 3913 | 2025.02.19 05:56:38.567908 [ 186 ] {3e28ef33-2603-423e-a1ee-258fce097b7c::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 | ||
| 3914 | 2025.02.19 05:56:38.568015 [ 186 ] {3e28ef33-2603-423e-a1ee-258fce097b7c::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3915 | 2025.02.19 05:56:38.568039 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3916 | 2025.02.19 05:56:38.568050 [ 186 ] {3e28ef33-2603-423e-a1ee-258fce097b7c::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 909 rows starting from the beginning of the part | ||
| 3917 | 2025.02.19 05:56:38.568233 [ 186 ] {3e28ef33-2603-423e-a1ee-258fce097b7c::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 64 rows starting from the beginning of the part | ||
| 3918 | 2025.02.19 05:56:38.568304 [ 258 ] {ee90d69f-ea1b-4efe-bd54-7735e72b2f65} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3919 | 2025.02.19 05:56:38.568557 [ 258 ] {ee90d69f-ea1b-4efe-bd54-7735e72b2f65} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3920 | 2025.02.19 05:56:38.568580 [ 186 ] {3e28ef33-2603-423e-a1ee-258fce097b7c::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 409 rows starting from the beginning of the part | ||
| 3921 | 2025.02.19 05:56:38.568930 [ 186 ] {3e28ef33-2603-423e-a1ee-258fce097b7c::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 76 rows starting from the beginning of the part | ||
| 3922 | 2025.02.19 05:56:38.569293 [ 186 ] {3e28ef33-2603-423e-a1ee-258fce097b7c::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 409 rows starting from the beginning of the part | ||
| 3923 | 2025.02.19 05:56:38.569634 [ 186 ] {3e28ef33-2603-423e-a1ee-258fce097b7c::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 76 rows starting from the beginning of the part | ||
| 3924 | 2025.02.19 05:56:38.570773 [ 258 ] {ee90d69f-ea1b-4efe-bd54-7735e72b2f65} <Trace> oximeter.measurements_cumulativeu64 (12ad3da5-8862-4a0c-98f0-1a099eec319b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3925 | 2025.02.19 05:56:38.570816 [ 258 ] {ee90d69f-ea1b-4efe-bd54-7735e72b2f65} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 3926 | 2025.02.19 05:56:38.571404 [ 258 ] {ee90d69f-ea1b-4efe-bd54-7735e72b2f65} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 3927 | 2025.02.19 05:56:38.571731 [ 258 ] {ee90d69f-ea1b-4efe-bd54-7735e72b2f65} <Trace> oximeter.measurements_cumulativeu64 (12ad3da5-8862-4a0c-98f0-1a099eec319b): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3928 | 2025.02.19 05:56:38.571736 [ 186 ] {3e28ef33-2603-423e-a1ee-258fce097b7c::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1943 rows, containing 5 columns (5 merged, 0 gathered) in 0.003934057 sec., 493892.1830568291 rows/sec., 37.72 MiB/sec. | ||
| 3929 | 2025.02.19 05:56:38.571952 [ 117 ] {} <Debug> oximeter.measurements_cumulativeu64 (12ad3da5-8862-4a0c-98f0-1a099eec319b) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 3930 | 2025.02.19 05:56:38.572056 [ 194 ] {3e28ef33-2603-423e-a1ee-258fce097b7c::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 3931 | 2025.02.19 05:56:38.572063 [ 117 ] {} <Trace> oximeter.measurements_cumulativeu64 (12ad3da5-8862-4a0c-98f0-1a099eec319b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3932 | 2025.02.19 05:56:38.572098 [ 258 ] {ee90d69f-ea1b-4efe-bd54-7735e72b2f65} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.003896 sec., 41067.761806981514 rows/sec., 2.86 MiB/sec. | ||
| 3933 | 2025.02.19 05:56:38.572147 [ 117 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 3934 | 2025.02.19 05:56:38.572455 [ 258 ] {ee90d69f-ea1b-4efe-bd54-7735e72b2f65} <Debug> TCPHandler: Processed in 0.004474236 sec. | ||
| 3935 | 2025.02.19 05:56:38.572751 [ 192 ] {12ad3da5-8862-4a0c-98f0-1a099eec319b::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 | ||
| 3936 | 2025.02.19 05:56:38.572776 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3937 | 2025.02.19 05:56:38.573142 [ 254 ] {568c1de6-759a-4e9d-94d5-a4fdfcb512f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3938 | 2025.02.19 05:56:38.573203 [ 194 ] {3e28ef33-2603-423e-a1ee-258fce097b7c::all_1_26_5} <Trace> oximeter.fields_uuid (3e28ef33-2603-423e-a1ee-258fce097b7c): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3939 | 2025.02.19 05:56:38.573206 [ 192 ] {12ad3da5-8862-4a0c-98f0-1a099eec319b::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3940 | 2025.02.19 05:56:38.573382 [ 192 ] {12ad3da5-8862-4a0c-98f0-1a099eec319b::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 7230 rows starting from the beginning of the part | ||
| 3941 | 2025.02.19 05:56:38.573405 [ 254 ] {568c1de6-759a-4e9d-94d5-a4fdfcb512f8} <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 | ||
| 3942 | 2025.02.19 05:56:38.573490 [ 194 ] {3e28ef33-2603-423e-a1ee-258fce097b7c::all_1_26_5} <Trace> oximeter.fields_uuid (3e28ef33-2603-423e-a1ee-258fce097b7c) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 3943 | 2025.02.19 05:56:38.573793 [ 192 ] {12ad3da5-8862-4a0c-98f0-1a099eec319b::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 | ||
| 3944 | 2025.02.19 05:56:38.573891 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
| 3945 | 2025.02.19 05:56:38.574206 [ 192 ] {12ad3da5-8862-4a0c-98f0-1a099eec319b::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 237 rows starting from the beginning of the part | ||
| 3946 | 2025.02.19 05:56:38.574511 [ 192 ] {12ad3da5-8862-4a0c-98f0-1a099eec319b::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 160 rows starting from the beginning of the part | ||
| 3947 | 2025.02.19 05:56:38.574860 [ 192 ] {12ad3da5-8862-4a0c-98f0-1a099eec319b::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 237 rows starting from the beginning of the part | ||
| 3948 | 2025.02.19 05:56:38.575155 [ 192 ] {12ad3da5-8862-4a0c-98f0-1a099eec319b::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 | ||
| 3949 | 2025.02.19 05:56:38.579170 [ 254 ] {568c1de6-759a-4e9d-94d5-a4fdfcb512f8} <Trace> oximeter.measurements_histogramu64 (7e806432-9fb0-4852-8b8d-11fed24611fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3950 | 2025.02.19 05:56:38.579238 [ 254 ] {568c1de6-759a-4e9d-94d5-a4fdfcb512f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 3951 | 2025.02.19 05:56:38.580166 [ 254 ] {568c1de6-759a-4e9d-94d5-a4fdfcb512f8} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3952 | 2025.02.19 05:56:38.580639 [ 192 ] {12ad3da5-8862-4a0c-98f0-1a099eec319b::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 8056 rows, containing 5 columns (5 merged, 0 gathered) in 0.00824752 sec., 976778.4740140067 rows/sec., 65.97 MiB/sec. | ||
| 3953 | 2025.02.19 05:56:38.580691 [ 254 ] {568c1de6-759a-4e9d-94d5-a4fdfcb512f8} <Trace> oximeter.measurements_histogramu64 (7e806432-9fb0-4852-8b8d-11fed24611fa): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3954 | 2025.02.19 05:56:38.580990 [ 254 ] {568c1de6-759a-4e9d-94d5-a4fdfcb512f8} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.007975 sec., 1504.7021943573668 rows/sec., 2.70 MiB/sec. | ||
| 3955 | 2025.02.19 05:56:38.581138 [ 254 ] {568c1de6-759a-4e9d-94d5-a4fdfcb512f8} <Debug> TCPHandler: Processed in 0.008537415 sec. | ||
| 3956 | 2025.02.19 05:56:38.581304 [ 192 ] {12ad3da5-8862-4a0c-98f0-1a099eec319b::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 3957 | 2025.02.19 05:56:38.581343 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3958 | 2025.02.19 05:56:38.581568 [ 258 ] {7fe3aabc-5626-4ac0-90d6-acdc33dc50fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3959 | 2025.02.19 05:56:38.581700 [ 258 ] {7fe3aabc-5626-4ac0-90d6-acdc33dc50fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3960 | 2025.02.19 05:56:38.581897 [ 192 ] {12ad3da5-8862-4a0c-98f0-1a099eec319b::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (12ad3da5-8862-4a0c-98f0-1a099eec319b): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3961 | 2025.02.19 05:56:38.582156 [ 192 ] {12ad3da5-8862-4a0c-98f0-1a099eec319b::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (12ad3da5-8862-4a0c-98f0-1a099eec319b) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 3962 | 2025.02.19 05:56:38.582323 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.43 MiB. | ||
| 3963 | 2025.02.19 05:56:38.582604 [ 258 ] {7fe3aabc-5626-4ac0-90d6-acdc33dc50fe} <Trace> oximeter.measurements_u64 (fe0987d5-5b8f-48d5-a303-9c895ee7970c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3964 | 2025.02.19 05:56:38.582647 [ 258 ] {7fe3aabc-5626-4ac0-90d6-acdc33dc50fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 3965 | 2025.02.19 05:56:38.583017 [ 258 ] {7fe3aabc-5626-4ac0-90d6-acdc33dc50fe} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 3966 | 2025.02.19 05:56:38.583256 [ 258 ] {7fe3aabc-5626-4ac0-90d6-acdc33dc50fe} <Trace> oximeter.measurements_u64 (fe0987d5-5b8f-48d5-a303-9c895ee7970c): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3967 | 2025.02.19 05:56:38.583426 [ 116 ] {} <Debug> oximeter.measurements_u64 (fe0987d5-5b8f-48d5-a303-9c895ee7970c) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 3968 | 2025.02.19 05:56:38.583503 [ 116 ] {} <Trace> oximeter.measurements_u64 (fe0987d5-5b8f-48d5-a303-9c895ee7970c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3969 | 2025.02.19 05:56:38.583505 [ 258 ] {7fe3aabc-5626-4ac0-90d6-acdc33dc50fe} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002007 sec., 29895.366218236173 rows/sec., 2.01 MiB/sec. | ||
| 3970 | 2025.02.19 05:56:38.583546 [ 116 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 3971 | 2025.02.19 05:56:38.583634 [ 258 ] {7fe3aabc-5626-4ac0-90d6-acdc33dc50fe} <Debug> TCPHandler: Processed in 0.00238143 sec. | ||
| 3972 | 2025.02.19 05:56:38.583878 [ 194 ] {fe0987d5-5b8f-48d5-a303-9c895ee7970c::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 | ||
| 3973 | 2025.02.19 05:56:38.584130 [ 194 ] {fe0987d5-5b8f-48d5-a303-9c895ee7970c::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3974 | 2025.02.19 05:56:38.584160 [ 194 ] {fe0987d5-5b8f-48d5-a303-9c895ee7970c::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1174 rows starting from the beginning of the part | ||
| 3975 | 2025.02.19 05:56:38.584233 [ 194 ] {fe0987d5-5b8f-48d5-a303-9c895ee7970c::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 12 rows starting from the beginning of the part | ||
| 3976 | 2025.02.19 05:56:38.584436 [ 194 ] {fe0987d5-5b8f-48d5-a303-9c895ee7970c::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 82 rows starting from the beginning of the part | ||
| 3977 | 2025.02.19 05:56:38.584558 [ 194 ] {fe0987d5-5b8f-48d5-a303-9c895ee7970c::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 60 rows starting from the beginning of the part | ||
| 3978 | 2025.02.19 05:56:38.584739 [ 194 ] {fe0987d5-5b8f-48d5-a303-9c895ee7970c::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 82 rows starting from the beginning of the part | ||
| 3979 | 2025.02.19 05:56:38.584894 [ 194 ] {fe0987d5-5b8f-48d5-a303-9c895ee7970c::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 | ||
| 3980 | 2025.02.19 05:56:38.586140 [ 190 ] {fe0987d5-5b8f-48d5-a303-9c895ee7970c::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1470 rows, containing 4 columns (4 merged, 0 gathered) in 0.002463312 sec., 596757.5361951714 rows/sec., 39.02 MiB/sec. | ||
| 3981 | 2025.02.19 05:56:38.586385 [ 189 ] {fe0987d5-5b8f-48d5-a303-9c895ee7970c::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 3982 | 2025.02.19 05:56:38.586729 [ 189 ] {fe0987d5-5b8f-48d5-a303-9c895ee7970c::all_1_26_5} <Trace> oximeter.measurements_u64 (fe0987d5-5b8f-48d5-a303-9c895ee7970c): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3983 | 2025.02.19 05:56:38.586809 [ 189 ] {fe0987d5-5b8f-48d5-a303-9c895ee7970c::all_1_26_5} <Trace> oximeter.measurements_u64 (fe0987d5-5b8f-48d5-a303-9c895ee7970c) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 3984 | 2025.02.19 05:56:38.586924 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.48 MiB. | ||
| 3985 | 2025.02.19 05:56:42.974103 [ 110 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 3986 | 2025.02.19 05:56:42.974212 [ 110 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 3987 | 2025.02.19 05:56:43.076990 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 8296 | ||
| 3988 | 2025.02.19 05:56:43.077726 [ 244 ] {} <Trace> system.asynchronous_metric_log (5573eb27-0871-4eb5-bfd6-93b6d6d4142e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3989 | 2025.02.19 05:56:43.077785 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 3990 | 2025.02.19 05:56:43.078337 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3991 | 2025.02.19 05:56:43.078607 [ 244 ] {} <Trace> system.asynchronous_metric_log (5573eb27-0871-4eb5-bfd6-93b6d6d4142e): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3992 | 2025.02.19 05:56:43.078923 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8296 | ||
| 3993 | 2025.02.19 05:56:43.563299 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3994 | 2025.02.19 05:56:43.563518 [ 254 ] {bead073f-3e96-456c-9a8b-26eb3d1def35} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 3995 | 2025.02.19 05:56:43.563601 [ 254 ] {bead073f-3e96-456c-9a8b-26eb3d1def35} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 3996 | 2025.02.19 05:56:43.564521 [ 254 ] {bead073f-3e96-456c-9a8b-26eb3d1def35} <Trace> oximeter.fields_i16 (2bf1598c-a5a7-46ca-9aca-ef074bb76812): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3997 | 2025.02.19 05:56:43.564568 [ 254 ] {bead073f-3e96-456c-9a8b-26eb3d1def35} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 3998 | 2025.02.19 05:56:43.565018 [ 254 ] {bead073f-3e96-456c-9a8b-26eb3d1def35} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3999 | 2025.02.19 05:56:43.565285 [ 254 ] {bead073f-3e96-456c-9a8b-26eb3d1def35} <Trace> oximeter.fields_i16 (2bf1598c-a5a7-46ca-9aca-ef074bb76812): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4000 | 2025.02.19 05:56:43.565495 [ 254 ] {bead073f-3e96-456c-9a8b-26eb3d1def35} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002038 sec., 104023.55250245339 rows/sec., 6.62 MiB/sec. | ||
| 4001 | 2025.02.19 05:56:43.565563 [ 254 ] {bead073f-3e96-456c-9a8b-26eb3d1def35} <Debug> TCPHandler: Processed in 0.00240807 sec. | ||
| 4002 | 2025.02.19 05:56:43.565744 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4003 | 2025.02.19 05:56:43.565869 [ 258 ] {3a235f99-43a8-4ee6-be97-3d382c28fb0e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4004 | 2025.02.19 05:56:43.565919 [ 258 ] {3a235f99-43a8-4ee6-be97-3d382c28fb0e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4005 | 2025.02.19 05:56:43.566786 [ 258 ] {3a235f99-43a8-4ee6-be97-3d382c28fb0e} <Trace> oximeter.fields_string (2fcca75a-374a-4c87-833b-a981a707b5d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4006 | 2025.02.19 05:56:43.566824 [ 258 ] {3a235f99-43a8-4ee6-be97-3d382c28fb0e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 4007 | 2025.02.19 05:56:43.567235 [ 258 ] {3a235f99-43a8-4ee6-be97-3d382c28fb0e} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 4008 | 2025.02.19 05:56:43.567479 [ 258 ] {3a235f99-43a8-4ee6-be97-3d382c28fb0e} <Trace> oximeter.fields_string (2fcca75a-374a-4c87-833b-a981a707b5d9): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4009 | 2025.02.19 05:56:43.567708 [ 258 ] {3a235f99-43a8-4ee6-be97-3d382c28fb0e} <Debug> executeQuery: Read 671 rows, 54.45 KiB in 0.001861 sec., 360558.8393336916 rows/sec., 28.57 MiB/sec. | ||
| 4010 | 2025.02.19 05:56:43.567881 [ 258 ] {3a235f99-43a8-4ee6-be97-3d382c28fb0e} <Debug> TCPHandler: Processed in 0.002193057 sec. | ||
| 4011 | 2025.02.19 05:56:43.568076 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4012 | 2025.02.19 05:56:43.568193 [ 254 ] {f1f57e3f-ccaf-4dab-bc1d-1ba3593cd0fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4013 | 2025.02.19 05:56:43.568242 [ 254 ] {f1f57e3f-ccaf-4dab-bc1d-1ba3593cd0fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4014 | 2025.02.19 05:56:43.568837 [ 254 ] {f1f57e3f-ccaf-4dab-bc1d-1ba3593cd0fe} <Trace> oximeter.fields_u16 (6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4015 | 2025.02.19 05:56:43.568876 [ 254 ] {f1f57e3f-ccaf-4dab-bc1d-1ba3593cd0fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 4016 | 2025.02.19 05:56:43.569239 [ 254 ] {f1f57e3f-ccaf-4dab-bc1d-1ba3593cd0fe} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 4017 | 2025.02.19 05:56:43.569486 [ 254 ] {f1f57e3f-ccaf-4dab-bc1d-1ba3593cd0fe} <Trace> oximeter.fields_u16 (6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4018 | 2025.02.19 05:56:43.569666 [ 108 ] {} <Debug> oximeter.fields_u16 (6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 4019 | 2025.02.19 05:56:43.569687 [ 254 ] {f1f57e3f-ccaf-4dab-bc1d-1ba3593cd0fe} <Debug> executeQuery: Read 133 rows, 8.42 KiB in 0.00152 sec., 87500 rows/sec., 5.41 MiB/sec. | ||
| 4020 | 2025.02.19 05:56:43.569741 [ 108 ] {} <Trace> oximeter.fields_u16 (6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4021 | 2025.02.19 05:56:43.569821 [ 108 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 4022 | 2025.02.19 05:56:43.569826 [ 254 ] {f1f57e3f-ccaf-4dab-bc1d-1ba3593cd0fe} <Debug> TCPHandler: Processed in 0.001846521 sec. | ||
| 4023 | 2025.02.19 05:56:43.569998 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4024 | 2025.02.19 05:56:43.570014 [ 190 ] {6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f::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 | ||
| 4025 | 2025.02.19 05:56:43.570157 [ 258 ] {dcd85bd3-edef-4040-9ae7-90e4a0b464b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4026 | 2025.02.19 05:56:43.570171 [ 190 ] {6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4027 | 2025.02.19 05:56:43.570227 [ 190 ] {6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 159 rows starting from the beginning of the part | ||
| 4028 | 2025.02.19 05:56:43.570231 [ 258 ] {dcd85bd3-edef-4040-9ae7-90e4a0b464b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4029 | 2025.02.19 05:56:43.570465 [ 190 ] {6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 133 rows starting from the beginning of the part | ||
| 4030 | 2025.02.19 05:56:43.570938 [ 190 ] {6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 12 rows starting from the beginning of the part | ||
| 4031 | 2025.02.19 05:56:43.571309 [ 190 ] {6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 133 rows starting from the beginning of the part | ||
| 4032 | 2025.02.19 05:56:43.571691 [ 190 ] {6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 12 rows starting from the beginning of the part | ||
| 4033 | 2025.02.19 05:56:43.572069 [ 190 ] {6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 133 rows starting from the beginning of the part | ||
| 4034 | 2025.02.19 05:56:43.572865 [ 258 ] {dcd85bd3-edef-4040-9ae7-90e4a0b464b6} <Trace> oximeter.fields_u32 (65b4bee1-230d-4ffd-8593-1cf368c54481): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4035 | 2025.02.19 05:56:43.572909 [ 258 ] {dcd85bd3-edef-4040-9ae7-90e4a0b464b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 4036 | 2025.02.19 05:56:43.573472 [ 258 ] {dcd85bd3-edef-4040-9ae7-90e4a0b464b6} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4037 | 2025.02.19 05:56:43.573860 [ 201 ] {6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 582 rows, containing 5 columns (5 merged, 0 gathered) in 0.003927207 sec., 148196.9246846423 rows/sec., 9.85 MiB/sec. | ||
| 4038 | 2025.02.19 05:56:43.573879 [ 258 ] {dcd85bd3-edef-4040-9ae7-90e4a0b464b6} <Trace> oximeter.fields_u32 (65b4bee1-230d-4ffd-8593-1cf368c54481): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4039 | 2025.02.19 05:56:43.574237 [ 201 ] {6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 4040 | 2025.02.19 05:56:43.574402 [ 258 ] {dcd85bd3-edef-4040-9ae7-90e4a0b464b6} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.004261 sec., 26519.596338887586 rows/sec., 1.72 MiB/sec. | ||
| 4041 | 2025.02.19 05:56:43.574734 [ 258 ] {dcd85bd3-edef-4040-9ae7-90e4a0b464b6} <Debug> TCPHandler: Processed in 0.004817702 sec. | ||
| 4042 | 2025.02.19 05:56:43.574933 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4043 | 2025.02.19 05:56:43.575117 [ 201 ] {6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f::all_1_21_4} <Trace> oximeter.fields_u16 (6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4044 | 2025.02.19 05:56:43.575132 [ 254 ] {69e4d459-8640-4f37-9ddb-9b659c5580df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 4045 | 2025.02.19 05:56:43.575254 [ 254 ] {69e4d459-8640-4f37-9ddb-9b659c5580df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 4046 | 2025.02.19 05:56:43.575314 [ 201 ] {6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f::all_1_21_4} <Trace> oximeter.fields_u16 (6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 4047 | 2025.02.19 05:56:43.575514 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
| 4048 | 2025.02.19 05:56:43.576128 [ 254 ] {69e4d459-8640-4f37-9ddb-9b659c5580df} <Trace> oximeter.fields_u8 (cef67ce3-27e4-4c55-9365-409a4c7c6d8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4049 | 2025.02.19 05:56:43.576174 [ 254 ] {69e4d459-8640-4f37-9ddb-9b659c5580df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 4050 | 2025.02.19 05:56:43.576554 [ 254 ] {69e4d459-8640-4f37-9ddb-9b659c5580df} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 4051 | 2025.02.19 05:56:43.576803 [ 254 ] {69e4d459-8640-4f37-9ddb-9b659c5580df} <Trace> oximeter.fields_u8 (cef67ce3-27e4-4c55-9365-409a4c7c6d8e): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4052 | 2025.02.19 05:56:43.577108 [ 254 ] {69e4d459-8640-4f37-9ddb-9b659c5580df} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.002026 sec., 55281.342546890424 rows/sec., 3.15 MiB/sec. | ||
| 4053 | 2025.02.19 05:56:43.577268 [ 254 ] {69e4d459-8640-4f37-9ddb-9b659c5580df} <Debug> TCPHandler: Processed in 0.00241031 sec. | ||
| 4054 | 2025.02.19 05:56:43.577429 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4055 | 2025.02.19 05:56:43.577558 [ 258 ] {204764d9-dae7-4c72-955e-1fadcc05941c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4056 | 2025.02.19 05:56:43.577614 [ 258 ] {204764d9-dae7-4c72-955e-1fadcc05941c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4057 | 2025.02.19 05:56:43.578403 [ 258 ] {204764d9-dae7-4c72-955e-1fadcc05941c} <Trace> oximeter.fields_uuid (3e28ef33-2603-423e-a1ee-258fce097b7c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4058 | 2025.02.19 05:56:43.578443 [ 258 ] {204764d9-dae7-4c72-955e-1fadcc05941c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 4059 | 2025.02.19 05:56:43.578830 [ 258 ] {204764d9-dae7-4c72-955e-1fadcc05941c} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 4060 | 2025.02.19 05:56:43.579085 [ 258 ] {204764d9-dae7-4c72-955e-1fadcc05941c} <Trace> oximeter.fields_uuid (3e28ef33-2603-423e-a1ee-258fce097b7c): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4061 | 2025.02.19 05:56:43.579307 [ 258 ] {204764d9-dae7-4c72-955e-1fadcc05941c} <Debug> executeQuery: Read 409 rows, 29.75 KiB in 0.001778 sec., 230033.74578177728 rows/sec., 16.34 MiB/sec. | ||
| 4062 | 2025.02.19 05:56:43.579434 [ 258 ] {204764d9-dae7-4c72-955e-1fadcc05941c} <Debug> TCPHandler: Processed in 0.002066505 sec. | ||
| 4063 | 2025.02.19 05:56:43.579593 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4064 | 2025.02.19 05:56:43.579723 [ 254 ] {8dbe6e1a-2ecd-4a36-a2a2-bddd1afaf8c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 4065 | 2025.02.19 05:56:43.579781 [ 254 ] {8dbe6e1a-2ecd-4a36-a2a2-bddd1afaf8c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 4066 | 2025.02.19 05:56:43.580269 [ 254 ] {8dbe6e1a-2ecd-4a36-a2a2-bddd1afaf8c8} <Trace> oximeter.measurements_bool (16e9d126-bc56-4e42-988e-352459bd24dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4067 | 2025.02.19 05:56:43.580308 [ 254 ] {8dbe6e1a-2ecd-4a36-a2a2-bddd1afaf8c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 4068 | 2025.02.19 05:56:43.580672 [ 254 ] {8dbe6e1a-2ecd-4a36-a2a2-bddd1afaf8c8} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 4069 | 2025.02.19 05:56:43.580918 [ 254 ] {8dbe6e1a-2ecd-4a36-a2a2-bddd1afaf8c8} <Trace> oximeter.measurements_bool (16e9d126-bc56-4e42-988e-352459bd24dc): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4070 | 2025.02.19 05:56:43.581193 [ 254 ] {8dbe6e1a-2ecd-4a36-a2a2-bddd1afaf8c8} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001488 sec., 4032.2580645161293 rows/sec., 210.67 KiB/sec. | ||
| 4071 | 2025.02.19 05:56:43.581354 [ 254 ] {8dbe6e1a-2ecd-4a36-a2a2-bddd1afaf8c8} <Debug> TCPHandler: Processed in 0.001821811 sec. | ||
| 4072 | 2025.02.19 05:56:43.581509 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4073 | 2025.02.19 05:56:43.581640 [ 258 ] {f18ba874-f227-49dd-86bd-5361a8b04254} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4074 | 2025.02.19 05:56:43.581698 [ 258 ] {f18ba874-f227-49dd-86bd-5361a8b04254} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4075 | 2025.02.19 05:56:43.582310 [ 258 ] {f18ba874-f227-49dd-86bd-5361a8b04254} <Trace> oximeter.measurements_cumulativeu64 (12ad3da5-8862-4a0c-98f0-1a099eec319b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4076 | 2025.02.19 05:56:43.582348 [ 258 ] {f18ba874-f227-49dd-86bd-5361a8b04254} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 4077 | 2025.02.19 05:56:43.582731 [ 258 ] {f18ba874-f227-49dd-86bd-5361a8b04254} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 4078 | 2025.02.19 05:56:43.582973 [ 258 ] {f18ba874-f227-49dd-86bd-5361a8b04254} <Trace> oximeter.measurements_cumulativeu64 (12ad3da5-8862-4a0c-98f0-1a099eec319b): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4079 | 2025.02.19 05:56:43.583186 [ 258 ] {f18ba874-f227-49dd-86bd-5361a8b04254} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001576 sec., 150380.7106598985 rows/sec., 10.08 MiB/sec. | ||
| 4080 | 2025.02.19 05:56:43.583241 [ 258 ] {f18ba874-f227-49dd-86bd-5361a8b04254} <Debug> TCPHandler: Processed in 0.0017931 sec. | ||
| 4081 | 2025.02.19 05:56:43.583391 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4082 | 2025.02.19 05:56:43.583521 [ 254 ] {c1c0f318-4049-4f40-881c-9f8df0e2859e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 4083 | 2025.02.19 05:56:43.583577 [ 254 ] {c1c0f318-4049-4f40-881c-9f8df0e2859e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 4084 | 2025.02.19 05:56:43.584081 [ 254 ] {c1c0f318-4049-4f40-881c-9f8df0e2859e} <Trace> oximeter.measurements_f64 (338bebf0-eeef-41b9-b679-f4717a277180): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4085 | 2025.02.19 05:56:43.584120 [ 254 ] {c1c0f318-4049-4f40-881c-9f8df0e2859e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 4086 | 2025.02.19 05:56:43.584482 [ 254 ] {c1c0f318-4049-4f40-881c-9f8df0e2859e} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 4087 | 2025.02.19 05:56:43.584750 [ 254 ] {c1c0f318-4049-4f40-881c-9f8df0e2859e} <Trace> oximeter.measurements_f64 (338bebf0-eeef-41b9-b679-f4717a277180): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4088 | 2025.02.19 05:56:43.584992 [ 254 ] {c1c0f318-4049-4f40-881c-9f8df0e2859e} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.0015 sec., 666.6666666666666 rows/sec., 44.92 KiB/sec. | ||
| 4089 | 2025.02.19 05:56:43.585044 [ 254 ] {c1c0f318-4049-4f40-881c-9f8df0e2859e} <Debug> TCPHandler: Processed in 0.001716489 sec. | ||
| 4090 | 2025.02.19 05:56:43.585179 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4091 | 2025.02.19 05:56:43.585284 [ 258 ] {f43e7554-619b-4c24-928c-af94c26752db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4092 | 2025.02.19 05:56:43.585351 [ 258 ] {f43e7554-619b-4c24-928c-af94c26752db} <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 | ||
| 4093 | 2025.02.19 05:56:43.586463 [ 258 ] {f43e7554-619b-4c24-928c-af94c26752db} <Trace> oximeter.measurements_histogramu64 (7e806432-9fb0-4852-8b8d-11fed24611fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4094 | 2025.02.19 05:56:43.586503 [ 258 ] {f43e7554-619b-4c24-928c-af94c26752db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 4095 | 2025.02.19 05:56:43.587140 [ 258 ] {f43e7554-619b-4c24-928c-af94c26752db} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 4096 | 2025.02.19 05:56:43.587413 [ 258 ] {f43e7554-619b-4c24-928c-af94c26752db} <Trace> oximeter.measurements_histogramu64 (7e806432-9fb0-4852-8b8d-11fed24611fa): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4097 | 2025.02.19 05:56:43.587597 [ 108 ] {} <Debug> oximeter.measurements_histogramu64 (7e806432-9fb0-4852-8b8d-11fed24611fa) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 4098 | 2025.02.19 05:56:43.587666 [ 108 ] {} <Trace> oximeter.measurements_histogramu64 (7e806432-9fb0-4852-8b8d-11fed24611fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4099 | 2025.02.19 05:56:43.587710 [ 108 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 4100 | 2025.02.19 05:56:43.587709 [ 258 ] {f43e7554-619b-4c24-928c-af94c26752db} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002432 sec., 11101.973684210525 rows/sec., 19.89 MiB/sec. | ||
| 4101 | 2025.02.19 05:56:43.588234 [ 189 ] {7e806432-9fb0-4852-8b8d-11fed24611fa::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 | ||
| 4102 | 2025.02.19 05:56:43.588646 [ 258 ] {f43e7554-619b-4c24-928c-af94c26752db} <Debug> TCPHandler: Processed in 0.00351797 sec. | ||
| 4103 | 2025.02.19 05:56:43.588867 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4104 | 2025.02.19 05:56:43.589148 [ 254 ] {a5a36a3c-a400-4e21-81cf-b09350f9f024} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4105 | 2025.02.19 05:56:43.589191 [ 189 ] {7e806432-9fb0-4852-8b8d-11fed24611fa::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4106 | 2025.02.19 05:56:43.589296 [ 254 ] {a5a36a3c-a400-4e21-81cf-b09350f9f024} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4107 | 2025.02.19 05:56:43.589374 [ 189 ] {7e806432-9fb0-4852-8b8d-11fed24611fa::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 272 rows starting from the beginning of the part | ||
| 4108 | 2025.02.19 05:56:43.590221 [ 189 ] {7e806432-9fb0-4852-8b8d-11fed24611fa::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 27 rows starting from the beginning of the part | ||
| 4109 | 2025.02.19 05:56:43.590905 [ 189 ] {7e806432-9fb0-4852-8b8d-11fed24611fa::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 12 rows starting from the beginning of the part | ||
| 4110 | 2025.02.19 05:56:43.591630 [ 189 ] {7e806432-9fb0-4852-8b8d-11fed24611fa::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 27 rows starting from the beginning of the part | ||
| 4111 | 2025.02.19 05:56:43.591879 [ 254 ] {a5a36a3c-a400-4e21-81cf-b09350f9f024} <Trace> oximeter.measurements_u64 (fe0987d5-5b8f-48d5-a303-9c895ee7970c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4112 | 2025.02.19 05:56:43.592079 [ 254 ] {a5a36a3c-a400-4e21-81cf-b09350f9f024} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 4113 | 2025.02.19 05:56:43.592322 [ 189 ] {7e806432-9fb0-4852-8b8d-11fed24611fa::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 12 rows starting from the beginning of the part | ||
| 4114 | 2025.02.19 05:56:43.592960 [ 189 ] {7e806432-9fb0-4852-8b8d-11fed24611fa::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 27 rows starting from the beginning of the part | ||
| 4115 | 2025.02.19 05:56:43.594138 [ 254 ] {a5a36a3c-a400-4e21-81cf-b09350f9f024} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 4116 | 2025.02.19 05:56:43.594742 [ 254 ] {a5a36a3c-a400-4e21-81cf-b09350f9f024} <Trace> oximeter.measurements_u64 (fe0987d5-5b8f-48d5-a303-9c895ee7970c): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4117 | 2025.02.19 05:56:43.595160 [ 254 ] {a5a36a3c-a400-4e21-81cf-b09350f9f024} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.006115 sec., 13409.6484055601 rows/sec., 872.12 KiB/sec. | ||
| 4118 | 2025.02.19 05:56:43.595287 [ 254 ] {a5a36a3c-a400-4e21-81cf-b09350f9f024} <Debug> TCPHandler: Processed in 0.006530561 sec. | ||
| 4119 | 2025.02.19 05:56:43.597714 [ 197 ] {7e806432-9fb0-4852-8b8d-11fed24611fa::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 377 rows, containing 19 columns (19 merged, 0 gathered) in 0.009876218 sec., 38172.50692522178 rows/sec., 68.40 MiB/sec. | ||
| 4120 | 2025.02.19 05:56:43.598526 [ 200 ] {7e806432-9fb0-4852-8b8d-11fed24611fa::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 4121 | 2025.02.19 05:56:43.599017 [ 200 ] {7e806432-9fb0-4852-8b8d-11fed24611fa::all_1_21_4} <Trace> oximeter.measurements_histogramu64 (7e806432-9fb0-4852-8b8d-11fed24611fa): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4122 | 2025.02.19 05:56:43.599107 [ 200 ] {7e806432-9fb0-4852-8b8d-11fed24611fa::all_1_21_4} <Trace> oximeter.measurements_histogramu64 (7e806432-9fb0-4852-8b8d-11fed24611fa) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 4123 | 2025.02.19 05:56:43.599275 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.11 MiB. | ||
| 4124 | 2025.02.19 05:56:43.661476 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 136 | ||
| 4125 | 2025.02.19 05:56:43.681208 [ 243 ] {} <Trace> system.metric_log (636422f3-000f-4feb-9852-006313efe3e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4126 | 2025.02.19 05:56:43.681254 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 4127 | 2025.02.19 05:56:43.688702 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 4128 | 2025.02.19 05:56:43.689447 [ 243 ] {} <Trace> system.metric_log (636422f3-000f-4feb-9852-006313efe3e0): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4129 | 2025.02.19 05:56:43.692912 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 136 | ||
| 4130 | 2025.02.19 05:56:46.735951 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4131 | 2025.02.19 05:56:46.736146 [ 254 ] {b197e44b-2e6a-4e1d-a6de-9b947801de9b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 4132 | 2025.02.19 05:56:46.736222 [ 254 ] {b197e44b-2e6a-4e1d-a6de-9b947801de9b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 4133 | 2025.02.19 05:56:46.736999 [ 254 ] {b197e44b-2e6a-4e1d-a6de-9b947801de9b} <Trace> oximeter.fields_ipaddr (46427d01-24ae-42d6-a7d5-07bdb2aa84f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4134 | 2025.02.19 05:56:46.737053 [ 254 ] {b197e44b-2e6a-4e1d-a6de-9b947801de9b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 4135 | 2025.02.19 05:56:46.737480 [ 254 ] {b197e44b-2e6a-4e1d-a6de-9b947801de9b} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 4136 | 2025.02.19 05:56:46.737740 [ 254 ] {b197e44b-2e6a-4e1d-a6de-9b947801de9b} <Trace> oximeter.fields_ipaddr (46427d01-24ae-42d6-a7d5-07bdb2aa84f9): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4137 | 2025.02.19 05:56:46.738003 [ 254 ] {b197e44b-2e6a-4e1d-a6de-9b947801de9b} <Debug> executeQuery: Read 14 rows, 1.14 KiB in 0.001907 sec., 7341.373885684321 rows/sec., 598.64 KiB/sec. | ||
| 4138 | 2025.02.19 05:56:46.738210 [ 254 ] {b197e44b-2e6a-4e1d-a6de-9b947801de9b} <Debug> TCPHandler: Processed in 0.002397531 sec. | ||
| 4139 | 2025.02.19 05:56:46.738405 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4140 | 2025.02.19 05:56:46.738525 [ 258 ] {6f6c3b21-4982-49a9-94c0-bfcaea1e5eed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4141 | 2025.02.19 05:56:46.738574 [ 258 ] {6f6c3b21-4982-49a9-94c0-bfcaea1e5eed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4142 | 2025.02.19 05:56:46.739963 [ 258 ] {6f6c3b21-4982-49a9-94c0-bfcaea1e5eed} <Trace> oximeter.fields_string (2fcca75a-374a-4c87-833b-a981a707b5d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4143 | 2025.02.19 05:56:46.740006 [ 258 ] {6f6c3b21-4982-49a9-94c0-bfcaea1e5eed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 4144 | 2025.02.19 05:56:46.740480 [ 258 ] {6f6c3b21-4982-49a9-94c0-bfcaea1e5eed} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 4145 | 2025.02.19 05:56:46.740744 [ 258 ] {6f6c3b21-4982-49a9-94c0-bfcaea1e5eed} <Trace> oximeter.fields_string (2fcca75a-374a-4c87-833b-a981a707b5d9): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4146 | 2025.02.19 05:56:46.741014 [ 258 ] {6f6c3b21-4982-49a9-94c0-bfcaea1e5eed} <Debug> executeQuery: Read 1227 rows, 103.85 KiB in 0.002515 sec., 487872.76341948315 rows/sec., 40.32 MiB/sec. | ||
| 4147 | 2025.02.19 05:56:46.741233 [ 258 ] {6f6c3b21-4982-49a9-94c0-bfcaea1e5eed} <Debug> TCPHandler: Processed in 0.002887129 sec. | ||
| 4148 | 2025.02.19 05:56:46.741435 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4149 | 2025.02.19 05:56:46.741549 [ 254 ] {f9c95002-a907-4ad0-aa45-136e527b3a5b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4150 | 2025.02.19 05:56:46.741599 [ 254 ] {f9c95002-a907-4ad0-aa45-136e527b3a5b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4151 | 2025.02.19 05:56:46.742192 [ 254 ] {f9c95002-a907-4ad0-aa45-136e527b3a5b} <Trace> oximeter.fields_u16 (6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4152 | 2025.02.19 05:56:46.742233 [ 254 ] {f9c95002-a907-4ad0-aa45-136e527b3a5b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 4153 | 2025.02.19 05:56:46.742592 [ 254 ] {f9c95002-a907-4ad0-aa45-136e527b3a5b} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 4154 | 2025.02.19 05:56:46.742831 [ 254 ] {f9c95002-a907-4ad0-aa45-136e527b3a5b} <Trace> oximeter.fields_u16 (6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4155 | 2025.02.19 05:56:46.743047 [ 254 ] {f9c95002-a907-4ad0-aa45-136e527b3a5b} <Debug> executeQuery: Read 26 rows, 1.88 KiB in 0.001524 sec., 17060.36745406824 rows/sec., 1.20 MiB/sec. | ||
| 4156 | 2025.02.19 05:56:46.743102 [ 254 ] {f9c95002-a907-4ad0-aa45-136e527b3a5b} <Debug> TCPHandler: Processed in 0.00174323 sec. | ||
| 4157 | 2025.02.19 05:56:46.743253 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4158 | 2025.02.19 05:56:46.743360 [ 258 ] {620034dc-aa9e-4644-9334-5fe90837e7f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4159 | 2025.02.19 05:56:46.743404 [ 258 ] {620034dc-aa9e-4644-9334-5fe90837e7f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4160 | 2025.02.19 05:56:46.744050 [ 258 ] {620034dc-aa9e-4644-9334-5fe90837e7f6} <Trace> oximeter.fields_u32 (65b4bee1-230d-4ffd-8593-1cf368c54481): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4161 | 2025.02.19 05:56:46.744090 [ 258 ] {620034dc-aa9e-4644-9334-5fe90837e7f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 4162 | 2025.02.19 05:56:46.744462 [ 258 ] {620034dc-aa9e-4644-9334-5fe90837e7f6} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4163 | 2025.02.19 05:56:46.744707 [ 258 ] {620034dc-aa9e-4644-9334-5fe90837e7f6} <Trace> oximeter.fields_u32 (65b4bee1-230d-4ffd-8593-1cf368c54481): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4164 | 2025.02.19 05:56:46.744972 [ 258 ] {620034dc-aa9e-4644-9334-5fe90837e7f6} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001628 sec., 140049.14004914003 rows/sec., 9.48 MiB/sec. | ||
| 4165 | 2025.02.19 05:56:46.745171 [ 258 ] {620034dc-aa9e-4644-9334-5fe90837e7f6} <Debug> TCPHandler: Processed in 0.001976144 sec. | ||
| 4166 | 2025.02.19 05:56:46.745376 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4167 | 2025.02.19 05:56:46.745516 [ 254 ] {18a0f4e2-e9fc-4d7f-abbe-54654e696d50} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4168 | 2025.02.19 05:56:46.745572 [ 254 ] {18a0f4e2-e9fc-4d7f-abbe-54654e696d50} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4169 | 2025.02.19 05:56:46.746436 [ 254 ] {18a0f4e2-e9fc-4d7f-abbe-54654e696d50} <Trace> oximeter.fields_uuid (3e28ef33-2603-423e-a1ee-258fce097b7c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4170 | 2025.02.19 05:56:46.746477 [ 254 ] {18a0f4e2-e9fc-4d7f-abbe-54654e696d50} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 4171 | 2025.02.19 05:56:46.746874 [ 254 ] {18a0f4e2-e9fc-4d7f-abbe-54654e696d50} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 4172 | 2025.02.19 05:56:46.747126 [ 254 ] {18a0f4e2-e9fc-4d7f-abbe-54654e696d50} <Trace> oximeter.fields_uuid (3e28ef33-2603-423e-a1ee-258fce097b7c): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4173 | 2025.02.19 05:56:46.747342 [ 254 ] {18a0f4e2-e9fc-4d7f-abbe-54654e696d50} <Debug> executeQuery: Read 546 rows, 41.51 KiB in 0.001856 sec., 294181.0344827586 rows/sec., 21.84 MiB/sec. | ||
| 4174 | 2025.02.19 05:56:46.747396 [ 254 ] {18a0f4e2-e9fc-4d7f-abbe-54654e696d50} <Debug> TCPHandler: Processed in 0.002086325 sec. | ||
| 4175 | 2025.02.19 05:56:46.747543 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4176 | 2025.02.19 05:56:46.747679 [ 258 ] {5ce18a04-5625-4cab-9b09-eeb65f4980ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4177 | 2025.02.19 05:56:46.747739 [ 258 ] {5ce18a04-5625-4cab-9b09-eeb65f4980ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4178 | 2025.02.19 05:56:46.748516 [ 258 ] {5ce18a04-5625-4cab-9b09-eeb65f4980ba} <Trace> oximeter.measurements_cumulativeu64 (12ad3da5-8862-4a0c-98f0-1a099eec319b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4179 | 2025.02.19 05:56:46.748555 [ 258 ] {5ce18a04-5625-4cab-9b09-eeb65f4980ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 4180 | 2025.02.19 05:56:46.748995 [ 258 ] {5ce18a04-5625-4cab-9b09-eeb65f4980ba} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 4181 | 2025.02.19 05:56:46.749241 [ 258 ] {5ce18a04-5625-4cab-9b09-eeb65f4980ba} <Trace> oximeter.measurements_cumulativeu64 (12ad3da5-8862-4a0c-98f0-1a099eec319b): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4182 | 2025.02.19 05:56:46.749463 [ 258 ] {5ce18a04-5625-4cab-9b09-eeb65f4980ba} <Debug> executeQuery: Read 981 rows, 67.45 KiB in 0.001814 sec., 540793.8257993384 rows/sec., 36.31 MiB/sec. | ||
| 4183 | 2025.02.19 05:56:46.749516 [ 258 ] {5ce18a04-5625-4cab-9b09-eeb65f4980ba} <Debug> TCPHandler: Processed in 0.002036265 sec. | ||
| 4184 | 2025.02.19 05:56:46.749661 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4185 | 2025.02.19 05:56:46.749768 [ 254 ] {7e056679-6014-4b0b-8d48-6a33f1bd8bc1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4186 | 2025.02.19 05:56:46.749834 [ 254 ] {7e056679-6014-4b0b-8d48-6a33f1bd8bc1} <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 | ||
| 4187 | 2025.02.19 05:56:46.750923 [ 254 ] {7e056679-6014-4b0b-8d48-6a33f1bd8bc1} <Trace> oximeter.measurements_histogramu64 (7e806432-9fb0-4852-8b8d-11fed24611fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4188 | 2025.02.19 05:56:46.750964 [ 254 ] {7e056679-6014-4b0b-8d48-6a33f1bd8bc1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 4189 | 2025.02.19 05:56:46.751571 [ 254 ] {7e056679-6014-4b0b-8d48-6a33f1bd8bc1} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 4190 | 2025.02.19 05:56:46.751833 [ 254 ] {7e056679-6014-4b0b-8d48-6a33f1bd8bc1} <Trace> oximeter.measurements_histogramu64 (7e806432-9fb0-4852-8b8d-11fed24611fa): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4191 | 2025.02.19 05:56:46.752090 [ 254 ] {7e056679-6014-4b0b-8d48-6a33f1bd8bc1} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002344 sec., 5119.453924914676 rows/sec., 9.17 MiB/sec. | ||
| 4192 | 2025.02.19 05:56:46.752188 [ 254 ] {7e056679-6014-4b0b-8d48-6a33f1bd8bc1} <Debug> TCPHandler: Processed in 0.002579074 sec. | ||
| 4193 | 2025.02.19 05:56:46.752335 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4194 | 2025.02.19 05:56:46.752442 [ 258 ] {a4d02ad0-c1f0-4836-b702-05f2f6b00e2a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4195 | 2025.02.19 05:56:46.752490 [ 258 ] {a4d02ad0-c1f0-4836-b702-05f2f6b00e2a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4196 | 2025.02.19 05:56:46.752947 [ 258 ] {a4d02ad0-c1f0-4836-b702-05f2f6b00e2a} <Trace> oximeter.measurements_u64 (fe0987d5-5b8f-48d5-a303-9c895ee7970c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4197 | 2025.02.19 05:56:46.752986 [ 258 ] {a4d02ad0-c1f0-4836-b702-05f2f6b00e2a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 4198 | 2025.02.19 05:56:46.753350 [ 258 ] {a4d02ad0-c1f0-4836-b702-05f2f6b00e2a} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 4199 | 2025.02.19 05:56:46.753598 [ 258 ] {a4d02ad0-c1f0-4836-b702-05f2f6b00e2a} <Trace> oximeter.measurements_u64 (fe0987d5-5b8f-48d5-a303-9c895ee7970c): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4200 | 2025.02.19 05:56:46.753840 [ 258 ] {a4d02ad0-c1f0-4836-b702-05f2f6b00e2a} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001412 sec., 33994.33427762039 rows/sec., 2.29 MiB/sec. | ||
| 4201 | 2025.02.19 05:56:46.753908 [ 258 ] {a4d02ad0-c1f0-4836-b702-05f2f6b00e2a} <Debug> TCPHandler: Processed in 0.001627968 sec. | ||
| 4202 | 2025.02.19 05:56:48.116766 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 50 entries to flush up to offset 612 | ||
| 4203 | 2025.02.19 05:56:48.120138 [ 242 ] {} <Trace> system.query_log (c5831a85-9043-4d4c-a5be-d968cb126303): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4204 | 2025.02.19 05:56:48.120188 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 4205 | 2025.02.19 05:56:48.121643 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4206 | 2025.02.19 05:56:48.121947 [ 242 ] {} <Trace> system.query_log (c5831a85-9043-4d4c-a5be-d968cb126303): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4207 | 2025.02.19 05:56:48.123005 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 612 | ||
| 4208 | 2025.02.19 05:56:48.549699 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4209 | 2025.02.19 05:56:48.549913 [ 254 ] {84d45940-266b-4751-ae99-8a2721f61024} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4210 | 2025.02.19 05:56:48.549994 [ 254 ] {84d45940-266b-4751-ae99-8a2721f61024} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4211 | 2025.02.19 05:56:48.550812 [ 254 ] {84d45940-266b-4751-ae99-8a2721f61024} <Trace> oximeter.fields_string (2fcca75a-374a-4c87-833b-a981a707b5d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4212 | 2025.02.19 05:56:48.550860 [ 254 ] {84d45940-266b-4751-ae99-8a2721f61024} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 4213 | 2025.02.19 05:56:48.551298 [ 254 ] {84d45940-266b-4751-ae99-8a2721f61024} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4214 | 2025.02.19 05:56:48.551567 [ 254 ] {84d45940-266b-4751-ae99-8a2721f61024} <Trace> oximeter.fields_string (2fcca75a-374a-4c87-833b-a981a707b5d9): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4215 | 2025.02.19 05:56:48.551769 [ 254 ] {84d45940-266b-4751-ae99-8a2721f61024} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001914 sec., 29258.098223615467 rows/sec., 2.25 MiB/sec. | ||
| 4216 | 2025.02.19 05:56:48.551833 [ 254 ] {84d45940-266b-4751-ae99-8a2721f61024} <Debug> TCPHandler: Processed in 0.002280319 sec. | ||
| 4217 | 2025.02.19 05:56:48.552017 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4218 | 2025.02.19 05:56:48.552133 [ 258 ] {7b098093-6ec9-4121-9e2a-584dc3e5d14f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4219 | 2025.02.19 05:56:48.552180 [ 258 ] {7b098093-6ec9-4121-9e2a-584dc3e5d14f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4220 | 2025.02.19 05:56:48.552751 [ 258 ] {7b098093-6ec9-4121-9e2a-584dc3e5d14f} <Trace> oximeter.fields_uuid (3e28ef33-2603-423e-a1ee-258fce097b7c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4221 | 2025.02.19 05:56:48.552789 [ 258 ] {7b098093-6ec9-4121-9e2a-584dc3e5d14f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 4222 | 2025.02.19 05:56:48.553155 [ 258 ] {7b098093-6ec9-4121-9e2a-584dc3e5d14f} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4223 | 2025.02.19 05:56:48.553400 [ 258 ] {7b098093-6ec9-4121-9e2a-584dc3e5d14f} <Trace> oximeter.fields_uuid (3e28ef33-2603-423e-a1ee-258fce097b7c): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4224 | 2025.02.19 05:56:48.553579 [ 258 ] {7b098093-6ec9-4121-9e2a-584dc3e5d14f} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001474 sec., 43419.26729986431 rows/sec., 3.39 MiB/sec. | ||
| 4225 | 2025.02.19 05:56:48.553632 [ 258 ] {7b098093-6ec9-4121-9e2a-584dc3e5d14f} <Debug> TCPHandler: Processed in 0.001684549 sec. | ||
| 4226 | 2025.02.19 05:56:48.553791 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4227 | 2025.02.19 05:56:48.553900 [ 254 ] {43976c47-a96b-4b54-9629-4f3371ae0977} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4228 | 2025.02.19 05:56:48.553949 [ 254 ] {43976c47-a96b-4b54-9629-4f3371ae0977} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4229 | 2025.02.19 05:56:48.554424 [ 254 ] {43976c47-a96b-4b54-9629-4f3371ae0977} <Trace> oximeter.measurements_cumulativeu64 (12ad3da5-8862-4a0c-98f0-1a099eec319b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4230 | 2025.02.19 05:56:48.554462 [ 254 ] {43976c47-a96b-4b54-9629-4f3371ae0977} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 4231 | 2025.02.19 05:56:48.554832 [ 254 ] {43976c47-a96b-4b54-9629-4f3371ae0977} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4232 | 2025.02.19 05:56:48.555071 [ 254 ] {43976c47-a96b-4b54-9629-4f3371ae0977} <Trace> oximeter.measurements_cumulativeu64 (12ad3da5-8862-4a0c-98f0-1a099eec319b): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4233 | 2025.02.19 05:56:48.555248 [ 254 ] {43976c47-a96b-4b54-9629-4f3371ae0977} <Debug> executeQuery: Read 32 rows, 2.28 KiB in 0.001372 sec., 23323.615160349855 rows/sec., 1.62 MiB/sec. | ||
| 4234 | 2025.02.19 05:56:48.555298 [ 254 ] {43976c47-a96b-4b54-9629-4f3371ae0977} <Debug> TCPHandler: Processed in 0.001566637 sec. | ||
| 4235 | 2025.02.19 05:56:48.555447 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4236 | 2025.02.19 05:56:48.555553 [ 258 ] {30016f5b-f2a4-4c5b-88fa-58e417c9c0ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4237 | 2025.02.19 05:56:48.555605 [ 258 ] {30016f5b-f2a4-4c5b-88fa-58e417c9c0ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4238 | 2025.02.19 05:56:48.556028 [ 258 ] {30016f5b-f2a4-4c5b-88fa-58e417c9c0ef} <Trace> oximeter.measurements_u64 (fe0987d5-5b8f-48d5-a303-9c895ee7970c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4239 | 2025.02.19 05:56:48.556065 [ 258 ] {30016f5b-f2a4-4c5b-88fa-58e417c9c0ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 4240 | 2025.02.19 05:56:48.556416 [ 258 ] {30016f5b-f2a4-4c5b-88fa-58e417c9c0ef} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4241 | 2025.02.19 05:56:48.556662 [ 258 ] {30016f5b-f2a4-4c5b-88fa-58e417c9c0ef} <Trace> oximeter.measurements_u64 (fe0987d5-5b8f-48d5-a303-9c895ee7970c): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4242 | 2025.02.19 05:56:48.556836 [ 258 ] {30016f5b-f2a4-4c5b-88fa-58e417c9c0ef} <Debug> executeQuery: Read 12 rows, 848.00 B in 0.001305 sec., 9195.402298850575 rows/sec., 634.58 KiB/sec. | ||
| 4243 | 2025.02.19 05:56:48.556883 [ 258 ] {30016f5b-f2a4-4c5b-88fa-58e417c9c0ef} <Debug> TCPHandler: Processed in 0.001495865 sec. | ||
| 4244 | 2025.02.19 05:56:50.579141 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 8723 | ||
| 4245 | 2025.02.19 05:56:50.580158 [ 244 ] {} <Trace> system.asynchronous_metric_log (5573eb27-0871-4eb5-bfd6-93b6d6d4142e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4246 | 2025.02.19 05:56:50.580232 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 4247 | 2025.02.19 05:56:50.580894 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 4248 | 2025.02.19 05:56:50.581151 [ 244 ] {} <Trace> system.asynchronous_metric_log (5573eb27-0871-4eb5-bfd6-93b6d6d4142e): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4249 | 2025.02.19 05:56:50.581340 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8723 | ||
| 4250 | 2025.02.19 05:56:51.193054 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 144 | ||
| 4251 | 2025.02.19 05:56:51.213706 [ 243 ] {} <Trace> system.metric_log (636422f3-000f-4feb-9852-006313efe3e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4252 | 2025.02.19 05:56:51.213772 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 4253 | 2025.02.19 05:56:51.221605 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 4254 | 2025.02.19 05:56:51.222543 [ 243 ] {} <Trace> system.metric_log (636422f3-000f-4feb-9852-006313efe3e0): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4255 | 2025.02.19 05:56:51.226427 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 144 | ||
| 4256 | 2025.02.19 05:56:53.563061 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4257 | 2025.02.19 05:56:53.563280 [ 254 ] {35bc1d48-8b2a-4e55-a24d-4d9ec4a8db64} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 4258 | 2025.02.19 05:56:53.563364 [ 254 ] {35bc1d48-8b2a-4e55-a24d-4d9ec4a8db64} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 4259 | 2025.02.19 05:56:53.564222 [ 254 ] {35bc1d48-8b2a-4e55-a24d-4d9ec4a8db64} <Trace> oximeter.fields_i16 (2bf1598c-a5a7-46ca-9aca-ef074bb76812): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4260 | 2025.02.19 05:56:53.564274 [ 254 ] {35bc1d48-8b2a-4e55-a24d-4d9ec4a8db64} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 4261 | 2025.02.19 05:56:53.564721 [ 254 ] {35bc1d48-8b2a-4e55-a24d-4d9ec4a8db64} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 4262 | 2025.02.19 05:56:53.564984 [ 254 ] {35bc1d48-8b2a-4e55-a24d-4d9ec4a8db64} <Trace> oximeter.fields_i16 (2bf1598c-a5a7-46ca-9aca-ef074bb76812): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4263 | 2025.02.19 05:56:53.565231 [ 254 ] {35bc1d48-8b2a-4e55-a24d-4d9ec4a8db64} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002012 sec., 105367.79324055667 rows/sec., 6.70 MiB/sec. | ||
| 4264 | 2025.02.19 05:56:53.565296 [ 254 ] {35bc1d48-8b2a-4e55-a24d-4d9ec4a8db64} <Debug> TCPHandler: Processed in 0.00238727 sec. | ||
| 4265 | 2025.02.19 05:56:53.565476 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4266 | 2025.02.19 05:56:53.565594 [ 258 ] {c6a38b27-7c22-4500-bee8-cf3fcca5c9f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4267 | 2025.02.19 05:56:53.565645 [ 258 ] {c6a38b27-7c22-4500-bee8-cf3fcca5c9f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4268 | 2025.02.19 05:56:53.566516 [ 258 ] {c6a38b27-7c22-4500-bee8-cf3fcca5c9f8} <Trace> oximeter.fields_string (2fcca75a-374a-4c87-833b-a981a707b5d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4269 | 2025.02.19 05:56:53.566556 [ 258 ] {c6a38b27-7c22-4500-bee8-cf3fcca5c9f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 4270 | 2025.02.19 05:56:53.566967 [ 258 ] {c6a38b27-7c22-4500-bee8-cf3fcca5c9f8} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4271 | 2025.02.19 05:56:53.567221 [ 258 ] {c6a38b27-7c22-4500-bee8-cf3fcca5c9f8} <Trace> oximeter.fields_string (2fcca75a-374a-4c87-833b-a981a707b5d9): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4272 | 2025.02.19 05:56:53.567460 [ 258 ] {c6a38b27-7c22-4500-bee8-cf3fcca5c9f8} <Debug> executeQuery: Read 671 rows, 54.45 KiB in 0.001891 sec., 354838.70967741933 rows/sec., 28.12 MiB/sec. | ||
| 4273 | 2025.02.19 05:56:53.567526 [ 258 ] {c6a38b27-7c22-4500-bee8-cf3fcca5c9f8} <Debug> TCPHandler: Processed in 0.002111806 sec. | ||
| 4274 | 2025.02.19 05:56:53.567706 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4275 | 2025.02.19 05:56:53.567847 [ 254 ] {7ef8fdf4-4c03-4416-81ab-eaa99f136047} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4276 | 2025.02.19 05:56:53.567903 [ 254 ] {7ef8fdf4-4c03-4416-81ab-eaa99f136047} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4277 | 2025.02.19 05:56:53.568567 [ 254 ] {7ef8fdf4-4c03-4416-81ab-eaa99f136047} <Trace> oximeter.fields_u16 (6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4278 | 2025.02.19 05:56:53.568606 [ 254 ] {7ef8fdf4-4c03-4416-81ab-eaa99f136047} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 4279 | 2025.02.19 05:56:53.568987 [ 254 ] {7ef8fdf4-4c03-4416-81ab-eaa99f136047} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 4280 | 2025.02.19 05:56:53.569234 [ 254 ] {7ef8fdf4-4c03-4416-81ab-eaa99f136047} <Trace> oximeter.fields_u16 (6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4281 | 2025.02.19 05:56:53.569445 [ 254 ] {7ef8fdf4-4c03-4416-81ab-eaa99f136047} <Debug> executeQuery: Read 133 rows, 8.42 KiB in 0.001631 sec., 81545.0643776824 rows/sec., 5.04 MiB/sec. | ||
| 4282 | 2025.02.19 05:56:53.569499 [ 254 ] {7ef8fdf4-4c03-4416-81ab-eaa99f136047} <Debug> TCPHandler: Processed in 0.001876721 sec. | ||
| 4283 | 2025.02.19 05:56:53.569653 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4284 | 2025.02.19 05:56:53.569784 [ 258 ] {fd7eae01-9726-411c-b5c3-46458f293f6b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4285 | 2025.02.19 05:56:53.569838 [ 258 ] {fd7eae01-9726-411c-b5c3-46458f293f6b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4286 | 2025.02.19 05:56:53.570488 [ 258 ] {fd7eae01-9726-411c-b5c3-46458f293f6b} <Trace> oximeter.fields_u32 (65b4bee1-230d-4ffd-8593-1cf368c54481): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4287 | 2025.02.19 05:56:53.570529 [ 258 ] {fd7eae01-9726-411c-b5c3-46458f293f6b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 4288 | 2025.02.19 05:56:53.570880 [ 258 ] {fd7eae01-9726-411c-b5c3-46458f293f6b} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 4289 | 2025.02.19 05:56:53.571119 [ 258 ] {fd7eae01-9726-411c-b5c3-46458f293f6b} <Trace> oximeter.fields_u32 (65b4bee1-230d-4ffd-8593-1cf368c54481): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4290 | 2025.02.19 05:56:53.571327 [ 258 ] {fd7eae01-9726-411c-b5c3-46458f293f6b} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001571 sec., 71928.70782940803 rows/sec., 4.66 MiB/sec. | ||
| 4291 | 2025.02.19 05:56:53.571380 [ 258 ] {fd7eae01-9726-411c-b5c3-46458f293f6b} <Debug> TCPHandler: Processed in 0.00179629 sec. | ||
| 4292 | 2025.02.19 05:56:53.571511 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4293 | 2025.02.19 05:56:53.571640 [ 254 ] {c15c0459-5c67-4784-a1a3-b58cfa30099e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 4294 | 2025.02.19 05:56:53.571695 [ 254 ] {c15c0459-5c67-4784-a1a3-b58cfa30099e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 4295 | 2025.02.19 05:56:53.572390 [ 254 ] {c15c0459-5c67-4784-a1a3-b58cfa30099e} <Trace> oximeter.fields_u8 (cef67ce3-27e4-4c55-9365-409a4c7c6d8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4296 | 2025.02.19 05:56:53.572437 [ 254 ] {c15c0459-5c67-4784-a1a3-b58cfa30099e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 4297 | 2025.02.19 05:56:53.572794 [ 254 ] {c15c0459-5c67-4784-a1a3-b58cfa30099e} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 4298 | 2025.02.19 05:56:53.573046 [ 254 ] {c15c0459-5c67-4784-a1a3-b58cfa30099e} <Trace> oximeter.fields_u8 (cef67ce3-27e4-4c55-9365-409a4c7c6d8e): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4299 | 2025.02.19 05:56:53.573269 [ 254 ] {c15c0459-5c67-4784-a1a3-b58cfa30099e} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001657 sec., 67592.0337960169 rows/sec., 3.85 MiB/sec. | ||
| 4300 | 2025.02.19 05:56:53.573319 [ 254 ] {c15c0459-5c67-4784-a1a3-b58cfa30099e} <Debug> TCPHandler: Processed in 0.001870321 sec. | ||
| 4301 | 2025.02.19 05:56:53.573472 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4302 | 2025.02.19 05:56:53.573599 [ 258 ] {89fa1734-b2fd-49a5-a8c4-3b1c11ef38f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4303 | 2025.02.19 05:56:53.573654 [ 258 ] {89fa1734-b2fd-49a5-a8c4-3b1c11ef38f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4304 | 2025.02.19 05:56:53.574471 [ 258 ] {89fa1734-b2fd-49a5-a8c4-3b1c11ef38f2} <Trace> oximeter.fields_uuid (3e28ef33-2603-423e-a1ee-258fce097b7c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4305 | 2025.02.19 05:56:53.574510 [ 258 ] {89fa1734-b2fd-49a5-a8c4-3b1c11ef38f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 4306 | 2025.02.19 05:56:53.574885 [ 258 ] {89fa1734-b2fd-49a5-a8c4-3b1c11ef38f2} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4307 | 2025.02.19 05:56:53.575123 [ 258 ] {89fa1734-b2fd-49a5-a8c4-3b1c11ef38f2} <Trace> oximeter.fields_uuid (3e28ef33-2603-423e-a1ee-258fce097b7c): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4308 | 2025.02.19 05:56:53.575332 [ 258 ] {89fa1734-b2fd-49a5-a8c4-3b1c11ef38f2} <Debug> executeQuery: Read 409 rows, 29.75 KiB in 0.001761 sec., 232254.40090857467 rows/sec., 16.50 MiB/sec. | ||
| 4309 | 2025.02.19 05:56:53.575385 [ 258 ] {89fa1734-b2fd-49a5-a8c4-3b1c11ef38f2} <Debug> TCPHandler: Processed in 0.001973224 sec. | ||
| 4310 | 2025.02.19 05:56:53.575544 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4311 | 2025.02.19 05:56:53.575674 [ 254 ] {36aa43bf-7bdd-4b09-bd4a-7326fb84ba40} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 4312 | 2025.02.19 05:56:53.575730 [ 254 ] {36aa43bf-7bdd-4b09-bd4a-7326fb84ba40} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 4313 | 2025.02.19 05:56:53.576241 [ 254 ] {36aa43bf-7bdd-4b09-bd4a-7326fb84ba40} <Trace> oximeter.measurements_bool (16e9d126-bc56-4e42-988e-352459bd24dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4314 | 2025.02.19 05:56:53.576287 [ 254 ] {36aa43bf-7bdd-4b09-bd4a-7326fb84ba40} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 4315 | 2025.02.19 05:56:53.576668 [ 254 ] {36aa43bf-7bdd-4b09-bd4a-7326fb84ba40} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 4316 | 2025.02.19 05:56:53.576907 [ 254 ] {36aa43bf-7bdd-4b09-bd4a-7326fb84ba40} <Trace> oximeter.measurements_bool (16e9d126-bc56-4e42-988e-352459bd24dc): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4317 | 2025.02.19 05:56:53.577074 [ 97 ] {} <Debug> oximeter.measurements_bool (16e9d126-bc56-4e42-988e-352459bd24dc) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 4318 | 2025.02.19 05:56:53.577135 [ 254 ] {36aa43bf-7bdd-4b09-bd4a-7326fb84ba40} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001488 sec., 4032.2580645161293 rows/sec., 210.67 KiB/sec. | ||
| 4319 | 2025.02.19 05:56:53.577158 [ 97 ] {} <Trace> oximeter.measurements_bool (16e9d126-bc56-4e42-988e-352459bd24dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4320 | 2025.02.19 05:56:53.577226 [ 97 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 4321 | 2025.02.19 05:56:53.577258 [ 254 ] {36aa43bf-7bdd-4b09-bd4a-7326fb84ba40} <Debug> TCPHandler: Processed in 0.00177416 sec. | ||
| 4322 | 2025.02.19 05:56:53.577459 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4323 | 2025.02.19 05:56:53.577469 [ 189 ] {16e9d126-bc56-4e42-988e-352459bd24dc::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 | ||
| 4324 | 2025.02.19 05:56:53.577664 [ 258 ] {359ed6a9-d3a5-4ff1-bd0e-d0907361b07b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4325 | 2025.02.19 05:56:53.577752 [ 189 ] {16e9d126-bc56-4e42-988e-352459bd24dc::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4326 | 2025.02.19 05:56:53.577773 [ 258 ] {359ed6a9-d3a5-4ff1-bd0e-d0907361b07b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4327 | 2025.02.19 05:56:53.577832 [ 189 ] {16e9d126-bc56-4e42-988e-352459bd24dc::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 | ||
| 4328 | 2025.02.19 05:56:53.578130 [ 189 ] {16e9d126-bc56-4e42-988e-352459bd24dc::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 | ||
| 4329 | 2025.02.19 05:56:53.578446 [ 189 ] {16e9d126-bc56-4e42-988e-352459bd24dc::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 | ||
| 4330 | 2025.02.19 05:56:53.578746 [ 189 ] {16e9d126-bc56-4e42-988e-352459bd24dc::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 | ||
| 4331 | 2025.02.19 05:56:53.579054 [ 189 ] {16e9d126-bc56-4e42-988e-352459bd24dc::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 | ||
| 4332 | 2025.02.19 05:56:53.579310 [ 189 ] {16e9d126-bc56-4e42-988e-352459bd24dc::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 | ||
| 4333 | 2025.02.19 05:56:53.580629 [ 258 ] {359ed6a9-d3a5-4ff1-bd0e-d0907361b07b} <Trace> oximeter.measurements_cumulativeu64 (12ad3da5-8862-4a0c-98f0-1a099eec319b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4334 | 2025.02.19 05:56:53.580703 [ 258 ] {359ed6a9-d3a5-4ff1-bd0e-d0907361b07b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 4335 | 2025.02.19 05:56:53.581898 [ 258 ] {359ed6a9-d3a5-4ff1-bd0e-d0907361b07b} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4336 | 2025.02.19 05:56:53.582128 [ 200 ] {16e9d126-bc56-4e42-988e-352459bd24dc::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 66 rows, containing 4 columns (4 merged, 0 gathered) in 0.004800482 sec., 13748.619409467632 rows/sec., 718.31 KiB/sec. | ||
| 4337 | 2025.02.19 05:56:53.582352 [ 258 ] {359ed6a9-d3a5-4ff1-bd0e-d0907361b07b} <Trace> oximeter.measurements_cumulativeu64 (12ad3da5-8862-4a0c-98f0-1a099eec319b): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4338 | 2025.02.19 05:56:53.582370 [ 200 ] {16e9d126-bc56-4e42-988e-352459bd24dc::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 4339 | 2025.02.19 05:56:53.582790 [ 258 ] {359ed6a9-d3a5-4ff1-bd0e-d0907361b07b} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.005216 sec., 45437.11656441718 rows/sec., 3.05 MiB/sec. | ||
| 4340 | 2025.02.19 05:56:53.582956 [ 258 ] {359ed6a9-d3a5-4ff1-bd0e-d0907361b07b} <Debug> TCPHandler: Processed in 0.005603045 sec. | ||
| 4341 | 2025.02.19 05:56:53.583102 [ 189 ] {16e9d126-bc56-4e42-988e-352459bd24dc::all_1_11_2} <Trace> oximeter.measurements_bool (16e9d126-bc56-4e42-988e-352459bd24dc): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4342 | 2025.02.19 05:56:53.583181 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4343 | 2025.02.19 05:56:53.583255 [ 189 ] {16e9d126-bc56-4e42-988e-352459bd24dc::all_1_11_2} <Trace> oximeter.measurements_bool (16e9d126-bc56-4e42-988e-352459bd24dc) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 4344 | 2025.02.19 05:56:53.583398 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 4345 | 2025.02.19 05:56:53.583406 [ 254 ] {935dcb62-62ba-4215-a669-08b7fff623aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 4346 | 2025.02.19 05:56:53.583473 [ 254 ] {935dcb62-62ba-4215-a669-08b7fff623aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 4347 | 2025.02.19 05:56:53.583933 [ 254 ] {935dcb62-62ba-4215-a669-08b7fff623aa} <Trace> oximeter.measurements_f64 (338bebf0-eeef-41b9-b679-f4717a277180): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4348 | 2025.02.19 05:56:53.583973 [ 254 ] {935dcb62-62ba-4215-a669-08b7fff623aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 4349 | 2025.02.19 05:56:53.584339 [ 254 ] {935dcb62-62ba-4215-a669-08b7fff623aa} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 4350 | 2025.02.19 05:56:53.584614 [ 254 ] {935dcb62-62ba-4215-a669-08b7fff623aa} <Trace> oximeter.measurements_f64 (338bebf0-eeef-41b9-b679-f4717a277180): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4351 | 2025.02.19 05:56:53.584781 [ 97 ] {} <Debug> oximeter.measurements_f64 (338bebf0-eeef-41b9-b679-f4717a277180) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 4352 | 2025.02.19 05:56:53.584839 [ 97 ] {} <Trace> oximeter.measurements_f64 (338bebf0-eeef-41b9-b679-f4717a277180): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4353 | 2025.02.19 05:56:53.584861 [ 254 ] {935dcb62-62ba-4215-a669-08b7fff623aa} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001532 sec., 652.7415143603133 rows/sec., 43.98 KiB/sec. | ||
| 4354 | 2025.02.19 05:56:53.584877 [ 97 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 4355 | 2025.02.19 05:56:53.585018 [ 254 ] {935dcb62-62ba-4215-a669-08b7fff623aa} <Debug> TCPHandler: Processed in 0.001951573 sec. | ||
| 4356 | 2025.02.19 05:56:53.585091 [ 189 ] {338bebf0-eeef-41b9-b679-f4717a277180::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 | ||
| 4357 | 2025.02.19 05:56:53.585232 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4358 | 2025.02.19 05:56:53.585276 [ 189 ] {338bebf0-eeef-41b9-b679-f4717a277180::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4359 | 2025.02.19 05:56:53.585379 [ 189 ] {338bebf0-eeef-41b9-b679-f4717a277180::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 7 rows starting from the beginning of the part | ||
| 4360 | 2025.02.19 05:56:53.585452 [ 258 ] {6629206c-db46-4d57-854e-7021b0e014b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4361 | 2025.02.19 05:56:53.585583 [ 189 ] {338bebf0-eeef-41b9-b679-f4717a277180::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 1 rows starting from the beginning of the part | ||
| 4362 | 2025.02.19 05:56:53.585896 [ 189 ] {338bebf0-eeef-41b9-b679-f4717a277180::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 1 rows starting from the beginning of the part | ||
| 4363 | 2025.02.19 05:56:53.585981 [ 258 ] {6629206c-db46-4d57-854e-7021b0e014b5} <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 | ||
| 4364 | 2025.02.19 05:56:53.586128 [ 189 ] {338bebf0-eeef-41b9-b679-f4717a277180::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 1 rows starting from the beginning of the part | ||
| 4365 | 2025.02.19 05:56:53.586432 [ 189 ] {338bebf0-eeef-41b9-b679-f4717a277180::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 1 rows starting from the beginning of the part | ||
| 4366 | 2025.02.19 05:56:53.586742 [ 189 ] {338bebf0-eeef-41b9-b679-f4717a277180::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 1 rows starting from the beginning of the part | ||
| 4367 | 2025.02.19 05:56:53.590637 [ 189 ] {338bebf0-eeef-41b9-b679-f4717a277180::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 12 rows, containing 4 columns (4 merged, 0 gathered) in 0.005643766 sec., 2126.2398192979654 rows/sec., 142.58 KiB/sec. | ||
| 4368 | 2025.02.19 05:56:53.590889 [ 189 ] {338bebf0-eeef-41b9-b679-f4717a277180::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 4369 | 2025.02.19 05:56:53.591387 [ 258 ] {6629206c-db46-4d57-854e-7021b0e014b5} <Trace> oximeter.measurements_histogramu64 (7e806432-9fb0-4852-8b8d-11fed24611fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4370 | 2025.02.19 05:56:53.591437 [ 258 ] {6629206c-db46-4d57-854e-7021b0e014b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 4371 | 2025.02.19 05:56:53.591566 [ 189 ] {338bebf0-eeef-41b9-b679-f4717a277180::all_1_11_2} <Trace> oximeter.measurements_f64 (338bebf0-eeef-41b9-b679-f4717a277180): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4372 | 2025.02.19 05:56:53.591795 [ 189 ] {338bebf0-eeef-41b9-b679-f4717a277180::all_1_11_2} <Trace> oximeter.measurements_f64 (338bebf0-eeef-41b9-b679-f4717a277180) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 4373 | 2025.02.19 05:56:53.591965 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
| 4374 | 2025.02.19 05:56:53.592467 [ 258 ] {6629206c-db46-4d57-854e-7021b0e014b5} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 4375 | 2025.02.19 05:56:53.592740 [ 258 ] {6629206c-db46-4d57-854e-7021b0e014b5} <Trace> oximeter.measurements_histogramu64 (7e806432-9fb0-4852-8b8d-11fed24611fa): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4376 | 2025.02.19 05:56:53.593002 [ 258 ] {6629206c-db46-4d57-854e-7021b0e014b5} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.007624 sec., 3541.448058761805 rows/sec., 6.35 MiB/sec. | ||
| 4377 | 2025.02.19 05:56:53.593127 [ 258 ] {6629206c-db46-4d57-854e-7021b0e014b5} <Debug> TCPHandler: Processed in 0.007990646 sec. | ||
| 4378 | 2025.02.19 05:56:53.593278 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4379 | 2025.02.19 05:56:53.593410 [ 254 ] {938f2735-0c75-4e78-96e9-4520601b9386} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4380 | 2025.02.19 05:56:53.593466 [ 254 ] {938f2735-0c75-4e78-96e9-4520601b9386} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4381 | 2025.02.19 05:56:53.594012 [ 254 ] {938f2735-0c75-4e78-96e9-4520601b9386} <Trace> oximeter.measurements_u64 (fe0987d5-5b8f-48d5-a303-9c895ee7970c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4382 | 2025.02.19 05:56:53.594061 [ 254 ] {938f2735-0c75-4e78-96e9-4520601b9386} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 4383 | 2025.02.19 05:56:53.594491 [ 254 ] {938f2735-0c75-4e78-96e9-4520601b9386} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4384 | 2025.02.19 05:56:53.594748 [ 254 ] {938f2735-0c75-4e78-96e9-4520601b9386} <Trace> oximeter.measurements_u64 (fe0987d5-5b8f-48d5-a303-9c895ee7970c): 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.02.19 05:56:53.594976 [ 254 ] {938f2735-0c75-4e78-96e9-4520601b9386} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001596 sec., 51378.44611528822 rows/sec., 3.26 MiB/sec. | ||
| 4386 | 2025.02.19 05:56:53.595026 [ 254 ] {938f2735-0c75-4e78-96e9-4520601b9386} <Debug> TCPHandler: Processed in 0.00181188 sec. | ||
| 4387 | 2025.02.19 05:56:57.974261 [ 90 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 4388 | 2025.02.19 05:56:57.974330 [ 90 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 4389 | 2025.02.19 05:56:58.081543 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 9211 | ||
| 4390 | 2025.02.19 05:56:58.082327 [ 244 ] {} <Trace> system.asynchronous_metric_log (5573eb27-0871-4eb5-bfd6-93b6d6d4142e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4391 | 2025.02.19 05:56:58.082384 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 4392 | 2025.02.19 05:56:58.082936 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 4393 | 2025.02.19 05:56:58.083200 [ 244 ] {} <Trace> system.asynchronous_metric_log (5573eb27-0871-4eb5-bfd6-93b6d6d4142e): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4394 | 2025.02.19 05:56:58.083469 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9211 | ||
| 4395 | 2025.02.19 05:56:58.123415 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 642 | ||
| 4396 | 2025.02.19 05:56:58.126534 [ 242 ] {} <Trace> system.query_log (c5831a85-9043-4d4c-a5be-d968cb126303): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4397 | 2025.02.19 05:56:58.126589 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 4398 | 2025.02.19 05:56:58.128101 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4399 | 2025.02.19 05:56:58.128424 [ 242 ] {} <Trace> system.query_log (c5831a85-9043-4d4c-a5be-d968cb126303): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4400 | 2025.02.19 05:56:58.129193 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 642 | ||
| 4401 | 2025.02.19 05:56:58.556394 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4402 | 2025.02.19 05:56:58.556592 [ 254 ] {df9122b2-453f-43d9-9256-bc9b405b4bc1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4403 | 2025.02.19 05:56:58.556668 [ 254 ] {df9122b2-453f-43d9-9256-bc9b405b4bc1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4404 | 2025.02.19 05:56:58.557472 [ 254 ] {df9122b2-453f-43d9-9256-bc9b405b4bc1} <Trace> oximeter.fields_string (2fcca75a-374a-4c87-833b-a981a707b5d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4405 | 2025.02.19 05:56:58.557522 [ 254 ] {df9122b2-453f-43d9-9256-bc9b405b4bc1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 4406 | 2025.02.19 05:56:58.557962 [ 254 ] {df9122b2-453f-43d9-9256-bc9b405b4bc1} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4407 | 2025.02.19 05:56:58.558230 [ 254 ] {df9122b2-453f-43d9-9256-bc9b405b4bc1} <Trace> oximeter.fields_string (2fcca75a-374a-4c87-833b-a981a707b5d9): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4408 | 2025.02.19 05:56:58.558391 [ 90 ] {} <Debug> oximeter.fields_string (2fcca75a-374a-4c87-833b-a981a707b5d9) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 4409 | 2025.02.19 05:56:58.558438 [ 90 ] {} <Trace> oximeter.fields_string (2fcca75a-374a-4c87-833b-a981a707b5d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4410 | 2025.02.19 05:56:58.558448 [ 254 ] {df9122b2-453f-43d9-9256-bc9b405b4bc1} <Debug> executeQuery: Read 80 rows, 6.77 KiB in 0.001909 sec., 41906.757464641174 rows/sec., 3.46 MiB/sec. | ||
| 4411 | 2025.02.19 05:56:58.558470 [ 90 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 4412 | 2025.02.19 05:56:58.558565 [ 254 ] {df9122b2-453f-43d9-9256-bc9b405b4bc1} <Debug> TCPHandler: Processed in 0.002304109 sec. | ||
| 4413 | 2025.02.19 05:56:58.558791 [ 187 ] {2fcca75a-374a-4c87-833b-a981a707b5d9::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 | ||
| 4414 | 2025.02.19 05:56:58.558815 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4415 | 2025.02.19 05:56:58.559096 [ 187 ] {2fcca75a-374a-4c87-833b-a981a707b5d9::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4416 | 2025.02.19 05:56:58.559105 [ 258 ] {e5bd6514-72cc-49a1-9294-07df0ca11320} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4417 | 2025.02.19 05:56:58.559164 [ 187 ] {2fcca75a-374a-4c87-833b-a981a707b5d9::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1843 rows starting from the beginning of the part | ||
| 4418 | 2025.02.19 05:56:58.559221 [ 258 ] {e5bd6514-72cc-49a1-9294-07df0ca11320} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4419 | 2025.02.19 05:56:58.559463 [ 187 ] {2fcca75a-374a-4c87-833b-a981a707b5d9::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 671 rows starting from the beginning of the part | ||
| 4420 | 2025.02.19 05:56:58.559816 [ 187 ] {2fcca75a-374a-4c87-833b-a981a707b5d9::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 1227 rows starting from the beginning of the part | ||
| 4421 | 2025.02.19 05:56:58.560151 [ 187 ] {2fcca75a-374a-4c87-833b-a981a707b5d9::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 56 rows starting from the beginning of the part | ||
| 4422 | 2025.02.19 05:56:58.560552 [ 187 ] {2fcca75a-374a-4c87-833b-a981a707b5d9::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 671 rows starting from the beginning of the part | ||
| 4423 | 2025.02.19 05:56:58.560911 [ 187 ] {2fcca75a-374a-4c87-833b-a981a707b5d9::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 80 rows starting from the beginning of the part | ||
| 4424 | 2025.02.19 05:56:58.562333 [ 258 ] {e5bd6514-72cc-49a1-9294-07df0ca11320} <Trace> oximeter.fields_u16 (6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4425 | 2025.02.19 05:56:58.562402 [ 258 ] {e5bd6514-72cc-49a1-9294-07df0ca11320} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 4426 | 2025.02.19 05:56:58.563394 [ 258 ] {e5bd6514-72cc-49a1-9294-07df0ca11320} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 4427 | 2025.02.19 05:56:58.563839 [ 258 ] {e5bd6514-72cc-49a1-9294-07df0ca11320} <Trace> oximeter.fields_u16 (6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4428 | 2025.02.19 05:56:58.564140 [ 258 ] {e5bd6514-72cc-49a1-9294-07df0ca11320} <Debug> executeQuery: Read 12 rows, 924.00 B in 0.005135 sec., 2336.903602726388 rows/sec., 175.72 KiB/sec. | ||
| 4429 | 2025.02.19 05:56:58.564232 [ 258 ] {e5bd6514-72cc-49a1-9294-07df0ca11320} <Debug> TCPHandler: Processed in 0.005536164 sec. | ||
| 4430 | 2025.02.19 05:56:58.564399 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4431 | 2025.02.19 05:56:58.564711 [ 254 ] {ef775095-5b92-4c6d-ba79-dc2c61d68605} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4432 | 2025.02.19 05:56:58.564773 [ 254 ] {ef775095-5b92-4c6d-ba79-dc2c61d68605} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4433 | 2025.02.19 05:56:58.564783 [ 193 ] {2fcca75a-374a-4c87-833b-a981a707b5d9::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4548 rows, containing 5 columns (5 merged, 0 gathered) in 0.006190495 sec., 734674.6907961319 rows/sec., 62.42 MiB/sec. | ||
| 4434 | 2025.02.19 05:56:58.565208 [ 193 ] {2fcca75a-374a-4c87-833b-a981a707b5d9::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 4435 | 2025.02.19 05:56:58.565820 [ 254 ] {ef775095-5b92-4c6d-ba79-dc2c61d68605} <Trace> oximeter.fields_uuid (3e28ef33-2603-423e-a1ee-258fce097b7c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4436 | 2025.02.19 05:56:58.565823 [ 193 ] {2fcca75a-374a-4c87-833b-a981a707b5d9::all_1_31_6} <Trace> oximeter.fields_string (2fcca75a-374a-4c87-833b-a981a707b5d9): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4437 | 2025.02.19 05:56:58.565887 [ 254 ] {ef775095-5b92-4c6d-ba79-dc2c61d68605} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 4438 | 2025.02.19 05:56:58.566050 [ 193 ] {2fcca75a-374a-4c87-833b-a981a707b5d9::all_1_31_6} <Trace> oximeter.fields_string (2fcca75a-374a-4c87-833b-a981a707b5d9) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 4439 | 2025.02.19 05:56:58.566239 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.98 MiB. | ||
| 4440 | 2025.02.19 05:56:58.566491 [ 254 ] {ef775095-5b92-4c6d-ba79-dc2c61d68605} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4441 | 2025.02.19 05:56:58.566761 [ 254 ] {ef775095-5b92-4c6d-ba79-dc2c61d68605} <Trace> oximeter.fields_uuid (3e28ef33-2603-423e-a1ee-258fce097b7c): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4442 | 2025.02.19 05:56:58.566950 [ 89 ] {} <Debug> oximeter.fields_uuid (3e28ef33-2603-423e-a1ee-258fce097b7c) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 4443 | 2025.02.19 05:56:58.567006 [ 89 ] {} <Trace> oximeter.fields_uuid (3e28ef33-2603-423e-a1ee-258fce097b7c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4444 | 2025.02.19 05:56:58.567022 [ 254 ] {ef775095-5b92-4c6d-ba79-dc2c61d68605} <Debug> executeQuery: Read 76 rows, 6.08 KiB in 0.002424 sec., 31353.135313531355 rows/sec., 2.45 MiB/sec. | ||
| 4445 | 2025.02.19 05:56:58.567042 [ 89 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 4446 | 2025.02.19 05:56:58.567250 [ 254 ] {ef775095-5b92-4c6d-ba79-dc2c61d68605} <Debug> TCPHandler: Processed in 0.002908339 sec. | ||
| 4447 | 2025.02.19 05:56:58.567350 [ 193 ] {3e28ef33-2603-423e-a1ee-258fce097b7c::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 | ||
| 4448 | 2025.02.19 05:56:58.567540 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4449 | 2025.02.19 05:56:58.567932 [ 193 ] {3e28ef33-2603-423e-a1ee-258fce097b7c::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4450 | 2025.02.19 05:56:58.567980 [ 258 ] {4a7ba54b-8a93-48f1-8a7a-791912cb1618} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4451 | 2025.02.19 05:56:58.568022 [ 193 ] {3e28ef33-2603-423e-a1ee-258fce097b7c::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 909 rows starting from the beginning of the part | ||
| 4452 | 2025.02.19 05:56:58.568090 [ 258 ] {4a7ba54b-8a93-48f1-8a7a-791912cb1618} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4453 | 2025.02.19 05:56:58.568331 [ 193 ] {3e28ef33-2603-423e-a1ee-258fce097b7c::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 409 rows starting from the beginning of the part | ||
| 4454 | 2025.02.19 05:56:58.568636 [ 193 ] {3e28ef33-2603-423e-a1ee-258fce097b7c::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 546 rows starting from the beginning of the part | ||
| 4455 | 2025.02.19 05:56:58.568925 [ 193 ] {3e28ef33-2603-423e-a1ee-258fce097b7c::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 64 rows starting from the beginning of the part | ||
| 4456 | 2025.02.19 05:56:58.569252 [ 193 ] {3e28ef33-2603-423e-a1ee-258fce097b7c::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 409 rows starting from the beginning of the part | ||
| 4457 | 2025.02.19 05:56:58.569563 [ 193 ] {3e28ef33-2603-423e-a1ee-258fce097b7c::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 76 rows starting from the beginning of the part | ||
| 4458 | 2025.02.19 05:56:58.570903 [ 258 ] {4a7ba54b-8a93-48f1-8a7a-791912cb1618} <Trace> oximeter.measurements_cumulativeu64 (12ad3da5-8862-4a0c-98f0-1a099eec319b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4459 | 2025.02.19 05:56:58.570967 [ 258 ] {4a7ba54b-8a93-48f1-8a7a-791912cb1618} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 4460 | 2025.02.19 05:56:58.572066 [ 258 ] {4a7ba54b-8a93-48f1-8a7a-791912cb1618} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4461 | 2025.02.19 05:56:58.572406 [ 258 ] {4a7ba54b-8a93-48f1-8a7a-791912cb1618} <Trace> oximeter.measurements_cumulativeu64 (12ad3da5-8862-4a0c-98f0-1a099eec319b): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4462 | 2025.02.19 05:56:58.572638 [ 89 ] {} <Debug> oximeter.measurements_cumulativeu64 (12ad3da5-8862-4a0c-98f0-1a099eec319b) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 4463 | 2025.02.19 05:56:58.572766 [ 89 ] {} <Trace> oximeter.measurements_cumulativeu64 (12ad3da5-8862-4a0c-98f0-1a099eec319b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4464 | 2025.02.19 05:56:58.572865 [ 89 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 4465 | 2025.02.19 05:56:58.573186 [ 258 ] {4a7ba54b-8a93-48f1-8a7a-791912cb1618} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.0053 sec., 30188.67924528302 rows/sec., 2.10 MiB/sec. | ||
| 4466 | 2025.02.19 05:56:58.573299 [ 187 ] {12ad3da5-8862-4a0c-98f0-1a099eec319b::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 | ||
| 4467 | 2025.02.19 05:56:58.573356 [ 199 ] {3e28ef33-2603-423e-a1ee-258fce097b7c::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2413 rows, containing 5 columns (5 merged, 0 gathered) in 0.006184005 sec., 390200.2019726698 rows/sec., 29.88 MiB/sec. | ||
| 4468 | 2025.02.19 05:56:58.573467 [ 258 ] {4a7ba54b-8a93-48f1-8a7a-791912cb1618} <Debug> TCPHandler: Processed in 0.006088143 sec. | ||
| 4469 | 2025.02.19 05:56:58.573737 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4470 | 2025.02.19 05:56:58.573764 [ 187 ] {12ad3da5-8862-4a0c-98f0-1a099eec319b::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4471 | 2025.02.19 05:56:58.573806 [ 199 ] {3e28ef33-2603-423e-a1ee-258fce097b7c::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 4472 | 2025.02.19 05:56:58.573833 [ 187 ] {12ad3da5-8862-4a0c-98f0-1a099eec319b::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 8056 rows starting from the beginning of the part | ||
| 4473 | 2025.02.19 05:56:58.574208 [ 187 ] {12ad3da5-8862-4a0c-98f0-1a099eec319b::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 | ||
| 4474 | 2025.02.19 05:56:58.574522 [ 254 ] {01ace8a4-49be-43dd-b842-5929c907d60c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4475 | 2025.02.19 05:56:58.574650 [ 187 ] {12ad3da5-8862-4a0c-98f0-1a099eec319b::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 981 rows starting from the beginning of the part | ||
| 4476 | 2025.02.19 05:56:58.574921 [ 199 ] {3e28ef33-2603-423e-a1ee-258fce097b7c::all_1_31_6} <Trace> oximeter.fields_uuid (3e28ef33-2603-423e-a1ee-258fce097b7c): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4477 | 2025.02.19 05:56:58.575120 [ 187 ] {12ad3da5-8862-4a0c-98f0-1a099eec319b::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 32 rows starting from the beginning of the part | ||
| 4478 | 2025.02.19 05:56:58.575339 [ 199 ] {3e28ef33-2603-423e-a1ee-258fce097b7c::all_1_31_6} <Trace> oximeter.fields_uuid (3e28ef33-2603-423e-a1ee-258fce097b7c) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 4479 | 2025.02.19 05:56:58.575538 [ 187 ] {12ad3da5-8862-4a0c-98f0-1a099eec319b::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 237 rows starting from the beginning of the part | ||
| 4480 | 2025.02.19 05:56:58.575670 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB. | ||
| 4481 | 2025.02.19 05:56:58.575813 [ 254 ] {01ace8a4-49be-43dd-b842-5929c907d60c} <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 | ||
| 4482 | 2025.02.19 05:56:58.575857 [ 187 ] {12ad3da5-8862-4a0c-98f0-1a099eec319b::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 160 rows starting from the beginning of the part | ||
| 4483 | 2025.02.19 05:56:58.579870 [ 254 ] {01ace8a4-49be-43dd-b842-5929c907d60c} <Trace> oximeter.measurements_histogramu64 (7e806432-9fb0-4852-8b8d-11fed24611fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4484 | 2025.02.19 05:56:58.579917 [ 254 ] {01ace8a4-49be-43dd-b842-5929c907d60c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 4485 | 2025.02.19 05:56:58.580819 [ 254 ] {01ace8a4-49be-43dd-b842-5929c907d60c} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 4486 | 2025.02.19 05:56:58.581186 [ 254 ] {01ace8a4-49be-43dd-b842-5929c907d60c} <Trace> oximeter.measurements_histogramu64 (7e806432-9fb0-4852-8b8d-11fed24611fa): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4487 | 2025.02.19 05:56:58.581527 [ 254 ] {01ace8a4-49be-43dd-b842-5929c907d60c} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.007554 sec., 1588.5623510722796 rows/sec., 2.85 MiB/sec. | ||
| 4488 | 2025.02.19 05:56:58.581633 [ 254 ] {01ace8a4-49be-43dd-b842-5929c907d60c} <Debug> TCPHandler: Processed in 0.008052537 sec. | ||
| 4489 | 2025.02.19 05:56:58.581832 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4490 | 2025.02.19 05:56:58.582124 [ 258 ] {b7811f5a-18d0-4a92-b878-81fa0c3c6a60} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4491 | 2025.02.19 05:56:58.582227 [ 199 ] {12ad3da5-8862-4a0c-98f0-1a099eec319b::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9703 rows, containing 5 columns (5 merged, 0 gathered) in 0.009187066 sec., 1056158.7344643 rows/sec., 71.31 MiB/sec. | ||
| 4492 | 2025.02.19 05:56:58.582241 [ 258 ] {b7811f5a-18d0-4a92-b878-81fa0c3c6a60} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4493 | 2025.02.19 05:56:58.582521 [ 199 ] {12ad3da5-8862-4a0c-98f0-1a099eec319b::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 4494 | 2025.02.19 05:56:58.583144 [ 199 ] {12ad3da5-8862-4a0c-98f0-1a099eec319b::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (12ad3da5-8862-4a0c-98f0-1a099eec319b): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4495 | 2025.02.19 05:56:58.583347 [ 258 ] {b7811f5a-18d0-4a92-b878-81fa0c3c6a60} <Trace> oximeter.measurements_u64 (fe0987d5-5b8f-48d5-a303-9c895ee7970c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4496 | 2025.02.19 05:56:58.583360 [ 199 ] {12ad3da5-8862-4a0c-98f0-1a099eec319b::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (12ad3da5-8862-4a0c-98f0-1a099eec319b) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 4497 | 2025.02.19 05:56:58.583408 [ 258 ] {b7811f5a-18d0-4a92-b878-81fa0c3c6a60} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 4498 | 2025.02.19 05:56:58.583517 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.55 MiB. | ||
| 4499 | 2025.02.19 05:56:58.583929 [ 258 ] {b7811f5a-18d0-4a92-b878-81fa0c3c6a60} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4500 | 2025.02.19 05:56:58.584176 [ 258 ] {b7811f5a-18d0-4a92-b878-81fa0c3c6a60} <Trace> oximeter.measurements_u64 (fe0987d5-5b8f-48d5-a303-9c895ee7970c): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4501 | 2025.02.19 05:56:58.584345 [ 89 ] {} <Debug> oximeter.measurements_u64 (fe0987d5-5b8f-48d5-a303-9c895ee7970c) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 4502 | 2025.02.19 05:56:58.584410 [ 89 ] {} <Trace> oximeter.measurements_u64 (fe0987d5-5b8f-48d5-a303-9c895ee7970c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4503 | 2025.02.19 05:56:58.584444 [ 258 ] {b7811f5a-18d0-4a92-b878-81fa0c3c6a60} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002419 sec., 24803.63786688714 rows/sec., 1.67 MiB/sec. | ||
| 4504 | 2025.02.19 05:56:58.584461 [ 89 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 4505 | 2025.02.19 05:56:58.584612 [ 258 ] {b7811f5a-18d0-4a92-b878-81fa0c3c6a60} <Debug> TCPHandler: Processed in 0.002867358 sec. | ||
| 4506 | 2025.02.19 05:56:58.584719 [ 195 ] {fe0987d5-5b8f-48d5-a303-9c895ee7970c::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 | ||
| 4507 | 2025.02.19 05:56:58.584846 [ 195 ] {fe0987d5-5b8f-48d5-a303-9c895ee7970c::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4508 | 2025.02.19 05:56:58.584876 [ 195 ] {fe0987d5-5b8f-48d5-a303-9c895ee7970c::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1470 rows starting from the beginning of the part | ||
| 4509 | 2025.02.19 05:56:58.584958 [ 195 ] {fe0987d5-5b8f-48d5-a303-9c895ee7970c::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 | ||
| 4510 | 2025.02.19 05:56:58.585246 [ 195 ] {fe0987d5-5b8f-48d5-a303-9c895ee7970c::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 48 rows starting from the beginning of the part | ||
| 4511 | 2025.02.19 05:56:58.585486 [ 195 ] {fe0987d5-5b8f-48d5-a303-9c895ee7970c::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 12 rows starting from the beginning of the part | ||
| 4512 | 2025.02.19 05:56:58.585703 [ 195 ] {fe0987d5-5b8f-48d5-a303-9c895ee7970c::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 82 rows starting from the beginning of the part | ||
| 4513 | 2025.02.19 05:56:58.585837 [ 195 ] {fe0987d5-5b8f-48d5-a303-9c895ee7970c::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 60 rows starting from the beginning of the part | ||
| 4514 | 2025.02.19 05:56:58.587103 [ 188 ] {fe0987d5-5b8f-48d5-a303-9c895ee7970c::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1754 rows, containing 4 columns (4 merged, 0 gathered) in 0.002486473 sec., 705416.869598021 rows/sec., 46.10 MiB/sec. | ||
| 4515 | 2025.02.19 05:56:58.587374 [ 186 ] {fe0987d5-5b8f-48d5-a303-9c895ee7970c::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 4516 | 2025.02.19 05:56:58.587722 [ 186 ] {fe0987d5-5b8f-48d5-a303-9c895ee7970c::all_1_31_6} <Trace> oximeter.measurements_u64 (fe0987d5-5b8f-48d5-a303-9c895ee7970c): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4517 | 2025.02.19 05:56:58.587805 [ 186 ] {fe0987d5-5b8f-48d5-a303-9c895ee7970c::all_1_31_6} <Trace> oximeter.measurements_u64 (fe0987d5-5b8f-48d5-a303-9c895ee7970c) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 4518 | 2025.02.19 05:56:58.587894 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
| 4519 | 2025.02.19 05:56:58.726570 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 151 | ||
| 4520 | 2025.02.19 05:56:58.746913 [ 243 ] {} <Trace> system.metric_log (636422f3-000f-4feb-9852-006313efe3e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4521 | 2025.02.19 05:56:58.746965 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 4522 | 2025.02.19 05:56:58.754646 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 4523 | 2025.02.19 05:56:58.755434 [ 243 ] {} <Trace> system.metric_log (636422f3-000f-4feb-9852-006313efe3e0): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4524 | 2025.02.19 05:56:58.758172 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 151 | ||
| 4525 | 2025.02.19 05:57:03.564152 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4526 | 2025.02.19 05:57:03.564342 [ 254 ] {12f81ae8-8a79-4190-9179-a5674d13d414} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 4527 | 2025.02.19 05:57:03.564414 [ 254 ] {12f81ae8-8a79-4190-9179-a5674d13d414} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 4528 | 2025.02.19 05:57:03.565257 [ 254 ] {12f81ae8-8a79-4190-9179-a5674d13d414} <Trace> oximeter.fields_i16 (2bf1598c-a5a7-46ca-9aca-ef074bb76812): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4529 | 2025.02.19 05:57:03.565306 [ 254 ] {12f81ae8-8a79-4190-9179-a5674d13d414} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 4530 | 2025.02.19 05:57:03.565768 [ 254 ] {12f81ae8-8a79-4190-9179-a5674d13d414} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 4531 | 2025.02.19 05:57:03.566022 [ 254 ] {12f81ae8-8a79-4190-9179-a5674d13d414} <Trace> oximeter.fields_i16 (2bf1598c-a5a7-46ca-9aca-ef074bb76812): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4532 | 2025.02.19 05:57:03.566293 [ 254 ] {12f81ae8-8a79-4190-9179-a5674d13d414} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002 sec., 106000 rows/sec., 6.74 MiB/sec. | ||
| 4533 | 2025.02.19 05:57:03.566505 [ 254 ] {12f81ae8-8a79-4190-9179-a5674d13d414} <Debug> TCPHandler: Processed in 0.002487002 sec. | ||
| 4534 | 2025.02.19 05:57:03.566691 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4535 | 2025.02.19 05:57:03.566805 [ 258 ] {acdf98d1-9995-4587-8769-9889f8244f5c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 4536 | 2025.02.19 05:57:03.566861 [ 258 ] {acdf98d1-9995-4587-8769-9889f8244f5c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 4537 | 2025.02.19 05:57:03.567552 [ 258 ] {acdf98d1-9995-4587-8769-9889f8244f5c} <Trace> oximeter.fields_ipaddr (46427d01-24ae-42d6-a7d5-07bdb2aa84f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4538 | 2025.02.19 05:57:03.567601 [ 258 ] {acdf98d1-9995-4587-8769-9889f8244f5c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 4539 | 2025.02.19 05:57:03.567997 [ 258 ] {acdf98d1-9995-4587-8769-9889f8244f5c} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 4540 | 2025.02.19 05:57:03.568243 [ 258 ] {acdf98d1-9995-4587-8769-9889f8244f5c} <Trace> oximeter.fields_ipaddr (46427d01-24ae-42d6-a7d5-07bdb2aa84f9): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4541 | 2025.02.19 05:57:03.568539 [ 258 ] {acdf98d1-9995-4587-8769-9889f8244f5c} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001744 sec., 2293.577981651376 rows/sec., 187.03 KiB/sec. | ||
| 4542 | 2025.02.19 05:57:03.568613 [ 258 ] {acdf98d1-9995-4587-8769-9889f8244f5c} <Debug> TCPHandler: Processed in 0.001979213 sec. | ||
| 4543 | 2025.02.19 05:57:03.568767 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4544 | 2025.02.19 05:57:03.568888 [ 254 ] {8ca3f059-9a21-44cc-8f21-2156f69957d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4545 | 2025.02.19 05:57:03.568943 [ 254 ] {8ca3f059-9a21-44cc-8f21-2156f69957d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4546 | 2025.02.19 05:57:03.569913 [ 254 ] {8ca3f059-9a21-44cc-8f21-2156f69957d7} <Trace> oximeter.fields_string (2fcca75a-374a-4c87-833b-a981a707b5d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4547 | 2025.02.19 05:57:03.569953 [ 254 ] {8ca3f059-9a21-44cc-8f21-2156f69957d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 4548 | 2025.02.19 05:57:03.570359 [ 254 ] {8ca3f059-9a21-44cc-8f21-2156f69957d7} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 4549 | 2025.02.19 05:57:03.570596 [ 254 ] {8ca3f059-9a21-44cc-8f21-2156f69957d7} <Trace> oximeter.fields_string (2fcca75a-374a-4c87-833b-a981a707b5d9): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4550 | 2025.02.19 05:57:03.570800 [ 254 ] {8ca3f059-9a21-44cc-8f21-2156f69957d7} <Debug> executeQuery: Read 673 rows, 54.60 KiB in 0.001941 sec., 346728.4904688305 rows/sec., 27.47 MiB/sec. | ||
| 4551 | 2025.02.19 05:57:03.570853 [ 254 ] {8ca3f059-9a21-44cc-8f21-2156f69957d7} <Debug> TCPHandler: Processed in 0.002139496 sec. | ||
| 4552 | 2025.02.19 05:57:03.571015 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4553 | 2025.02.19 05:57:03.571145 [ 258 ] {86b82b85-cc45-4f32-8433-4c5b15dc29c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4554 | 2025.02.19 05:57:03.571201 [ 258 ] {86b82b85-cc45-4f32-8433-4c5b15dc29c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4555 | 2025.02.19 05:57:03.571907 [ 258 ] {86b82b85-cc45-4f32-8433-4c5b15dc29c4} <Trace> oximeter.fields_u16 (6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4556 | 2025.02.19 05:57:03.571951 [ 258 ] {86b82b85-cc45-4f32-8433-4c5b15dc29c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 4557 | 2025.02.19 05:57:03.572326 [ 258 ] {86b82b85-cc45-4f32-8433-4c5b15dc29c4} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 4558 | 2025.02.19 05:57:03.572577 [ 258 ] {86b82b85-cc45-4f32-8433-4c5b15dc29c4} <Trace> oximeter.fields_u16 (6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4559 | 2025.02.19 05:57:03.572800 [ 258 ] {86b82b85-cc45-4f32-8433-4c5b15dc29c4} <Debug> executeQuery: Read 137 rows, 8.70 KiB in 0.001684 sec., 81353.919239905 rows/sec., 5.04 MiB/sec. | ||
| 4560 | 2025.02.19 05:57:03.572856 [ 258 ] {86b82b85-cc45-4f32-8433-4c5b15dc29c4} <Debug> TCPHandler: Processed in 0.001903073 sec. | ||
| 4561 | 2025.02.19 05:57:03.573007 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4562 | 2025.02.19 05:57:03.573133 [ 254 ] {2a423635-e983-4f62-94a5-c008bc2c136b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4563 | 2025.02.19 05:57:03.573186 [ 254 ] {2a423635-e983-4f62-94a5-c008bc2c136b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4564 | 2025.02.19 05:57:03.573854 [ 254 ] {2a423635-e983-4f62-94a5-c008bc2c136b} <Trace> oximeter.fields_u32 (65b4bee1-230d-4ffd-8593-1cf368c54481): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4565 | 2025.02.19 05:57:03.573896 [ 254 ] {2a423635-e983-4f62-94a5-c008bc2c136b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 4566 | 2025.02.19 05:57:03.574243 [ 254 ] {2a423635-e983-4f62-94a5-c008bc2c136b} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 4567 | 2025.02.19 05:57:03.574473 [ 254 ] {2a423635-e983-4f62-94a5-c008bc2c136b} <Trace> oximeter.fields_u32 (65b4bee1-230d-4ffd-8593-1cf368c54481): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4568 | 2025.02.19 05:57:03.574640 [ 83 ] {} <Debug> oximeter.fields_u32 (65b4bee1-230d-4ffd-8593-1cf368c54481) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 4569 | 2025.02.19 05:57:03.574697 [ 254 ] {2a423635-e983-4f62-94a5-c008bc2c136b} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001588 sec., 71158.69017632242 rows/sec., 4.61 MiB/sec. | ||
| 4570 | 2025.02.19 05:57:03.574716 [ 83 ] {} <Trace> oximeter.fields_u32 (65b4bee1-230d-4ffd-8593-1cf368c54481): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4571 | 2025.02.19 05:57:03.574790 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 4572 | 2025.02.19 05:57:03.574840 [ 254 ] {2a423635-e983-4f62-94a5-c008bc2c136b} <Debug> TCPHandler: Processed in 0.001893352 sec. | ||
| 4573 | 2025.02.19 05:57:03.575116 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4574 | 2025.02.19 05:57:03.575237 [ 194 ] {65b4bee1-230d-4ffd-8593-1cf368c54481::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 | ||
| 4575 | 2025.02.19 05:57:03.575467 [ 258 ] {323341b6-a06e-47ae-8a69-af94fe731526} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 4576 | 2025.02.19 05:57:03.575610 [ 258 ] {323341b6-a06e-47ae-8a69-af94fe731526} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 4577 | 2025.02.19 05:57:03.575739 [ 194 ] {65b4bee1-230d-4ffd-8593-1cf368c54481::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4578 | 2025.02.19 05:57:03.575797 [ 194 ] {65b4bee1-230d-4ffd-8593-1cf368c54481::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 342 rows starting from the beginning of the part | ||
| 4579 | 2025.02.19 05:57:03.575970 [ 194 ] {65b4bee1-230d-4ffd-8593-1cf368c54481::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 113 rows starting from the beginning of the part | ||
| 4580 | 2025.02.19 05:57:03.576468 [ 194 ] {65b4bee1-230d-4ffd-8593-1cf368c54481::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 | ||
| 4581 | 2025.02.19 05:57:03.576856 [ 194 ] {65b4bee1-230d-4ffd-8593-1cf368c54481::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 | ||
| 4582 | 2025.02.19 05:57:03.577200 [ 194 ] {65b4bee1-230d-4ffd-8593-1cf368c54481::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 | ||
| 4583 | 2025.02.19 05:57:03.577473 [ 194 ] {65b4bee1-230d-4ffd-8593-1cf368c54481::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 | ||
| 4584 | 2025.02.19 05:57:03.578196 [ 258 ] {323341b6-a06e-47ae-8a69-af94fe731526} <Trace> oximeter.fields_u8 (cef67ce3-27e4-4c55-9365-409a4c7c6d8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4585 | 2025.02.19 05:57:03.578250 [ 258 ] {323341b6-a06e-47ae-8a69-af94fe731526} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 4586 | 2025.02.19 05:57:03.578884 [ 258 ] {323341b6-a06e-47ae-8a69-af94fe731526} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 4587 | 2025.02.19 05:57:03.579209 [ 258 ] {323341b6-a06e-47ae-8a69-af94fe731526} <Trace> oximeter.fields_u8 (cef67ce3-27e4-4c55-9365-409a4c7c6d8e): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4588 | 2025.02.19 05:57:03.579482 [ 186 ] {65b4bee1-230d-4ffd-8593-1cf368c54481::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1022 rows, containing 5 columns (5 merged, 0 gathered) in 0.004560087 sec., 224118.53107188526 rows/sec., 15.66 MiB/sec. | ||
| 4589 | 2025.02.19 05:57:03.579565 [ 258 ] {323341b6-a06e-47ae-8a69-af94fe731526} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.004231 sec., 26471.283384542658 rows/sec., 1.51 MiB/sec. | ||
| 4590 | 2025.02.19 05:57:03.579641 [ 258 ] {323341b6-a06e-47ae-8a69-af94fe731526} <Debug> TCPHandler: Processed in 0.00469265 sec. | ||
| 4591 | 2025.02.19 05:57:03.579644 [ 186 ] {65b4bee1-230d-4ffd-8593-1cf368c54481::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 4592 | 2025.02.19 05:57:03.579807 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4593 | 2025.02.19 05:57:03.579960 [ 254 ] {e9a7b259-3466-4120-bb74-02e570974235} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4594 | 2025.02.19 05:57:03.579989 [ 186 ] {65b4bee1-230d-4ffd-8593-1cf368c54481::all_1_16_3} <Trace> oximeter.fields_u32 (65b4bee1-230d-4ffd-8593-1cf368c54481): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4595 | 2025.02.19 05:57:03.580029 [ 254 ] {e9a7b259-3466-4120-bb74-02e570974235} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4596 | 2025.02.19 05:57:03.580092 [ 186 ] {65b4bee1-230d-4ffd-8593-1cf368c54481::all_1_16_3} <Trace> oximeter.fields_u32 (65b4bee1-230d-4ffd-8593-1cf368c54481) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 4597 | 2025.02.19 05:57:03.580182 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
| 4598 | 2025.02.19 05:57:03.580907 [ 254 ] {e9a7b259-3466-4120-bb74-02e570974235} <Trace> oximeter.fields_uuid (3e28ef33-2603-423e-a1ee-258fce097b7c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4599 | 2025.02.19 05:57:03.580946 [ 254 ] {e9a7b259-3466-4120-bb74-02e570974235} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 4600 | 2025.02.19 05:57:03.581313 [ 254 ] {e9a7b259-3466-4120-bb74-02e570974235} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 4601 | 2025.02.19 05:57:03.581550 [ 254 ] {e9a7b259-3466-4120-bb74-02e570974235} <Trace> oximeter.fields_uuid (3e28ef33-2603-423e-a1ee-258fce097b7c): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4602 | 2025.02.19 05:57:03.581754 [ 254 ] {e9a7b259-3466-4120-bb74-02e570974235} <Debug> executeQuery: Read 413 rows, 30.07 KiB in 0.001834 sec., 225190.8396946565 rows/sec., 16.01 MiB/sec. | ||
| 4603 | 2025.02.19 05:57:03.581806 [ 254 ] {e9a7b259-3466-4120-bb74-02e570974235} <Debug> TCPHandler: Processed in 0.002071415 sec. | ||
| 4604 | 2025.02.19 05:57:03.581940 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4605 | 2025.02.19 05:57:03.582042 [ 258 ] {21c15b79-8020-4249-bf88-f5600feb8b3d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 4606 | 2025.02.19 05:57:03.582085 [ 258 ] {21c15b79-8020-4249-bf88-f5600feb8b3d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 4607 | 2025.02.19 05:57:03.582501 [ 258 ] {21c15b79-8020-4249-bf88-f5600feb8b3d} <Trace> oximeter.measurements_bool (16e9d126-bc56-4e42-988e-352459bd24dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4608 | 2025.02.19 05:57:03.582539 [ 258 ] {21c15b79-8020-4249-bf88-f5600feb8b3d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 4609 | 2025.02.19 05:57:03.582951 [ 258 ] {21c15b79-8020-4249-bf88-f5600feb8b3d} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 4610 | 2025.02.19 05:57:03.583203 [ 258 ] {21c15b79-8020-4249-bf88-f5600feb8b3d} <Trace> oximeter.measurements_bool (16e9d126-bc56-4e42-988e-352459bd24dc): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4611 | 2025.02.19 05:57:03.583410 [ 258 ] {21c15b79-8020-4249-bf88-f5600feb8b3d} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00137 sec., 4379.56204379562 rows/sec., 228.82 KiB/sec. | ||
| 4612 | 2025.02.19 05:57:03.583461 [ 258 ] {21c15b79-8020-4249-bf88-f5600feb8b3d} <Debug> TCPHandler: Processed in 0.001560687 sec. | ||
| 4613 | 2025.02.19 05:57:03.583607 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4614 | 2025.02.19 05:57:03.583713 [ 254 ] {263fa0fb-e2d4-46f4-aed4-ad8de4d1258b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4615 | 2025.02.19 05:57:03.583762 [ 254 ] {263fa0fb-e2d4-46f4-aed4-ad8de4d1258b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4616 | 2025.02.19 05:57:03.584283 [ 254 ] {263fa0fb-e2d4-46f4-aed4-ad8de4d1258b} <Trace> oximeter.measurements_cumulativeu64 (12ad3da5-8862-4a0c-98f0-1a099eec319b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4617 | 2025.02.19 05:57:03.584322 [ 254 ] {263fa0fb-e2d4-46f4-aed4-ad8de4d1258b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 4618 | 2025.02.19 05:57:03.584712 [ 254 ] {263fa0fb-e2d4-46f4-aed4-ad8de4d1258b} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 4619 | 2025.02.19 05:57:03.584950 [ 254 ] {263fa0fb-e2d4-46f4-aed4-ad8de4d1258b} <Trace> oximeter.measurements_cumulativeu64 (12ad3da5-8862-4a0c-98f0-1a099eec319b): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4620 | 2025.02.19 05:57:03.585199 [ 254 ] {263fa0fb-e2d4-46f4-aed4-ad8de4d1258b} <Debug> executeQuery: Read 239 rows, 16.41 KiB in 0.001508 sec., 158488.06366047746 rows/sec., 10.63 MiB/sec. | ||
| 4621 | 2025.02.19 05:57:03.585403 [ 254 ] {263fa0fb-e2d4-46f4-aed4-ad8de4d1258b} <Debug> TCPHandler: Processed in 0.001844822 sec. | ||
| 4622 | 2025.02.19 05:57:03.585593 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4623 | 2025.02.19 05:57:03.585703 [ 258 ] {cc18d177-c2a9-41de-a134-0b53bd8a17b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 4624 | 2025.02.19 05:57:03.585752 [ 258 ] {cc18d177-c2a9-41de-a134-0b53bd8a17b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 4625 | 2025.02.19 05:57:03.586211 [ 258 ] {cc18d177-c2a9-41de-a134-0b53bd8a17b8} <Trace> oximeter.measurements_f64 (338bebf0-eeef-41b9-b679-f4717a277180): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4626 | 2025.02.19 05:57:03.586250 [ 258 ] {cc18d177-c2a9-41de-a134-0b53bd8a17b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 4627 | 2025.02.19 05:57:03.586596 [ 258 ] {cc18d177-c2a9-41de-a134-0b53bd8a17b8} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 4628 | 2025.02.19 05:57:03.586849 [ 258 ] {cc18d177-c2a9-41de-a134-0b53bd8a17b8} <Trace> oximeter.measurements_f64 (338bebf0-eeef-41b9-b679-f4717a277180): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4629 | 2025.02.19 05:57:03.587151 [ 258 ] {cc18d177-c2a9-41de-a134-0b53bd8a17b8} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001447 sec., 691.0850034554251 rows/sec., 46.57 KiB/sec. | ||
| 4630 | 2025.02.19 05:57:03.587290 [ 258 ] {cc18d177-c2a9-41de-a134-0b53bd8a17b8} <Debug> TCPHandler: Processed in 0.001786071 sec. | ||
| 4631 | 2025.02.19 05:57:03.587434 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4632 | 2025.02.19 05:57:03.587540 [ 254 ] {f6d78143-121d-4130-b7d2-5ff270b6f447} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4633 | 2025.02.19 05:57:03.587609 [ 254 ] {f6d78143-121d-4130-b7d2-5ff270b6f447} <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 | ||
| 4634 | 2025.02.19 05:57:03.588677 [ 254 ] {f6d78143-121d-4130-b7d2-5ff270b6f447} <Trace> oximeter.measurements_histogramu64 (7e806432-9fb0-4852-8b8d-11fed24611fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4635 | 2025.02.19 05:57:03.588716 [ 254 ] {f6d78143-121d-4130-b7d2-5ff270b6f447} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 4636 | 2025.02.19 05:57:03.589506 [ 254 ] {f6d78143-121d-4130-b7d2-5ff270b6f447} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 4637 | 2025.02.19 05:57:03.589833 [ 254 ] {f6d78143-121d-4130-b7d2-5ff270b6f447} <Trace> oximeter.measurements_histogramu64 (7e806432-9fb0-4852-8b8d-11fed24611fa): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4638 | 2025.02.19 05:57:03.590094 [ 254 ] {f6d78143-121d-4130-b7d2-5ff270b6f447} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002576 sec., 10481.366459627328 rows/sec., 18.78 MiB/sec. | ||
| 4639 | 2025.02.19 05:57:03.590190 [ 254 ] {f6d78143-121d-4130-b7d2-5ff270b6f447} <Debug> TCPHandler: Processed in 0.002808048 sec. | ||
| 4640 | 2025.02.19 05:57:03.590341 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4641 | 2025.02.19 05:57:03.590450 [ 258 ] {c505344c-9d81-4bbb-99f3-9756ede9b3f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4642 | 2025.02.19 05:57:03.590497 [ 258 ] {c505344c-9d81-4bbb-99f3-9756ede9b3f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4643 | 2025.02.19 05:57:03.590948 [ 258 ] {c505344c-9d81-4bbb-99f3-9756ede9b3f4} <Trace> oximeter.measurements_u64 (fe0987d5-5b8f-48d5-a303-9c895ee7970c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4644 | 2025.02.19 05:57:03.590988 [ 258 ] {c505344c-9d81-4bbb-99f3-9756ede9b3f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 4645 | 2025.02.19 05:57:03.591344 [ 258 ] {c505344c-9d81-4bbb-99f3-9756ede9b3f4} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 4646 | 2025.02.19 05:57:03.591590 [ 258 ] {c505344c-9d81-4bbb-99f3-9756ede9b3f4} <Trace> oximeter.measurements_u64 (fe0987d5-5b8f-48d5-a303-9c895ee7970c): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4647 | 2025.02.19 05:57:03.591791 [ 258 ] {c505344c-9d81-4bbb-99f3-9756ede9b3f4} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001362 sec., 60205.580029368575 rows/sec., 3.82 MiB/sec. | ||
| 4648 | 2025.02.19 05:57:03.591842 [ 258 ] {c505344c-9d81-4bbb-99f3-9756ede9b3f4} <Debug> TCPHandler: Processed in 0.001555046 sec. | ||
| 4649 | 2025.02.19 05:57:05.583672 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 9638 | ||
| 4650 | 2025.02.19 05:57:05.584367 [ 244 ] {} <Trace> system.asynchronous_metric_log (5573eb27-0871-4eb5-bfd6-93b6d6d4142e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4651 | 2025.02.19 05:57:05.584413 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 4652 | 2025.02.19 05:57:05.584933 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 4653 | 2025.02.19 05:57:05.585186 [ 244 ] {} <Trace> system.asynchronous_metric_log (5573eb27-0871-4eb5-bfd6-93b6d6d4142e): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4654 | 2025.02.19 05:57:05.585385 [ 82 ] {} <Debug> system.asynchronous_metric_log (5573eb27-0871-4eb5-bfd6-93b6d6d4142e) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 4655 | 2025.02.19 05:57:05.585448 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9638 | ||
| 4656 | 2025.02.19 05:57:05.585479 [ 82 ] {} <Trace> system.asynchronous_metric_log (5573eb27-0871-4eb5-bfd6-93b6d6d4142e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4657 | 2025.02.19 05:57:05.585507 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 4658 | 2025.02.19 05:57:05.585625 [ 192 ] {5573eb27-0871-4eb5-bfd6-93b6d6d4142e::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 | ||
| 4659 | 2025.02.19 05:57:05.585732 [ 192 ] {5573eb27-0871-4eb5-bfd6-93b6d6d4142e::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4660 | 2025.02.19 05:57:05.585766 [ 192 ] {5573eb27-0871-4eb5-bfd6-93b6d6d4142e::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 | ||
| 4661 | 2025.02.19 05:57:05.585833 [ 192 ] {5573eb27-0871-4eb5-bfd6-93b6d6d4142e::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 427 rows starting from the beginning of the part | ||
| 4662 | 2025.02.19 05:57:05.585939 [ 192 ] {5573eb27-0871-4eb5-bfd6-93b6d6d4142e::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 488 rows starting from the beginning of the part | ||
| 4663 | 2025.02.19 05:57:05.586073 [ 192 ] {5573eb27-0871-4eb5-bfd6-93b6d6d4142e::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 427 rows starting from the beginning of the part | ||
| 4664 | 2025.02.19 05:57:05.586135 [ 192 ] {5573eb27-0871-4eb5-bfd6-93b6d6d4142e::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 488 rows starting from the beginning of the part | ||
| 4665 | 2025.02.19 05:57:05.586255 [ 192 ] {5573eb27-0871-4eb5-bfd6-93b6d6d4142e::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 427 rows starting from the beginning of the part | ||
| 4666 | 2025.02.19 05:57:05.588496 [ 192 ] {5573eb27-0871-4eb5-bfd6-93b6d6d4142e::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9638 rows, containing 4 columns (4 merged, 0 gathered) in 0.00292512 sec., 3294907.5593479928 rows/sec., 47.13 MiB/sec. | ||
| 4667 | 2025.02.19 05:57:05.588819 [ 201 ] {5573eb27-0871-4eb5-bfd6-93b6d6d4142e::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 4668 | 2025.02.19 05:57:05.589181 [ 201 ] {5573eb27-0871-4eb5-bfd6-93b6d6d4142e::all_1_21_4} <Trace> system.asynchronous_metric_log (5573eb27-0871-4eb5-bfd6-93b6d6d4142e): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4669 | 2025.02.19 05:57:05.589281 [ 201 ] {5573eb27-0871-4eb5-bfd6-93b6d6d4142e::all_1_21_4} <Trace> system.asynchronous_metric_log (5573eb27-0871-4eb5-bfd6-93b6d6d4142e) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 4670 | 2025.02.19 05:57:05.589407 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.42 MiB. | ||
| 4671 | 2025.02.19 05:57:06.258316 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 159 | ||
| 4672 | 2025.02.19 05:57:06.280471 [ 243 ] {} <Trace> system.metric_log (636422f3-000f-4feb-9852-006313efe3e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4673 | 2025.02.19 05:57:06.280539 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 4674 | 2025.02.19 05:57:06.288646 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 4675 | 2025.02.19 05:57:06.289456 [ 243 ] {} <Trace> system.metric_log (636422f3-000f-4feb-9852-006313efe3e0): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4676 | 2025.02.19 05:57:06.289838 [ 82 ] {} <Debug> system.metric_log (636422f3-000f-4feb-9852-006313efe3e0) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 4677 | 2025.02.19 05:57:06.289998 [ 82 ] {} <Trace> system.metric_log (636422f3-000f-4feb-9852-006313efe3e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4678 | 2025.02.19 05:57:06.290090 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 4679 | 2025.02.19 05:57:06.290580 [ 190 ] {636422f3-000f-4feb-9852-006313efe3e0::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 | ||
| 4680 | 2025.02.19 05:57:06.307607 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 159 | ||
| 4681 | 2025.02.19 05:57:06.308688 [ 190 ] {636422f3-000f-4feb-9852-006313efe3e0::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4682 | 2025.02.19 05:57:06.309978 [ 190 ] {636422f3-000f-4feb-9852-006313efe3e0::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 | ||
| 4683 | 2025.02.19 05:57:06.315351 [ 190 ] {636422f3-000f-4feb-9852-006313efe3e0::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 | ||
| 4684 | 2025.02.19 05:57:06.320882 [ 190 ] {636422f3-000f-4feb-9852-006313efe3e0::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 | ||
| 4685 | 2025.02.19 05:57:06.326486 [ 190 ] {636422f3-000f-4feb-9852-006313efe3e0::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 | ||
| 4686 | 2025.02.19 05:57:06.332213 [ 190 ] {636422f3-000f-4feb-9852-006313efe3e0::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 | ||
| 4687 | 2025.02.19 05:57:06.336889 [ 190 ] {636422f3-000f-4feb-9852-006313efe3e0::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 | ||
| 4688 | 2025.02.19 05:57:06.397430 [ 201 ] {636422f3-000f-4feb-9852-006313efe3e0::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 159 rows, containing 679 columns (679 merged, 0 gathered) in 0.107166771 sec., 1483.6688510471217 rows/sec., 7.67 MiB/sec. | ||
| 4689 | 2025.02.19 05:57:06.400151 [ 201 ] {636422f3-000f-4feb-9852-006313efe3e0::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 4690 | 2025.02.19 05:57:06.403246 [ 201 ] {636422f3-000f-4feb-9852-006313efe3e0::all_1_21_4} <Trace> system.metric_log (636422f3-000f-4feb-9852-006313efe3e0): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4691 | 2025.02.19 05:57:06.403375 [ 201 ] {636422f3-000f-4feb-9852-006313efe3e0::all_1_21_4} <Trace> system.metric_log (636422f3-000f-4feb-9852-006313efe3e0) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 4692 | 2025.02.19 05:57:06.406059 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. | ||
| 4693 | 2025.02.19 05:57:07.000176 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 183.46 MiB, peak 194.02 MiB, free memory in arenas 0.00 B, will set to 186.31 MiB (RSS), difference: 2.85 MiB | ||
| 4694 | 2025.02.19 05:57:08.129526 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 678 | ||
| 4695 | 2025.02.19 05:57:08.132878 [ 242 ] {} <Trace> system.query_log (c5831a85-9043-4d4c-a5be-d968cb126303): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4696 | 2025.02.19 05:57:08.132937 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 4697 | 2025.02.19 05:57:08.134397 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 4698 | 2025.02.19 05:57:08.134721 [ 242 ] {} <Trace> system.query_log (c5831a85-9043-4d4c-a5be-d968cb126303): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4699 | 2025.02.19 05:57:08.135378 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 678 | ||
| 4700 | 2025.02.19 05:57:08.556851 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4701 | 2025.02.19 05:57:08.557123 [ 254 ] {f1a0f8dc-2b0c-45a7-9b04-99ea6c77a210} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4702 | 2025.02.19 05:57:08.557197 [ 254 ] {f1a0f8dc-2b0c-45a7-9b04-99ea6c77a210} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4703 | 2025.02.19 05:57:08.558005 [ 254 ] {f1a0f8dc-2b0c-45a7-9b04-99ea6c77a210} <Trace> oximeter.fields_string (2fcca75a-374a-4c87-833b-a981a707b5d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4704 | 2025.02.19 05:57:08.558056 [ 254 ] {f1a0f8dc-2b0c-45a7-9b04-99ea6c77a210} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 4705 | 2025.02.19 05:57:08.558492 [ 254 ] {f1a0f8dc-2b0c-45a7-9b04-99ea6c77a210} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 4706 | 2025.02.19 05:57:08.558749 [ 254 ] {f1a0f8dc-2b0c-45a7-9b04-99ea6c77a210} <Trace> oximeter.fields_string (2fcca75a-374a-4c87-833b-a981a707b5d9): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4707 | 2025.02.19 05:57:08.558995 [ 254 ] {f1a0f8dc-2b0c-45a7-9b04-99ea6c77a210} <Debug> executeQuery: Read 80 rows, 6.77 KiB in 0.001926 sec., 41536.86396677051 rows/sec., 3.43 MiB/sec. | ||
| 4708 | 2025.02.19 05:57:08.559063 [ 254 ] {f1a0f8dc-2b0c-45a7-9b04-99ea6c77a210} <Debug> TCPHandler: Processed in 0.002409001 sec. | ||
| 4709 | 2025.02.19 05:57:08.559254 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4710 | 2025.02.19 05:57:08.559400 [ 258 ] {acbba649-ed15-45f9-bee5-043116e93d08} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4711 | 2025.02.19 05:57:08.559459 [ 258 ] {acbba649-ed15-45f9-bee5-043116e93d08} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4712 | 2025.02.19 05:57:08.560127 [ 258 ] {acbba649-ed15-45f9-bee5-043116e93d08} <Trace> oximeter.fields_u16 (6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4713 | 2025.02.19 05:57:08.560169 [ 258 ] {acbba649-ed15-45f9-bee5-043116e93d08} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 4714 | 2025.02.19 05:57:08.560543 [ 258 ] {acbba649-ed15-45f9-bee5-043116e93d08} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 4715 | 2025.02.19 05:57:08.560794 [ 258 ] {acbba649-ed15-45f9-bee5-043116e93d08} <Trace> oximeter.fields_u16 (6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4716 | 2025.02.19 05:57:08.560972 [ 75 ] {} <Debug> oximeter.fields_u16 (6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 4717 | 2025.02.19 05:57:08.561030 [ 258 ] {acbba649-ed15-45f9-bee5-043116e93d08} <Debug> executeQuery: Read 12 rows, 924.00 B in 0.001662 sec., 7220.216606498195 rows/sec., 542.93 KiB/sec. | ||
| 4718 | 2025.02.19 05:57:08.561050 [ 75 ] {} <Trace> oximeter.fields_u16 (6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4719 | 2025.02.19 05:57:08.561124 [ 75 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 4720 | 2025.02.19 05:57:08.561166 [ 258 ] {acbba649-ed15-45f9-bee5-043116e93d08} <Debug> TCPHandler: Processed in 0.001980494 sec. | ||
| 4721 | 2025.02.19 05:57:08.561398 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4722 | 2025.02.19 05:57:08.561393 [ 197 ] {6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f::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 | ||
| 4723 | 2025.02.19 05:57:08.561620 [ 254 ] {2304c34e-1a89-41cf-bf41-e763c9a59300} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4724 | 2025.02.19 05:57:08.561686 [ 197 ] {6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4725 | 2025.02.19 05:57:08.561731 [ 254 ] {2304c34e-1a89-41cf-bf41-e763c9a59300} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4726 | 2025.02.19 05:57:08.561759 [ 197 ] {6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f::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 | ||
| 4727 | 2025.02.19 05:57:08.562073 [ 197 ] {6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 26 rows starting from the beginning of the part | ||
| 4728 | 2025.02.19 05:57:08.562370 [ 197 ] {6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 133 rows starting from the beginning of the part | ||
| 4729 | 2025.02.19 05:57:08.562669 [ 197 ] {6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 12 rows starting from the beginning of the part | ||
| 4730 | 2025.02.19 05:57:08.563024 [ 197 ] {6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 137 rows starting from the beginning of the part | ||
| 4731 | 2025.02.19 05:57:08.563366 [ 197 ] {6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 12 rows starting from the beginning of the part | ||
| 4732 | 2025.02.19 05:57:08.564740 [ 254 ] {2304c34e-1a89-41cf-bf41-e763c9a59300} <Trace> oximeter.fields_uuid (3e28ef33-2603-423e-a1ee-258fce097b7c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4733 | 2025.02.19 05:57:08.564807 [ 254 ] {2304c34e-1a89-41cf-bf41-e763c9a59300} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 4734 | 2025.02.19 05:57:08.565906 [ 254 ] {2304c34e-1a89-41cf-bf41-e763c9a59300} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 4735 | 2025.02.19 05:57:08.566346 [ 200 ] {6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 479 rows, containing 5 columns (5 merged, 0 gathered) in 0.005082277 sec., 94249.09346735726 rows/sec., 6.33 MiB/sec. | ||
| 4736 | 2025.02.19 05:57:08.566415 [ 254 ] {2304c34e-1a89-41cf-bf41-e763c9a59300} <Trace> oximeter.fields_uuid (3e28ef33-2603-423e-a1ee-258fce097b7c): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4737 | 2025.02.19 05:57:08.566680 [ 200 ] {6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 4738 | 2025.02.19 05:57:08.566830 [ 254 ] {2304c34e-1a89-41cf-bf41-e763c9a59300} <Debug> executeQuery: Read 76 rows, 6.08 KiB in 0.005284 sec., 14383.043149129448 rows/sec., 1.12 MiB/sec. | ||
| 4739 | 2025.02.19 05:57:08.566980 [ 254 ] {2304c34e-1a89-41cf-bf41-e763c9a59300} <Debug> TCPHandler: Processed in 0.005688136 sec. | ||
| 4740 | 2025.02.19 05:57:08.567163 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4741 | 2025.02.19 05:57:08.567268 [ 189 ] {6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f::all_1_26_5} <Trace> oximeter.fields_u16 (6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4742 | 2025.02.19 05:57:08.567401 [ 258 ] {cfa7b316-cf7d-49be-9633-ae1c984b94c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4743 | 2025.02.19 05:57:08.567486 [ 189 ] {6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f::all_1_26_5} <Trace> oximeter.fields_u16 (6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 4744 | 2025.02.19 05:57:08.567505 [ 258 ] {cfa7b316-cf7d-49be-9633-ae1c984b94c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4745 | 2025.02.19 05:57:08.567698 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
| 4746 | 2025.02.19 05:57:08.568285 [ 258 ] {cfa7b316-cf7d-49be-9633-ae1c984b94c1} <Trace> oximeter.measurements_cumulativeu64 (12ad3da5-8862-4a0c-98f0-1a099eec319b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4747 | 2025.02.19 05:57:08.568330 [ 258 ] {cfa7b316-cf7d-49be-9633-ae1c984b94c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 4748 | 2025.02.19 05:57:08.568741 [ 258 ] {cfa7b316-cf7d-49be-9633-ae1c984b94c1} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 4749 | 2025.02.19 05:57:08.569013 [ 258 ] {cfa7b316-cf7d-49be-9633-ae1c984b94c1} <Trace> oximeter.measurements_cumulativeu64 (12ad3da5-8862-4a0c-98f0-1a099eec319b): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4750 | 2025.02.19 05:57:08.569238 [ 258 ] {cfa7b316-cf7d-49be-9633-ae1c984b94c1} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001924 sec., 83160.08316008316 rows/sec., 5.79 MiB/sec. | ||
| 4751 | 2025.02.19 05:57:08.569294 [ 258 ] {cfa7b316-cf7d-49be-9633-ae1c984b94c1} <Debug> TCPHandler: Processed in 0.002208807 sec. | ||
| 4752 | 2025.02.19 05:57:08.569446 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4753 | 2025.02.19 05:57:08.569576 [ 254 ] {8771076d-f8e1-43f1-8efe-94bfa9188bcf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4754 | 2025.02.19 05:57:08.569658 [ 254 ] {8771076d-f8e1-43f1-8efe-94bfa9188bcf} <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 | ||
| 4755 | 2025.02.19 05:57:08.570807 [ 254 ] {8771076d-f8e1-43f1-8efe-94bfa9188bcf} <Trace> oximeter.measurements_histogramu64 (7e806432-9fb0-4852-8b8d-11fed24611fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4756 | 2025.02.19 05:57:08.570848 [ 254 ] {8771076d-f8e1-43f1-8efe-94bfa9188bcf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 4757 | 2025.02.19 05:57:08.571490 [ 254 ] {8771076d-f8e1-43f1-8efe-94bfa9188bcf} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 4758 | 2025.02.19 05:57:08.571754 [ 254 ] {8771076d-f8e1-43f1-8efe-94bfa9188bcf} <Trace> oximeter.measurements_histogramu64 (7e806432-9fb0-4852-8b8d-11fed24611fa): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4759 | 2025.02.19 05:57:08.571937 [ 75 ] {} <Debug> oximeter.measurements_histogramu64 (7e806432-9fb0-4852-8b8d-11fed24611fa) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 4760 | 2025.02.19 05:57:08.572022 [ 75 ] {} <Trace> oximeter.measurements_histogramu64 (7e806432-9fb0-4852-8b8d-11fed24611fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4761 | 2025.02.19 05:57:08.572050 [ 254 ] {8771076d-f8e1-43f1-8efe-94bfa9188bcf} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002494 sec., 4811.547714514835 rows/sec., 8.62 MiB/sec. | ||
| 4762 | 2025.02.19 05:57:08.572073 [ 75 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 4763 | 2025.02.19 05:57:08.572488 [ 254 ] {8771076d-f8e1-43f1-8efe-94bfa9188bcf} <Debug> TCPHandler: Processed in 0.003103122 sec. | ||
| 4764 | 2025.02.19 05:57:08.572491 [ 197 ] {7e806432-9fb0-4852-8b8d-11fed24611fa::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 | ||
| 4765 | 2025.02.19 05:57:08.572699 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4766 | 2025.02.19 05:57:08.572971 [ 258 ] {53e1eb82-b806-42f7-aff2-fa2449119ce5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4767 | 2025.02.19 05:57:08.573109 [ 258 ] {53e1eb82-b806-42f7-aff2-fa2449119ce5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4768 | 2025.02.19 05:57:08.573306 [ 197 ] {7e806432-9fb0-4852-8b8d-11fed24611fa::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4769 | 2025.02.19 05:57:08.573558 [ 197 ] {7e806432-9fb0-4852-8b8d-11fed24611fa::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 377 rows starting from the beginning of the part | ||
| 4770 | 2025.02.19 05:57:08.574339 [ 197 ] {7e806432-9fb0-4852-8b8d-11fed24611fa::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 12 rows starting from the beginning of the part | ||
| 4771 | 2025.02.19 05:57:08.575068 [ 197 ] {7e806432-9fb0-4852-8b8d-11fed24611fa::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 27 rows starting from the beginning of the part | ||
| 4772 | 2025.02.19 05:57:08.575323 [ 258 ] {53e1eb82-b806-42f7-aff2-fa2449119ce5} <Trace> oximeter.measurements_u64 (fe0987d5-5b8f-48d5-a303-9c895ee7970c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4773 | 2025.02.19 05:57:08.575451 [ 258 ] {53e1eb82-b806-42f7-aff2-fa2449119ce5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 4774 | 2025.02.19 05:57:08.575829 [ 197 ] {7e806432-9fb0-4852-8b8d-11fed24611fa::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 12 rows starting from the beginning of the part | ||
| 4775 | 2025.02.19 05:57:08.576443 [ 197 ] {7e806432-9fb0-4852-8b8d-11fed24611fa::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 27 rows starting from the beginning of the part | ||
| 4776 | 2025.02.19 05:57:08.577068 [ 197 ] {7e806432-9fb0-4852-8b8d-11fed24611fa::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 12 rows starting from the beginning of the part | ||
| 4777 | 2025.02.19 05:57:08.577294 [ 258 ] {53e1eb82-b806-42f7-aff2-fa2449119ce5} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 4778 | 2025.02.19 05:57:08.578198 [ 258 ] {53e1eb82-b806-42f7-aff2-fa2449119ce5} <Trace> oximeter.measurements_u64 (fe0987d5-5b8f-48d5-a303-9c895ee7970c): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4779 | 2025.02.19 05:57:08.578829 [ 258 ] {53e1eb82-b806-42f7-aff2-fa2449119ce5} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005908 sec., 10155.72105619499 rows/sec., 700.85 KiB/sec. | ||
| 4780 | 2025.02.19 05:57:08.579277 [ 258 ] {53e1eb82-b806-42f7-aff2-fa2449119ce5} <Debug> TCPHandler: Processed in 0.006688973 sec. | ||
| 4781 | 2025.02.19 05:57:08.582745 [ 197 ] {7e806432-9fb0-4852-8b8d-11fed24611fa::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 467 rows, containing 19 columns (19 merged, 0 gathered) in 0.010516078 sec., 44408.19096244817 rows/sec., 79.58 MiB/sec. | ||
| 4782 | 2025.02.19 05:57:08.583273 [ 197 ] {7e806432-9fb0-4852-8b8d-11fed24611fa::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 4783 | 2025.02.19 05:57:08.583666 [ 197 ] {7e806432-9fb0-4852-8b8d-11fed24611fa::all_1_26_5} <Trace> oximeter.measurements_histogramu64 (7e806432-9fb0-4852-8b8d-11fed24611fa): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4784 | 2025.02.19 05:57:08.583747 [ 197 ] {7e806432-9fb0-4852-8b8d-11fed24611fa::all_1_26_5} <Trace> oximeter.measurements_histogramu64 (7e806432-9fb0-4852-8b8d-11fed24611fa) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 4785 | 2025.02.19 05:57:08.583861 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.21 MiB. | ||
| 4786 | 2025.02.19 05:57:12.974593 [ 66 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 4787 | 2025.02.19 05:57:12.974668 [ 66 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 4788 | 2025.02.19 05:57:13.085648 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 10126 | ||
| 4789 | 2025.02.19 05:57:13.086408 [ 244 ] {} <Trace> system.asynchronous_metric_log (5573eb27-0871-4eb5-bfd6-93b6d6d4142e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4790 | 2025.02.19 05:57:13.086459 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 4791 | 2025.02.19 05:57:13.087038 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 4792 | 2025.02.19 05:57:13.087307 [ 244 ] {} <Trace> system.asynchronous_metric_log (5573eb27-0871-4eb5-bfd6-93b6d6d4142e): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4793 | 2025.02.19 05:57:13.087561 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10126 | ||
| 4794 | 2025.02.19 05:57:13.563368 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4795 | 2025.02.19 05:57:13.563644 [ 254 ] {07306567-9e28-4ec7-88c2-1d58f7a5e244} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 4796 | 2025.02.19 05:57:13.563754 [ 254 ] {07306567-9e28-4ec7-88c2-1d58f7a5e244} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 4797 | 2025.02.19 05:57:13.564796 [ 254 ] {07306567-9e28-4ec7-88c2-1d58f7a5e244} <Trace> oximeter.fields_i16 (2bf1598c-a5a7-46ca-9aca-ef074bb76812): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4798 | 2025.02.19 05:57:13.564842 [ 254 ] {07306567-9e28-4ec7-88c2-1d58f7a5e244} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 4799 | 2025.02.19 05:57:13.565293 [ 254 ] {07306567-9e28-4ec7-88c2-1d58f7a5e244} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4800 | 2025.02.19 05:57:13.565552 [ 254 ] {07306567-9e28-4ec7-88c2-1d58f7a5e244} <Trace> oximeter.fields_i16 (2bf1598c-a5a7-46ca-9aca-ef074bb76812): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4801 | 2025.02.19 05:57:13.565691 [ 66 ] {} <Debug> oximeter.fields_i16 (2bf1598c-a5a7-46ca-9aca-ef074bb76812) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 | ||
| 4802 | 2025.02.19 05:57:13.565734 [ 66 ] {} <Trace> oximeter.fields_i16 (2bf1598c-a5a7-46ca-9aca-ef074bb76812): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4803 | 2025.02.19 05:57:13.565760 [ 66 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 4804 | 2025.02.19 05:57:13.565771 [ 254 ] {07306567-9e28-4ec7-88c2-1d58f7a5e244} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002203 sec., 96232.41034952337 rows/sec., 6.12 MiB/sec. | ||
| 4805 | 2025.02.19 05:57:13.565964 [ 254 ] {07306567-9e28-4ec7-88c2-1d58f7a5e244} <Debug> TCPHandler: Processed in 0.002765897 sec. | ||
| 4806 | 2025.02.19 05:57:13.566026 [ 189 ] {2bf1598c-a5a7-46ca-9aca-ef074bb76812::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 | ||
| 4807 | 2025.02.19 05:57:13.566191 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4808 | 2025.02.19 05:57:13.566232 [ 189 ] {2bf1598c-a5a7-46ca-9aca-ef074bb76812::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4809 | 2025.02.19 05:57:13.566279 [ 189 ] {2bf1598c-a5a7-46ca-9aca-ef074bb76812::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 | ||
| 4810 | 2025.02.19 05:57:13.566512 [ 258 ] {412bcafe-23d7-40de-a5b1-75cb40aded66} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4811 | 2025.02.19 05:57:13.566530 [ 189 ] {2bf1598c-a5a7-46ca-9aca-ef074bb76812::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 | ||
| 4812 | 2025.02.19 05:57:13.566714 [ 258 ] {412bcafe-23d7-40de-a5b1-75cb40aded66} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4813 | 2025.02.19 05:57:13.566824 [ 189 ] {2bf1598c-a5a7-46ca-9aca-ef074bb76812::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 | ||
| 4814 | 2025.02.19 05:57:13.567188 [ 189 ] {2bf1598c-a5a7-46ca-9aca-ef074bb76812::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 | ||
| 4815 | 2025.02.19 05:57:13.567527 [ 189 ] {2bf1598c-a5a7-46ca-9aca-ef074bb76812::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 | ||
| 4816 | 2025.02.19 05:57:13.569720 [ 258 ] {412bcafe-23d7-40de-a5b1-75cb40aded66} <Trace> oximeter.fields_string (2fcca75a-374a-4c87-833b-a981a707b5d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4817 | 2025.02.19 05:57:13.569772 [ 258 ] {412bcafe-23d7-40de-a5b1-75cb40aded66} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 4818 | 2025.02.19 05:57:13.570316 [ 196 ] {2bf1598c-a5a7-46ca-9aca-ef074bb76812::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.004450356 sec., 238183.1925356084 rows/sec., 16.06 MiB/sec. | ||
| 4819 | 2025.02.19 05:57:13.570627 [ 196 ] {2bf1598c-a5a7-46ca-9aca-ef074bb76812::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) | ||
| 4820 | 2025.02.19 05:57:13.570667 [ 258 ] {412bcafe-23d7-40de-a5b1-75cb40aded66} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 4821 | 2025.02.19 05:57:13.571154 [ 258 ] {412bcafe-23d7-40de-a5b1-75cb40aded66} <Trace> oximeter.fields_string (2fcca75a-374a-4c87-833b-a981a707b5d9): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4822 | 2025.02.19 05:57:13.571250 [ 196 ] {2bf1598c-a5a7-46ca-9aca-ef074bb76812::all_1_13_3} <Trace> oximeter.fields_i16 (2bf1598c-a5a7-46ca-9aca-ef074bb76812): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4823 | 2025.02.19 05:57:13.571498 [ 196 ] {2bf1598c-a5a7-46ca-9aca-ef074bb76812::all_1_13_3} <Trace> oximeter.fields_i16 (2bf1598c-a5a7-46ca-9aca-ef074bb76812) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 | ||
| 4824 | 2025.02.19 05:57:13.571549 [ 258 ] {412bcafe-23d7-40de-a5b1-75cb40aded66} <Debug> executeQuery: Read 671 rows, 54.45 KiB in 0.00519 sec., 129287.09055876685 rows/sec., 10.25 MiB/sec. | ||
| 4825 | 2025.02.19 05:57:13.571687 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
| 4826 | 2025.02.19 05:57:13.571737 [ 258 ] {412bcafe-23d7-40de-a5b1-75cb40aded66} <Debug> TCPHandler: Processed in 0.005629646 sec. | ||
| 4827 | 2025.02.19 05:57:13.571929 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4828 | 2025.02.19 05:57:13.572054 [ 254 ] {346f5313-2111-4160-b125-b1ccc9c00c37} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4829 | 2025.02.19 05:57:13.572101 [ 254 ] {346f5313-2111-4160-b125-b1ccc9c00c37} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4830 | 2025.02.19 05:57:13.572742 [ 254 ] {346f5313-2111-4160-b125-b1ccc9c00c37} <Trace> oximeter.fields_u16 (6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4831 | 2025.02.19 05:57:13.572782 [ 254 ] {346f5313-2111-4160-b125-b1ccc9c00c37} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 4832 | 2025.02.19 05:57:13.573148 [ 254 ] {346f5313-2111-4160-b125-b1ccc9c00c37} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 4833 | 2025.02.19 05:57:13.573393 [ 254 ] {346f5313-2111-4160-b125-b1ccc9c00c37} <Trace> oximeter.fields_u16 (6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4834 | 2025.02.19 05:57:13.573626 [ 254 ] {346f5313-2111-4160-b125-b1ccc9c00c37} <Debug> executeQuery: Read 133 rows, 8.42 KiB in 0.001586 sec., 83858.76418663304 rows/sec., 5.18 MiB/sec. | ||
| 4835 | 2025.02.19 05:57:13.573834 [ 254 ] {346f5313-2111-4160-b125-b1ccc9c00c37} <Debug> TCPHandler: Processed in 0.001969443 sec. | ||
| 4836 | 2025.02.19 05:57:13.574022 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4837 | 2025.02.19 05:57:13.574137 [ 258 ] {dac33733-e624-4f7e-a6bb-921126b88703} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4838 | 2025.02.19 05:57:13.574191 [ 258 ] {dac33733-e624-4f7e-a6bb-921126b88703} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4839 | 2025.02.19 05:57:13.574839 [ 258 ] {dac33733-e624-4f7e-a6bb-921126b88703} <Trace> oximeter.fields_u32 (65b4bee1-230d-4ffd-8593-1cf368c54481): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4840 | 2025.02.19 05:57:13.574879 [ 258 ] {dac33733-e624-4f7e-a6bb-921126b88703} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 4841 | 2025.02.19 05:57:13.575243 [ 258 ] {dac33733-e624-4f7e-a6bb-921126b88703} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 4842 | 2025.02.19 05:57:13.575509 [ 258 ] {dac33733-e624-4f7e-a6bb-921126b88703} <Trace> oximeter.fields_u32 (65b4bee1-230d-4ffd-8593-1cf368c54481): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4843 | 2025.02.19 05:57:13.575689 [ 258 ] {dac33733-e624-4f7e-a6bb-921126b88703} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001577 sec., 71655.04121750158 rows/sec., 4.64 MiB/sec. | ||
| 4844 | 2025.02.19 05:57:13.575742 [ 258 ] {dac33733-e624-4f7e-a6bb-921126b88703} <Debug> TCPHandler: Processed in 0.001785881 sec. | ||
| 4845 | 2025.02.19 05:57:13.575892 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4846 | 2025.02.19 05:57:13.575999 [ 254 ] {3ea37a33-4a7f-4f0b-a7a9-514526b9db83} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 4847 | 2025.02.19 05:57:13.576045 [ 254 ] {3ea37a33-4a7f-4f0b-a7a9-514526b9db83} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 4848 | 2025.02.19 05:57:13.576612 [ 254 ] {3ea37a33-4a7f-4f0b-a7a9-514526b9db83} <Trace> oximeter.fields_u8 (cef67ce3-27e4-4c55-9365-409a4c7c6d8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4849 | 2025.02.19 05:57:13.576650 [ 254 ] {3ea37a33-4a7f-4f0b-a7a9-514526b9db83} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 4850 | 2025.02.19 05:57:13.577009 [ 254 ] {3ea37a33-4a7f-4f0b-a7a9-514526b9db83} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4851 | 2025.02.19 05:57:13.577252 [ 254 ] {3ea37a33-4a7f-4f0b-a7a9-514526b9db83} <Trace> oximeter.fields_u8 (cef67ce3-27e4-4c55-9365-409a4c7c6d8e): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4852 | 2025.02.19 05:57:13.577375 [ 66 ] {} <Debug> oximeter.fields_u8 (cef67ce3-27e4-4c55-9365-409a4c7c6d8e) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 | ||
| 4853 | 2025.02.19 05:57:13.577414 [ 66 ] {} <Trace> oximeter.fields_u8 (cef67ce3-27e4-4c55-9365-409a4c7c6d8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4854 | 2025.02.19 05:57:13.577440 [ 66 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 4855 | 2025.02.19 05:57:13.577444 [ 254 ] {3ea37a33-4a7f-4f0b-a7a9-514526b9db83} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001467 sec., 76346.28493524199 rows/sec., 4.35 MiB/sec. | ||
| 4856 | 2025.02.19 05:57:13.577547 [ 254 ] {3ea37a33-4a7f-4f0b-a7a9-514526b9db83} <Debug> TCPHandler: Processed in 0.001707849 sec. | ||
| 4857 | 2025.02.19 05:57:13.577598 [ 198 ] {cef67ce3-27e4-4c55-9365-409a4c7c6d8e::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 | ||
| 4858 | 2025.02.19 05:57:13.577720 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4859 | 2025.02.19 05:57:13.577732 [ 198 ] {cef67ce3-27e4-4c55-9365-409a4c7c6d8e::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4860 | 2025.02.19 05:57:13.577779 [ 198 ] {cef67ce3-27e4-4c55-9365-409a4c7c6d8e::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 | ||
| 4861 | 2025.02.19 05:57:13.577950 [ 258 ] {0b79fc96-366b-408e-bfee-3ee135760839} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4862 | 2025.02.19 05:57:13.577989 [ 198 ] {cef67ce3-27e4-4c55-9365-409a4c7c6d8e::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 | ||
| 4863 | 2025.02.19 05:57:13.578096 [ 258 ] {0b79fc96-366b-408e-bfee-3ee135760839} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4864 | 2025.02.19 05:57:13.578373 [ 198 ] {cef67ce3-27e4-4c55-9365-409a4c7c6d8e::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 | ||
| 4865 | 2025.02.19 05:57:13.578795 [ 198 ] {cef67ce3-27e4-4c55-9365-409a4c7c6d8e::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 | ||
| 4866 | 2025.02.19 05:57:13.579057 [ 198 ] {cef67ce3-27e4-4c55-9365-409a4c7c6d8e::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 | ||
| 4867 | 2025.02.19 05:57:13.580417 [ 258 ] {0b79fc96-366b-408e-bfee-3ee135760839} <Trace> oximeter.fields_uuid (3e28ef33-2603-423e-a1ee-258fce097b7c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4868 | 2025.02.19 05:57:13.580470 [ 258 ] {0b79fc96-366b-408e-bfee-3ee135760839} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 4869 | 2025.02.19 05:57:13.580876 [ 196 ] {cef67ce3-27e4-4c55-9365-409a4c7c6d8e::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.003371047 sec., 166120.4960951301 rows/sec., 10.10 MiB/sec. | ||
| 4870 | 2025.02.19 05:57:13.581084 [ 196 ] {cef67ce3-27e4-4c55-9365-409a4c7c6d8e::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) | ||
| 4871 | 2025.02.19 05:57:13.581094 [ 258 ] {0b79fc96-366b-408e-bfee-3ee135760839} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 4872 | 2025.02.19 05:57:13.581570 [ 196 ] {cef67ce3-27e4-4c55-9365-409a4c7c6d8e::all_1_13_3} <Trace> oximeter.fields_u8 (cef67ce3-27e4-4c55-9365-409a4c7c6d8e): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4873 | 2025.02.19 05:57:13.581595 [ 258 ] {0b79fc96-366b-408e-bfee-3ee135760839} <Trace> oximeter.fields_uuid (3e28ef33-2603-423e-a1ee-258fce097b7c): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4874 | 2025.02.19 05:57:13.581746 [ 196 ] {cef67ce3-27e4-4c55-9365-409a4c7c6d8e::all_1_13_3} <Trace> oximeter.fields_u8 (cef67ce3-27e4-4c55-9365-409a4c7c6d8e) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 | ||
| 4875 | 2025.02.19 05:57:13.582007 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 4876 | 2025.02.19 05:57:13.582196 [ 258 ] {0b79fc96-366b-408e-bfee-3ee135760839} <Debug> executeQuery: Read 409 rows, 29.75 KiB in 0.004335 sec., 94348.32756632064 rows/sec., 6.70 MiB/sec. | ||
| 4877 | 2025.02.19 05:57:13.582440 [ 258 ] {0b79fc96-366b-408e-bfee-3ee135760839} <Debug> TCPHandler: Processed in 0.004790391 sec. | ||
| 4878 | 2025.02.19 05:57:13.582611 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4879 | 2025.02.19 05:57:13.582722 [ 254 ] {364216fe-7838-477a-905b-e0c0abcd1948} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 4880 | 2025.02.19 05:57:13.582769 [ 254 ] {364216fe-7838-477a-905b-e0c0abcd1948} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 4881 | 2025.02.19 05:57:13.583256 [ 254 ] {364216fe-7838-477a-905b-e0c0abcd1948} <Trace> oximeter.measurements_bool (16e9d126-bc56-4e42-988e-352459bd24dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4882 | 2025.02.19 05:57:13.583296 [ 254 ] {364216fe-7838-477a-905b-e0c0abcd1948} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 4883 | 2025.02.19 05:57:13.583655 [ 254 ] {364216fe-7838-477a-905b-e0c0abcd1948} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4884 | 2025.02.19 05:57:13.583894 [ 254 ] {364216fe-7838-477a-905b-e0c0abcd1948} <Trace> oximeter.measurements_bool (16e9d126-bc56-4e42-988e-352459bd24dc): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4885 | 2025.02.19 05:57:13.584071 [ 254 ] {364216fe-7838-477a-905b-e0c0abcd1948} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001374 sec., 4366.812227074236 rows/sec., 228.15 KiB/sec. | ||
| 4886 | 2025.02.19 05:57:13.584121 [ 254 ] {364216fe-7838-477a-905b-e0c0abcd1948} <Debug> TCPHandler: Processed in 0.001577347 sec. | ||
| 4887 | 2025.02.19 05:57:13.584265 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4888 | 2025.02.19 05:57:13.584371 [ 258 ] {4f44c771-5ef4-43d9-b979-0f8ef714550d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4889 | 2025.02.19 05:57:13.584419 [ 258 ] {4f44c771-5ef4-43d9-b979-0f8ef714550d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4890 | 2025.02.19 05:57:13.584938 [ 258 ] {4f44c771-5ef4-43d9-b979-0f8ef714550d} <Trace> oximeter.measurements_cumulativeu64 (12ad3da5-8862-4a0c-98f0-1a099eec319b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4891 | 2025.02.19 05:57:13.584975 [ 258 ] {4f44c771-5ef4-43d9-b979-0f8ef714550d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 4892 | 2025.02.19 05:57:13.585371 [ 258 ] {4f44c771-5ef4-43d9-b979-0f8ef714550d} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 4893 | 2025.02.19 05:57:13.585615 [ 258 ] {4f44c771-5ef4-43d9-b979-0f8ef714550d} <Trace> oximeter.measurements_cumulativeu64 (12ad3da5-8862-4a0c-98f0-1a099eec319b): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4894 | 2025.02.19 05:57:13.585791 [ 258 ] {4f44c771-5ef4-43d9-b979-0f8ef714550d} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001442 sec., 164355.06241331485 rows/sec., 11.02 MiB/sec. | ||
| 4895 | 2025.02.19 05:57:13.585843 [ 258 ] {4f44c771-5ef4-43d9-b979-0f8ef714550d} <Debug> TCPHandler: Processed in 0.001636387 sec. | ||
| 4896 | 2025.02.19 05:57:13.585993 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4897 | 2025.02.19 05:57:13.586100 [ 254 ] {82d706bf-63ff-43a0-b957-7d244a5287b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 4898 | 2025.02.19 05:57:13.586148 [ 254 ] {82d706bf-63ff-43a0-b957-7d244a5287b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 4899 | 2025.02.19 05:57:13.586575 [ 254 ] {82d706bf-63ff-43a0-b957-7d244a5287b3} <Trace> oximeter.measurements_f64 (338bebf0-eeef-41b9-b679-f4717a277180): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4900 | 2025.02.19 05:57:13.586621 [ 254 ] {82d706bf-63ff-43a0-b957-7d244a5287b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 4901 | 2025.02.19 05:57:13.586964 [ 254 ] {82d706bf-63ff-43a0-b957-7d244a5287b3} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4902 | 2025.02.19 05:57:13.587201 [ 254 ] {82d706bf-63ff-43a0-b957-7d244a5287b3} <Trace> oximeter.measurements_f64 (338bebf0-eeef-41b9-b679-f4717a277180): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4903 | 2025.02.19 05:57:13.587376 [ 254 ] {82d706bf-63ff-43a0-b957-7d244a5287b3} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001299 sec., 769.8229407236336 rows/sec., 51.87 KiB/sec. | ||
| 4904 | 2025.02.19 05:57:13.587424 [ 254 ] {82d706bf-63ff-43a0-b957-7d244a5287b3} <Debug> TCPHandler: Processed in 0.001488285 sec. | ||
| 4905 | 2025.02.19 05:57:13.587569 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4906 | 2025.02.19 05:57:13.587675 [ 258 ] {7d3dc3fa-38f9-46e5-ba35-d7dcb880e85f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4907 | 2025.02.19 05:57:13.587741 [ 258 ] {7d3dc3fa-38f9-46e5-ba35-d7dcb880e85f} <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 | ||
| 4908 | 2025.02.19 05:57:13.588797 [ 258 ] {7d3dc3fa-38f9-46e5-ba35-d7dcb880e85f} <Trace> oximeter.measurements_histogramu64 (7e806432-9fb0-4852-8b8d-11fed24611fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4909 | 2025.02.19 05:57:13.588835 [ 258 ] {7d3dc3fa-38f9-46e5-ba35-d7dcb880e85f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 4910 | 2025.02.19 05:57:13.589457 [ 258 ] {7d3dc3fa-38f9-46e5-ba35-d7dcb880e85f} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 4911 | 2025.02.19 05:57:13.589718 [ 258 ] {7d3dc3fa-38f9-46e5-ba35-d7dcb880e85f} <Trace> oximeter.measurements_histogramu64 (7e806432-9fb0-4852-8b8d-11fed24611fa): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4912 | 2025.02.19 05:57:13.589983 [ 258 ] {7d3dc3fa-38f9-46e5-ba35-d7dcb880e85f} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002312 sec., 11678.200692041524 rows/sec., 20.93 MiB/sec. | ||
| 4913 | 2025.02.19 05:57:13.590416 [ 258 ] {7d3dc3fa-38f9-46e5-ba35-d7dcb880e85f} <Debug> TCPHandler: Processed in 0.002905529 sec. | ||
| 4914 | 2025.02.19 05:57:13.590564 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4915 | 2025.02.19 05:57:13.590671 [ 254 ] {f25c3d07-6fb5-48aa-ab7c-0867cb428a23} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4916 | 2025.02.19 05:57:13.590718 [ 254 ] {f25c3d07-6fb5-48aa-ab7c-0867cb428a23} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4917 | 2025.02.19 05:57:13.591179 [ 254 ] {f25c3d07-6fb5-48aa-ab7c-0867cb428a23} <Trace> oximeter.measurements_u64 (fe0987d5-5b8f-48d5-a303-9c895ee7970c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4918 | 2025.02.19 05:57:13.591217 [ 254 ] {f25c3d07-6fb5-48aa-ab7c-0867cb428a23} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 4919 | 2025.02.19 05:57:13.591579 [ 254 ] {f25c3d07-6fb5-48aa-ab7c-0867cb428a23} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 4920 | 2025.02.19 05:57:13.591832 [ 254 ] {f25c3d07-6fb5-48aa-ab7c-0867cb428a23} <Trace> oximeter.measurements_u64 (fe0987d5-5b8f-48d5-a303-9c895ee7970c): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4921 | 2025.02.19 05:57:13.592028 [ 254 ] {f25c3d07-6fb5-48aa-ab7c-0867cb428a23} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00138 sec., 59420.289855072464 rows/sec., 3.77 MiB/sec. | ||
| 4922 | 2025.02.19 05:57:13.592078 [ 254 ] {f25c3d07-6fb5-48aa-ab7c-0867cb428a23} <Debug> TCPHandler: Processed in 0.001571366 sec. | ||
| 4923 | 2025.02.19 05:57:13.807768 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 166 | ||
| 4924 | 2025.02.19 05:57:13.826223 [ 243 ] {} <Trace> system.metric_log (636422f3-000f-4feb-9852-006313efe3e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4925 | 2025.02.19 05:57:13.826279 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 4926 | 2025.02.19 05:57:13.833548 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 4927 | 2025.02.19 05:57:13.834306 [ 243 ] {} <Trace> system.metric_log (636422f3-000f-4feb-9852-006313efe3e0): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4928 | 2025.02.19 05:57:13.836730 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 166 | ||
| 4929 | 2025.02.19 05:57:16.743804 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4930 | 2025.02.19 05:57:16.744017 [ 254 ] {cf04e065-3662-4852-9fa2-84a5ae5816f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4931 | 2025.02.19 05:57:16.744100 [ 254 ] {cf04e065-3662-4852-9fa2-84a5ae5816f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4932 | 2025.02.19 05:57:16.745474 [ 254 ] {cf04e065-3662-4852-9fa2-84a5ae5816f2} <Trace> oximeter.fields_string (2fcca75a-374a-4c87-833b-a981a707b5d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4933 | 2025.02.19 05:57:16.745526 [ 254 ] {cf04e065-3662-4852-9fa2-84a5ae5816f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 4934 | 2025.02.19 05:57:16.746045 [ 254 ] {cf04e065-3662-4852-9fa2-84a5ae5816f2} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 4935 | 2025.02.19 05:57:16.746307 [ 254 ] {cf04e065-3662-4852-9fa2-84a5ae5816f2} <Trace> oximeter.fields_string (2fcca75a-374a-4c87-833b-a981a707b5d9): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4936 | 2025.02.19 05:57:16.746536 [ 254 ] {cf04e065-3662-4852-9fa2-84a5ae5816f2} <Debug> executeQuery: Read 1220 rows, 103.33 KiB in 0.002579 sec., 473051.57037611475 rows/sec., 39.13 MiB/sec. | ||
| 4937 | 2025.02.19 05:57:16.746595 [ 254 ] {cf04e065-3662-4852-9fa2-84a5ae5816f2} <Debug> TCPHandler: Processed in 0.00293997 sec. | ||
| 4938 | 2025.02.19 05:57:16.746777 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4939 | 2025.02.19 05:57:16.746885 [ 258 ] {9ba751a0-18d4-4491-9ee0-dc215ed56286} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4940 | 2025.02.19 05:57:16.746934 [ 258 ] {9ba751a0-18d4-4491-9ee0-dc215ed56286} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4941 | 2025.02.19 05:57:16.747521 [ 258 ] {9ba751a0-18d4-4491-9ee0-dc215ed56286} <Trace> oximeter.fields_u16 (6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4942 | 2025.02.19 05:57:16.747567 [ 258 ] {9ba751a0-18d4-4491-9ee0-dc215ed56286} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 4943 | 2025.02.19 05:57:16.747944 [ 258 ] {9ba751a0-18d4-4491-9ee0-dc215ed56286} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 4944 | 2025.02.19 05:57:16.748200 [ 258 ] {9ba751a0-18d4-4491-9ee0-dc215ed56286} <Trace> oximeter.fields_u16 (6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4945 | 2025.02.19 05:57:16.748422 [ 258 ] {9ba751a0-18d4-4491-9ee0-dc215ed56286} <Debug> executeQuery: Read 12 rows, 924.00 B in 0.001559 sec., 7697.2418216805645 rows/sec., 578.80 KiB/sec. | ||
| 4946 | 2025.02.19 05:57:16.748475 [ 258 ] {9ba751a0-18d4-4491-9ee0-dc215ed56286} <Debug> TCPHandler: Processed in 0.00176236 sec. | ||
| 4947 | 2025.02.19 05:57:16.748622 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4948 | 2025.02.19 05:57:16.748727 [ 254 ] {1a283380-fac0-4206-9bfc-29a01faa3d2a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4949 | 2025.02.19 05:57:16.748772 [ 254 ] {1a283380-fac0-4206-9bfc-29a01faa3d2a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4950 | 2025.02.19 05:57:16.749381 [ 254 ] {1a283380-fac0-4206-9bfc-29a01faa3d2a} <Trace> oximeter.fields_u32 (65b4bee1-230d-4ffd-8593-1cf368c54481): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4951 | 2025.02.19 05:57:16.749420 [ 254 ] {1a283380-fac0-4206-9bfc-29a01faa3d2a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 4952 | 2025.02.19 05:57:16.749777 [ 254 ] {1a283380-fac0-4206-9bfc-29a01faa3d2a} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 4953 | 2025.02.19 05:57:16.750027 [ 254 ] {1a283380-fac0-4206-9bfc-29a01faa3d2a} <Trace> oximeter.fields_u32 (65b4bee1-230d-4ffd-8593-1cf368c54481): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4954 | 2025.02.19 05:57:16.750238 [ 254 ] {1a283380-fac0-4206-9bfc-29a01faa3d2a} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001533 sec., 148727.9843444227 rows/sec., 10.07 MiB/sec. | ||
| 4955 | 2025.02.19 05:57:16.750293 [ 254 ] {1a283380-fac0-4206-9bfc-29a01faa3d2a} <Debug> TCPHandler: Processed in 0.00172972 sec. | ||
| 4956 | 2025.02.19 05:57:16.750454 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4957 | 2025.02.19 05:57:16.750559 [ 258 ] {8c0ed5f2-ee35-4478-940f-8c53b97199ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4958 | 2025.02.19 05:57:16.750604 [ 258 ] {8c0ed5f2-ee35-4478-940f-8c53b97199ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4959 | 2025.02.19 05:57:16.751389 [ 258 ] {8c0ed5f2-ee35-4478-940f-8c53b97199ae} <Trace> oximeter.fields_uuid (3e28ef33-2603-423e-a1ee-258fce097b7c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4960 | 2025.02.19 05:57:16.751428 [ 258 ] {8c0ed5f2-ee35-4478-940f-8c53b97199ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 4961 | 2025.02.19 05:57:16.751805 [ 258 ] {8c0ed5f2-ee35-4478-940f-8c53b97199ae} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 4962 | 2025.02.19 05:57:16.752049 [ 258 ] {8c0ed5f2-ee35-4478-940f-8c53b97199ae} <Trace> oximeter.fields_uuid (3e28ef33-2603-423e-a1ee-258fce097b7c): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4963 | 2025.02.19 05:57:16.752267 [ 258 ] {8c0ed5f2-ee35-4478-940f-8c53b97199ae} <Debug> executeQuery: Read 532 rows, 40.37 KiB in 0.001729 sec., 307692.3076923077 rows/sec., 22.80 MiB/sec. | ||
| 4964 | 2025.02.19 05:57:16.752321 [ 258 ] {8c0ed5f2-ee35-4478-940f-8c53b97199ae} <Debug> TCPHandler: Processed in 0.001924873 sec. | ||
| 4965 | 2025.02.19 05:57:16.752461 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4966 | 2025.02.19 05:57:16.752568 [ 254 ] {2d6cc0de-27a2-4bc7-8066-119a6b5d7cfb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4967 | 2025.02.19 05:57:16.752617 [ 254 ] {2d6cc0de-27a2-4bc7-8066-119a6b5d7cfb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4968 | 2025.02.19 05:57:16.753344 [ 254 ] {2d6cc0de-27a2-4bc7-8066-119a6b5d7cfb} <Trace> oximeter.measurements_cumulativeu64 (12ad3da5-8862-4a0c-98f0-1a099eec319b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4969 | 2025.02.19 05:57:16.753384 [ 254 ] {2d6cc0de-27a2-4bc7-8066-119a6b5d7cfb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 4970 | 2025.02.19 05:57:16.753825 [ 254 ] {2d6cc0de-27a2-4bc7-8066-119a6b5d7cfb} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 4971 | 2025.02.19 05:57:16.754081 [ 254 ] {2d6cc0de-27a2-4bc7-8066-119a6b5d7cfb} <Trace> oximeter.measurements_cumulativeu64 (12ad3da5-8862-4a0c-98f0-1a099eec319b): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4972 | 2025.02.19 05:57:16.754293 [ 254 ] {2d6cc0de-27a2-4bc7-8066-119a6b5d7cfb} <Debug> executeQuery: Read 974 rows, 66.96 KiB in 0.001748 sec., 557208.23798627 rows/sec., 37.41 MiB/sec. | ||
| 4973 | 2025.02.19 05:57:16.754345 [ 254 ] {2d6cc0de-27a2-4bc7-8066-119a6b5d7cfb} <Debug> TCPHandler: Processed in 0.001942022 sec. | ||
| 4974 | 2025.02.19 05:57:16.754485 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4975 | 2025.02.19 05:57:16.754592 [ 258 ] {88d5109c-d0f6-4c68-9007-3ce73058cf55} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4976 | 2025.02.19 05:57:16.754658 [ 258 ] {88d5109c-d0f6-4c68-9007-3ce73058cf55} <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 | ||
| 4977 | 2025.02.19 05:57:16.755792 [ 258 ] {88d5109c-d0f6-4c68-9007-3ce73058cf55} <Trace> oximeter.measurements_histogramu64 (7e806432-9fb0-4852-8b8d-11fed24611fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4978 | 2025.02.19 05:57:16.755835 [ 258 ] {88d5109c-d0f6-4c68-9007-3ce73058cf55} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 4979 | 2025.02.19 05:57:16.756446 [ 258 ] {88d5109c-d0f6-4c68-9007-3ce73058cf55} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 4980 | 2025.02.19 05:57:16.756722 [ 258 ] {88d5109c-d0f6-4c68-9007-3ce73058cf55} <Trace> oximeter.measurements_histogramu64 (7e806432-9fb0-4852-8b8d-11fed24611fa): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4981 | 2025.02.19 05:57:16.756979 [ 258 ] {88d5109c-d0f6-4c68-9007-3ce73058cf55} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002408 sec., 4983.388704318937 rows/sec., 8.93 MiB/sec. | ||
| 4982 | 2025.02.19 05:57:16.757087 [ 258 ] {88d5109c-d0f6-4c68-9007-3ce73058cf55} <Debug> TCPHandler: Processed in 0.002660774 sec. | ||
| 4983 | 2025.02.19 05:57:16.757231 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4984 | 2025.02.19 05:57:16.757340 [ 254 ] {cd68d5a2-b782-4686-a3e3-731a517d832b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4985 | 2025.02.19 05:57:16.757387 [ 254 ] {cd68d5a2-b782-4686-a3e3-731a517d832b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4986 | 2025.02.19 05:57:16.757819 [ 254 ] {cd68d5a2-b782-4686-a3e3-731a517d832b} <Trace> oximeter.measurements_u64 (fe0987d5-5b8f-48d5-a303-9c895ee7970c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4987 | 2025.02.19 05:57:16.757859 [ 254 ] {cd68d5a2-b782-4686-a3e3-731a517d832b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 4988 | 2025.02.19 05:57:16.758225 [ 254 ] {cd68d5a2-b782-4686-a3e3-731a517d832b} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 4989 | 2025.02.19 05:57:16.758465 [ 254 ] {cd68d5a2-b782-4686-a3e3-731a517d832b} <Trace> oximeter.measurements_u64 (fe0987d5-5b8f-48d5-a303-9c895ee7970c): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4990 | 2025.02.19 05:57:16.758645 [ 254 ] {cd68d5a2-b782-4686-a3e3-731a517d832b} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001327 sec., 36171.816126601356 rows/sec., 2.44 MiB/sec. | ||
| 4991 | 2025.02.19 05:57:16.758693 [ 254 ] {cd68d5a2-b782-4686-a3e3-731a517d832b} <Debug> TCPHandler: Processed in 0.001515296 sec. | ||
| 4992 | 2025.02.19 05:57:18.135692 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 48 entries to flush up to offset 726 | ||
| 4993 | 2025.02.19 05:57:18.139109 [ 242 ] {} <Trace> system.query_log (c5831a85-9043-4d4c-a5be-d968cb126303): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4994 | 2025.02.19 05:57:18.139158 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 4995 | 2025.02.19 05:57:18.140621 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 4996 | 2025.02.19 05:57:18.140926 [ 242 ] {} <Trace> system.query_log (c5831a85-9043-4d4c-a5be-d968cb126303): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4997 | 2025.02.19 05:57:18.141168 [ 56 ] {} <Debug> system.query_log (c5831a85-9043-4d4c-a5be-d968cb126303) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 4998 | 2025.02.19 05:57:18.141309 [ 56 ] {} <Trace> system.query_log (c5831a85-9043-4d4c-a5be-d968cb126303): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4999 | 2025.02.19 05:57:18.141409 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 5000 | 2025.02.19 05:57:18.142016 [ 198 ] {c5831a85-9043-4d4c-a5be-d968cb126303::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 | ||
| 5001 | 2025.02.19 05:57:18.142742 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 726 | ||
| 5002 | 2025.02.19 05:57:18.143108 [ 198 ] {c5831a85-9043-4d4c-a5be-d968cb126303::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5003 | 2025.02.19 05:57:18.143238 [ 198 ] {c5831a85-9043-4d4c-a5be-d968cb126303::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 528 rows starting from the beginning of the part | ||
| 5004 | 2025.02.19 05:57:18.143792 [ 198 ] {c5831a85-9043-4d4c-a5be-d968cb126303::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 34 rows starting from the beginning of the part | ||
| 5005 | 2025.02.19 05:57:18.144415 [ 198 ] {c5831a85-9043-4d4c-a5be-d968cb126303::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 50 rows starting from the beginning of the part | ||
| 5006 | 2025.02.19 05:57:18.145025 [ 198 ] {c5831a85-9043-4d4c-a5be-d968cb126303::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 30 rows starting from the beginning of the part | ||
| 5007 | 2025.02.19 05:57:18.145563 [ 198 ] {c5831a85-9043-4d4c-a5be-d968cb126303::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 36 rows starting from the beginning of the part | ||
| 5008 | 2025.02.19 05:57:18.146158 [ 198 ] {c5831a85-9043-4d4c-a5be-d968cb126303::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 48 rows starting from the beginning of the part | ||
| 5009 | 2025.02.19 05:57:18.153875 [ 196 ] {c5831a85-9043-4d4c-a5be-d968cb126303::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 726 rows, containing 72 columns (72 merged, 0 gathered) in 0.012319729 sec., 58929.867694329965 rows/sec., 50.19 MiB/sec. | ||
| 5010 | 2025.02.19 05:57:18.155126 [ 196 ] {c5831a85-9043-4d4c-a5be-d968cb126303::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 5011 | 2025.02.19 05:57:18.155995 [ 196 ] {c5831a85-9043-4d4c-a5be-d968cb126303::all_1_16_3} <Trace> system.query_log (c5831a85-9043-4d4c-a5be-d968cb126303): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5012 | 2025.02.19 05:57:18.156102 [ 196 ] {c5831a85-9043-4d4c-a5be-d968cb126303::all_1_16_3} <Trace> system.query_log (c5831a85-9043-4d4c-a5be-d968cb126303) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 5013 | 2025.02.19 05:57:18.156473 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.21 MiB. | ||
| 5014 | 2025.02.19 05:57:18.550401 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5015 | 2025.02.19 05:57:18.550621 [ 254 ] {29a2f50c-2977-4e3c-b232-d766c22b38b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5016 | 2025.02.19 05:57:18.550705 [ 254 ] {29a2f50c-2977-4e3c-b232-d766c22b38b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5017 | 2025.02.19 05:57:18.551528 [ 254 ] {29a2f50c-2977-4e3c-b232-d766c22b38b6} <Trace> oximeter.fields_string (2fcca75a-374a-4c87-833b-a981a707b5d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5018 | 2025.02.19 05:57:18.551583 [ 254 ] {29a2f50c-2977-4e3c-b232-d766c22b38b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 5019 | 2025.02.19 05:57:18.552025 [ 254 ] {29a2f50c-2977-4e3c-b232-d766c22b38b6} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 5020 | 2025.02.19 05:57:18.552281 [ 254 ] {29a2f50c-2977-4e3c-b232-d766c22b38b6} <Trace> oximeter.fields_string (2fcca75a-374a-4c87-833b-a981a707b5d9): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5021 | 2025.02.19 05:57:18.552485 [ 53 ] {} <Debug> oximeter.fields_string (2fcca75a-374a-4c87-833b-a981a707b5d9) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 5022 | 2025.02.19 05:57:18.552546 [ 254 ] {29a2f50c-2977-4e3c-b232-d766c22b38b6} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001982 sec., 28254.28859737639 rows/sec., 2.17 MiB/sec. | ||
| 5023 | 2025.02.19 05:57:18.552576 [ 53 ] {} <Trace> oximeter.fields_string (2fcca75a-374a-4c87-833b-a981a707b5d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5024 | 2025.02.19 05:57:18.552637 [ 53 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 5025 | 2025.02.19 05:57:18.552691 [ 254 ] {29a2f50c-2977-4e3c-b232-d766c22b38b6} <Debug> TCPHandler: Processed in 0.002438002 sec. | ||
| 5026 | 2025.02.19 05:57:18.553071 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5027 | 2025.02.19 05:57:18.553105 [ 193 ] {2fcca75a-374a-4c87-833b-a981a707b5d9::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 | ||
| 5028 | 2025.02.19 05:57:18.553415 [ 258 ] {9f009854-e1d6-4978-acc8-08fe5f7c279c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5029 | 2025.02.19 05:57:18.553434 [ 193 ] {2fcca75a-374a-4c87-833b-a981a707b5d9::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5030 | 2025.02.19 05:57:18.553520 [ 193 ] {2fcca75a-374a-4c87-833b-a981a707b5d9::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1845 rows starting from the beginning of the part | ||
| 5031 | 2025.02.19 05:57:18.553523 [ 258 ] {9f009854-e1d6-4978-acc8-08fe5f7c279c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5032 | 2025.02.19 05:57:18.553889 [ 193 ] {2fcca75a-374a-4c87-833b-a981a707b5d9::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 673 rows starting from the beginning of the part | ||
| 5033 | 2025.02.19 05:57:18.554223 [ 193 ] {2fcca75a-374a-4c87-833b-a981a707b5d9::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 80 rows starting from the beginning of the part | ||
| 5034 | 2025.02.19 05:57:18.554507 [ 193 ] {2fcca75a-374a-4c87-833b-a981a707b5d9::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 671 rows starting from the beginning of the part | ||
| 5035 | 2025.02.19 05:57:18.554923 [ 193 ] {2fcca75a-374a-4c87-833b-a981a707b5d9::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 1220 rows starting from the beginning of the part | ||
| 5036 | 2025.02.19 05:57:18.555297 [ 193 ] {2fcca75a-374a-4c87-833b-a981a707b5d9::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 | ||
| 5037 | 2025.02.19 05:57:18.556654 [ 258 ] {9f009854-e1d6-4978-acc8-08fe5f7c279c} <Trace> oximeter.fields_uuid (3e28ef33-2603-423e-a1ee-258fce097b7c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5038 | 2025.02.19 05:57:18.556724 [ 258 ] {9f009854-e1d6-4978-acc8-08fe5f7c279c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 5039 | 2025.02.19 05:57:18.557854 [ 258 ] {9f009854-e1d6-4978-acc8-08fe5f7c279c} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 5040 | 2025.02.19 05:57:18.558332 [ 258 ] {9f009854-e1d6-4978-acc8-08fe5f7c279c} <Trace> oximeter.fields_uuid (3e28ef33-2603-423e-a1ee-258fce097b7c): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5041 | 2025.02.19 05:57:18.558546 [ 53 ] {} <Debug> oximeter.fields_uuid (3e28ef33-2603-423e-a1ee-258fce097b7c) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 5042 | 2025.02.19 05:57:18.558630 [ 53 ] {} <Trace> oximeter.fields_uuid (3e28ef33-2603-423e-a1ee-258fce097b7c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5043 | 2025.02.19 05:57:18.558712 [ 53 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 5044 | 2025.02.19 05:57:18.558728 [ 258 ] {9f009854-e1d6-4978-acc8-08fe5f7c279c} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005389 sec., 11876.043792911487 rows/sec., 949.20 KiB/sec. | ||
| 5045 | 2025.02.19 05:57:18.559081 [ 258 ] {9f009854-e1d6-4978-acc8-08fe5f7c279c} <Debug> TCPHandler: Processed in 0.006238026 sec. | ||
| 5046 | 2025.02.19 05:57:18.559106 [ 196 ] {3e28ef33-2603-423e-a1ee-258fce097b7c::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 | ||
| 5047 | 2025.02.19 05:57:18.559490 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5048 | 2025.02.19 05:57:18.559735 [ 196 ] {3e28ef33-2603-423e-a1ee-258fce097b7c::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5049 | 2025.02.19 05:57:18.559855 [ 196 ] {3e28ef33-2603-423e-a1ee-258fce097b7c::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 913 rows starting from the beginning of the part | ||
| 5050 | 2025.02.19 05:57:18.559868 [ 187 ] {2fcca75a-374a-4c87-833b-a981a707b5d9::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4545 rows, containing 5 columns (5 merged, 0 gathered) in 0.007108071 sec., 639413.9844692041 rows/sec., 54.33 MiB/sec. | ||
| 5051 | 2025.02.19 05:57:18.560055 [ 254 ] {74d2240d-271d-4165-aa0b-91bebc37c565} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5052 | 2025.02.19 05:57:18.560205 [ 196 ] {3e28ef33-2603-423e-a1ee-258fce097b7c::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 413 rows starting from the beginning of the part | ||
| 5053 | 2025.02.19 05:57:18.560480 [ 187 ] {2fcca75a-374a-4c87-833b-a981a707b5d9::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 5054 | 2025.02.19 05:57:18.560597 [ 196 ] {3e28ef33-2603-423e-a1ee-258fce097b7c::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 76 rows starting from the beginning of the part | ||
| 5055 | 2025.02.19 05:57:18.560383 [ 254 ] {74d2240d-271d-4165-aa0b-91bebc37c565} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5056 | 2025.02.19 05:57:18.560944 [ 196 ] {3e28ef33-2603-423e-a1ee-258fce097b7c::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 409 rows starting from the beginning of the part | ||
| 5057 | 2025.02.19 05:57:18.561431 [ 196 ] {3e28ef33-2603-423e-a1ee-258fce097b7c::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 532 rows starting from the beginning of the part | ||
| 5058 | 2025.02.19 05:57:18.561506 [ 186 ] {2fcca75a-374a-4c87-833b-a981a707b5d9::all_1_36_7} <Trace> oximeter.fields_string (2fcca75a-374a-4c87-833b-a981a707b5d9): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5059 | 2025.02.19 05:57:18.561879 [ 196 ] {3e28ef33-2603-423e-a1ee-258fce097b7c::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 | ||
| 5060 | 2025.02.19 05:57:18.562149 [ 186 ] {2fcca75a-374a-4c87-833b-a981a707b5d9::all_1_36_7} <Trace> oximeter.fields_string (2fcca75a-374a-4c87-833b-a981a707b5d9) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 5061 | 2025.02.19 05:57:18.562552 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.98 MiB. | ||
| 5062 | 2025.02.19 05:57:18.564241 [ 254 ] {74d2240d-271d-4165-aa0b-91bebc37c565} <Trace> oximeter.measurements_cumulativeu64 (12ad3da5-8862-4a0c-98f0-1a099eec319b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5063 | 2025.02.19 05:57:18.564319 [ 254 ] {74d2240d-271d-4165-aa0b-91bebc37c565} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 5064 | 2025.02.19 05:57:18.565127 [ 254 ] {74d2240d-271d-4165-aa0b-91bebc37c565} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 5065 | 2025.02.19 05:57:18.565559 [ 196 ] {3e28ef33-2603-423e-a1ee-258fce097b7c::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2407 rows, containing 5 columns (5 merged, 0 gathered) in 0.006747584 sec., 356720.27202625416 rows/sec., 27.31 MiB/sec. | ||
| 5066 | 2025.02.19 05:57:18.565649 [ 254 ] {74d2240d-271d-4165-aa0b-91bebc37c565} <Trace> oximeter.measurements_cumulativeu64 (12ad3da5-8862-4a0c-98f0-1a099eec319b): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5067 | 2025.02.19 05:57:18.565823 [ 196 ] {3e28ef33-2603-423e-a1ee-258fce097b7c::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 5068 | 2025.02.19 05:57:18.565927 [ 53 ] {} <Debug> oximeter.measurements_cumulativeu64 (12ad3da5-8862-4a0c-98f0-1a099eec319b) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 5069 | 2025.02.19 05:57:18.566041 [ 53 ] {} <Trace> oximeter.measurements_cumulativeu64 (12ad3da5-8862-4a0c-98f0-1a099eec319b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5070 | 2025.02.19 05:57:18.566139 [ 53 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 5071 | 2025.02.19 05:57:18.566194 [ 254 ] {74d2240d-271d-4165-aa0b-91bebc37c565} <Debug> executeQuery: Read 32 rows, 2.28 KiB in 0.006306 sec., 5074.5321915635905 rows/sec., 361.91 KiB/sec. | ||
| 5072 | 2025.02.19 05:57:18.566565 [ 254 ] {74d2240d-271d-4165-aa0b-91bebc37c565} <Debug> TCPHandler: Processed in 0.007342615 sec. | ||
| 5073 | 2025.02.19 05:57:18.566614 [ 194 ] {12ad3da5-8862-4a0c-98f0-1a099eec319b::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 | ||
| 5074 | 2025.02.19 05:57:18.566839 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5075 | 2025.02.19 05:57:18.566904 [ 196 ] {3e28ef33-2603-423e-a1ee-258fce097b7c::all_1_36_7} <Trace> oximeter.fields_uuid (3e28ef33-2603-423e-a1ee-258fce097b7c): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5076 | 2025.02.19 05:57:18.566936 [ 194 ] {12ad3da5-8862-4a0c-98f0-1a099eec319b::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5077 | 2025.02.19 05:57:18.567089 [ 194 ] {12ad3da5-8862-4a0c-98f0-1a099eec319b::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 9703 rows starting from the beginning of the part | ||
| 5078 | 2025.02.19 05:57:18.567220 [ 258 ] {c29e82d4-ffbf-4d24-8a7e-a3fdd5a636d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5079 | 2025.02.19 05:57:18.567375 [ 196 ] {3e28ef33-2603-423e-a1ee-258fce097b7c::all_1_36_7} <Trace> oximeter.fields_uuid (3e28ef33-2603-423e-a1ee-258fce097b7c) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 5080 | 2025.02.19 05:57:18.567494 [ 258 ] {c29e82d4-ffbf-4d24-8a7e-a3fdd5a636d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5081 | 2025.02.19 05:57:18.567521 [ 194 ] {12ad3da5-8862-4a0c-98f0-1a099eec319b::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 239 rows starting from the beginning of the part | ||
| 5082 | 2025.02.19 05:57:18.567846 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
| 5083 | 2025.02.19 05:57:18.568085 [ 194 ] {12ad3da5-8862-4a0c-98f0-1a099eec319b::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 | ||
| 5084 | 2025.02.19 05:57:18.568424 [ 194 ] {12ad3da5-8862-4a0c-98f0-1a099eec319b::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 | ||
| 5085 | 2025.02.19 05:57:18.568763 [ 194 ] {12ad3da5-8862-4a0c-98f0-1a099eec319b::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 974 rows starting from the beginning of the part | ||
| 5086 | 2025.02.19 05:57:18.569045 [ 194 ] {12ad3da5-8862-4a0c-98f0-1a099eec319b::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 32 rows starting from the beginning of the part | ||
| 5087 | 2025.02.19 05:57:18.569855 [ 258 ] {c29e82d4-ffbf-4d24-8a7e-a3fdd5a636d0} <Trace> oximeter.measurements_u64 (fe0987d5-5b8f-48d5-a303-9c895ee7970c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5088 | 2025.02.19 05:57:18.569901 [ 258 ] {c29e82d4-ffbf-4d24-8a7e-a3fdd5a636d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 5089 | 2025.02.19 05:57:18.570383 [ 258 ] {c29e82d4-ffbf-4d24-8a7e-a3fdd5a636d0} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 5090 | 2025.02.19 05:57:18.570723 [ 258 ] {c29e82d4-ffbf-4d24-8a7e-a3fdd5a636d0} <Trace> oximeter.measurements_u64 (fe0987d5-5b8f-48d5-a303-9c895ee7970c): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5091 | 2025.02.19 05:57:18.570957 [ 53 ] {} <Debug> oximeter.measurements_u64 (fe0987d5-5b8f-48d5-a303-9c895ee7970c) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 5092 | 2025.02.19 05:57:18.571091 [ 53 ] {} <Trace> oximeter.measurements_u64 (fe0987d5-5b8f-48d5-a303-9c895ee7970c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5093 | 2025.02.19 05:57:18.571180 [ 53 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 5094 | 2025.02.19 05:57:18.571200 [ 258 ] {c29e82d4-ffbf-4d24-8a7e-a3fdd5a636d0} <Debug> executeQuery: Read 12 rows, 848.00 B in 0.004074 sec., 2945.508100147275 rows/sec., 203.27 KiB/sec. | ||
| 5095 | 2025.02.19 05:57:18.571614 [ 258 ] {c29e82d4-ffbf-4d24-8a7e-a3fdd5a636d0} <Debug> TCPHandler: Processed in 0.004914023 sec. | ||
| 5096 | 2025.02.19 05:57:18.571796 [ 191 ] {fe0987d5-5b8f-48d5-a303-9c895ee7970c::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 | ||
| 5097 | 2025.02.19 05:57:18.572036 [ 191 ] {fe0987d5-5b8f-48d5-a303-9c895ee7970c::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5098 | 2025.02.19 05:57:18.572079 [ 191 ] {fe0987d5-5b8f-48d5-a303-9c895ee7970c::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1754 rows starting from the beginning of the part | ||
| 5099 | 2025.02.19 05:57:18.572228 [ 191 ] {fe0987d5-5b8f-48d5-a303-9c895ee7970c::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 82 rows starting from the beginning of the part | ||
| 5100 | 2025.02.19 05:57:18.572415 [ 191 ] {fe0987d5-5b8f-48d5-a303-9c895ee7970c::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 | ||
| 5101 | 2025.02.19 05:57:18.572522 [ 191 ] {fe0987d5-5b8f-48d5-a303-9c895ee7970c::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 | ||
| 5102 | 2025.02.19 05:57:18.572780 [ 191 ] {fe0987d5-5b8f-48d5-a303-9c895ee7970c::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 48 rows starting from the beginning of the part | ||
| 5103 | 2025.02.19 05:57:18.573093 [ 191 ] {fe0987d5-5b8f-48d5-a303-9c895ee7970c::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 12 rows starting from the beginning of the part | ||
| 5104 | 2025.02.19 05:57:18.574562 [ 192 ] {12ad3da5-8862-4a0c-98f0-1a099eec319b::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11345 rows, containing 5 columns (5 merged, 0 gathered) in 0.008292132 sec., 1368164.4238176623 rows/sec., 92.35 MiB/sec. | ||
| 5105 | 2025.02.19 05:57:18.574999 [ 192 ] {12ad3da5-8862-4a0c-98f0-1a099eec319b::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 5106 | 2025.02.19 05:57:18.575366 [ 191 ] {fe0987d5-5b8f-48d5-a303-9c895ee7970c::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2038 rows, containing 4 columns (4 merged, 0 gathered) in 0.004055999 sec., 502465.60711676703 rows/sec., 32.82 MiB/sec. | ||
| 5107 | 2025.02.19 05:57:18.575540 [ 192 ] {12ad3da5-8862-4a0c-98f0-1a099eec319b::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (12ad3da5-8862-4a0c-98f0-1a099eec319b): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5108 | 2025.02.19 05:57:18.575690 [ 191 ] {fe0987d5-5b8f-48d5-a303-9c895ee7970c::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 5109 | 2025.02.19 05:57:18.575694 [ 192 ] {12ad3da5-8862-4a0c-98f0-1a099eec319b::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (12ad3da5-8862-4a0c-98f0-1a099eec319b) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 5110 | 2025.02.19 05:57:18.575856 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.13 MiB. | ||
| 5111 | 2025.02.19 05:57:18.576078 [ 191 ] {fe0987d5-5b8f-48d5-a303-9c895ee7970c::all_1_36_7} <Trace> oximeter.measurements_u64 (fe0987d5-5b8f-48d5-a303-9c895ee7970c): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5112 | 2025.02.19 05:57:18.576166 [ 191 ] {fe0987d5-5b8f-48d5-a303-9c895ee7970c::all_1_36_7} <Trace> oximeter.measurements_u64 (fe0987d5-5b8f-48d5-a303-9c895ee7970c) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 5113 | 2025.02.19 05:57:18.576250 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. | ||
| 5114 | 2025.02.19 05:57:20.587752 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 10553 | ||
| 5115 | 2025.02.19 05:57:20.588398 [ 244 ] {} <Trace> system.asynchronous_metric_log (5573eb27-0871-4eb5-bfd6-93b6d6d4142e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5116 | 2025.02.19 05:57:20.588438 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 5117 | 2025.02.19 05:57:20.588963 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 5118 | 2025.02.19 05:57:20.589217 [ 244 ] {} <Trace> system.asynchronous_metric_log (5573eb27-0871-4eb5-bfd6-93b6d6d4142e): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5119 | 2025.02.19 05:57:20.589417 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10553 | ||
| 5120 | 2025.02.19 05:57:21.336879 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 174 | ||
| 5121 | 2025.02.19 05:57:21.358714 [ 243 ] {} <Trace> system.metric_log (636422f3-000f-4feb-9852-006313efe3e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5122 | 2025.02.19 05:57:21.358777 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 5123 | 2025.02.19 05:57:21.366561 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 5124 | 2025.02.19 05:57:21.367364 [ 243 ] {} <Trace> system.metric_log (636422f3-000f-4feb-9852-006313efe3e0): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5125 | 2025.02.19 05:57:21.370436 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 174 | ||
| 5126 | 2025.02.19 05:57:23.557963 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5127 | 2025.02.19 05:57:23.558157 [ 254 ] {5913098d-0a46-4122-a99c-060765886ba4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5128 | 2025.02.19 05:57:23.558230 [ 254 ] {5913098d-0a46-4122-a99c-060765886ba4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5129 | 2025.02.19 05:57:23.559032 [ 254 ] {5913098d-0a46-4122-a99c-060765886ba4} <Trace> oximeter.fields_string (2fcca75a-374a-4c87-833b-a981a707b5d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5130 | 2025.02.19 05:57:23.559083 [ 254 ] {5913098d-0a46-4122-a99c-060765886ba4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 5131 | 2025.02.19 05:57:23.559532 [ 254 ] {5913098d-0a46-4122-a99c-060765886ba4} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 5132 | 2025.02.19 05:57:23.559802 [ 254 ] {5913098d-0a46-4122-a99c-060765886ba4} <Trace> oximeter.fields_string (2fcca75a-374a-4c87-833b-a981a707b5d9): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5133 | 2025.02.19 05:57:23.560056 [ 254 ] {5913098d-0a46-4122-a99c-060765886ba4} <Debug> executeQuery: Read 110 rows, 9.47 KiB in 0.00195 sec., 56410.256410256414 rows/sec., 4.74 MiB/sec. | ||
| 5134 | 2025.02.19 05:57:23.560174 [ 254 ] {5913098d-0a46-4122-a99c-060765886ba4} <Debug> TCPHandler: Processed in 0.00234992 sec. | ||
| 5135 | 2025.02.19 05:57:23.560377 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5136 | 2025.02.19 05:57:23.560522 [ 258 ] {6c5879b3-9a20-48d0-9334-e075b053046d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5137 | 2025.02.19 05:57:23.560584 [ 258 ] {6c5879b3-9a20-48d0-9334-e075b053046d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5138 | 2025.02.19 05:57:23.561144 [ 258 ] {6c5879b3-9a20-48d0-9334-e075b053046d} <Trace> oximeter.fields_u16 (6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5139 | 2025.02.19 05:57:23.561186 [ 258 ] {6c5879b3-9a20-48d0-9334-e075b053046d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 5140 | 2025.02.19 05:57:23.561551 [ 258 ] {6c5879b3-9a20-48d0-9334-e075b053046d} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 5141 | 2025.02.19 05:57:23.561801 [ 258 ] {6c5879b3-9a20-48d0-9334-e075b053046d} <Trace> oximeter.fields_u16 (6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5142 | 2025.02.19 05:57:23.562029 [ 258 ] {6c5879b3-9a20-48d0-9334-e075b053046d} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.001542 sec., 17509.727626459146 rows/sec., 1.29 MiB/sec. | ||
| 5143 | 2025.02.19 05:57:23.562084 [ 258 ] {6c5879b3-9a20-48d0-9334-e075b053046d} <Debug> TCPHandler: Processed in 0.0017825 sec. | ||
| 5144 | 2025.02.19 05:57:23.562220 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5145 | 2025.02.19 05:57:23.562329 [ 254 ] {f3bf1eba-4b29-48bd-931d-7524977703dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5146 | 2025.02.19 05:57:23.562377 [ 254 ] {f3bf1eba-4b29-48bd-931d-7524977703dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5147 | 2025.02.19 05:57:23.562946 [ 254 ] {f3bf1eba-4b29-48bd-931d-7524977703dd} <Trace> oximeter.fields_uuid (3e28ef33-2603-423e-a1ee-258fce097b7c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5148 | 2025.02.19 05:57:23.562987 [ 254 ] {f3bf1eba-4b29-48bd-931d-7524977703dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 5149 | 2025.02.19 05:57:23.563358 [ 254 ] {f3bf1eba-4b29-48bd-931d-7524977703dd} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 5150 | 2025.02.19 05:57:23.563609 [ 254 ] {f3bf1eba-4b29-48bd-931d-7524977703dd} <Trace> oximeter.fields_uuid (3e28ef33-2603-423e-a1ee-258fce097b7c): 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.02.19 05:57:23.563855 [ 254 ] {f3bf1eba-4b29-48bd-931d-7524977703dd} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.001542 sec., 59014.267185473414 rows/sec., 4.61 MiB/sec. | ||
| 5152 | 2025.02.19 05:57:23.563990 [ 254 ] {f3bf1eba-4b29-48bd-931d-7524977703dd} <Debug> TCPHandler: Processed in 0.001813171 sec. | ||
| 5153 | 2025.02.19 05:57:23.564232 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5154 | 2025.02.19 05:57:23.564384 [ 258 ] {29cfe98b-e8ea-40cd-bc31-0ab25c68d21a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5155 | 2025.02.19 05:57:23.564448 [ 258 ] {29cfe98b-e8ea-40cd-bc31-0ab25c68d21a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5156 | 2025.02.19 05:57:23.565024 [ 258 ] {29cfe98b-e8ea-40cd-bc31-0ab25c68d21a} <Trace> oximeter.measurements_cumulativeu64 (12ad3da5-8862-4a0c-98f0-1a099eec319b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5157 | 2025.02.19 05:57:23.565064 [ 258 ] {29cfe98b-e8ea-40cd-bc31-0ab25c68d21a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 5158 | 2025.02.19 05:57:23.565465 [ 258 ] {29cfe98b-e8ea-40cd-bc31-0ab25c68d21a} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 5159 | 2025.02.19 05:57:23.565719 [ 258 ] {29cfe98b-e8ea-40cd-bc31-0ab25c68d21a} <Trace> oximeter.measurements_cumulativeu64 (12ad3da5-8862-4a0c-98f0-1a099eec319b): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5160 | 2025.02.19 05:57:23.565925 [ 258 ] {29cfe98b-e8ea-40cd-bc31-0ab25c68d21a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001572 sec., 101781.17048346056 rows/sec., 7.09 MiB/sec. | ||
| 5161 | 2025.02.19 05:57:23.565980 [ 258 ] {29cfe98b-e8ea-40cd-bc31-0ab25c68d21a} <Debug> TCPHandler: Processed in 0.001868912 sec. | ||
| 5162 | 2025.02.19 05:57:23.566122 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5163 | 2025.02.19 05:57:23.566253 [ 254 ] {eb27bb2f-5b31-4451-8fdd-38ffb1b6b1a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5164 | 2025.02.19 05:57:23.566333 [ 254 ] {eb27bb2f-5b31-4451-8fdd-38ffb1b6b1a7} <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 | ||
| 5165 | 2025.02.19 05:57:23.567490 [ 254 ] {eb27bb2f-5b31-4451-8fdd-38ffb1b6b1a7} <Trace> oximeter.measurements_histogramu64 (7e806432-9fb0-4852-8b8d-11fed24611fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5166 | 2025.02.19 05:57:23.567530 [ 254 ] {eb27bb2f-5b31-4451-8fdd-38ffb1b6b1a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 5167 | 2025.02.19 05:57:23.568164 [ 254 ] {eb27bb2f-5b31-4451-8fdd-38ffb1b6b1a7} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 5168 | 2025.02.19 05:57:23.568435 [ 254 ] {eb27bb2f-5b31-4451-8fdd-38ffb1b6b1a7} <Trace> oximeter.measurements_histogramu64 (7e806432-9fb0-4852-8b8d-11fed24611fa): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5169 | 2025.02.19 05:57:23.568707 [ 254 ] {eb27bb2f-5b31-4451-8fdd-38ffb1b6b1a7} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002481 sec., 10882.708585247883 rows/sec., 19.50 MiB/sec. | ||
| 5170 | 2025.02.19 05:57:23.568983 [ 254 ] {eb27bb2f-5b31-4451-8fdd-38ffb1b6b1a7} <Debug> TCPHandler: Processed in 0.00292347 sec. | ||
| 5171 | 2025.02.19 05:57:23.569128 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5172 | 2025.02.19 05:57:23.569257 [ 258 ] {7fcf26b6-f72e-44ed-93ed-93372b1e4626} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5173 | 2025.02.19 05:57:23.569314 [ 258 ] {7fcf26b6-f72e-44ed-93ed-93372b1e4626} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5174 | 2025.02.19 05:57:23.569792 [ 258 ] {7fcf26b6-f72e-44ed-93ed-93372b1e4626} <Trace> oximeter.measurements_u64 (fe0987d5-5b8f-48d5-a303-9c895ee7970c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5175 | 2025.02.19 05:57:23.569831 [ 258 ] {7fcf26b6-f72e-44ed-93ed-93372b1e4626} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 5176 | 2025.02.19 05:57:23.570205 [ 258 ] {7fcf26b6-f72e-44ed-93ed-93372b1e4626} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 5177 | 2025.02.19 05:57:23.570460 [ 258 ] {7fcf26b6-f72e-44ed-93ed-93372b1e4626} <Trace> oximeter.measurements_u64 (fe0987d5-5b8f-48d5-a303-9c895ee7970c): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5178 | 2025.02.19 05:57:23.570714 [ 258 ] {7fcf26b6-f72e-44ed-93ed-93372b1e4626} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001485 sec., 40404.0404040404 rows/sec., 2.72 MiB/sec. | ||
| 5179 | 2025.02.19 05:57:23.570909 [ 258 ] {7fcf26b6-f72e-44ed-93ed-93372b1e4626} <Debug> TCPHandler: Processed in 0.001843171 sec. | ||
| 5180 | 2025.02.19 05:57:27.974926 [ 39 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 5181 | 2025.02.19 05:57:27.975035 [ 39 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 5182 | 2025.02.19 05:57:28.089612 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 11041 | ||
| 5183 | 2025.02.19 05:57:28.090393 [ 244 ] {} <Trace> system.asynchronous_metric_log (5573eb27-0871-4eb5-bfd6-93b6d6d4142e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5184 | 2025.02.19 05:57:28.090448 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 5185 | 2025.02.19 05:57:28.091060 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 5186 | 2025.02.19 05:57:28.091316 [ 244 ] {} <Trace> system.asynchronous_metric_log (5573eb27-0871-4eb5-bfd6-93b6d6d4142e): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5187 | 2025.02.19 05:57:28.091552 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11041 | ||
| 5188 | 2025.02.19 05:57:28.143153 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 746 | ||
| 5189 | 2025.02.19 05:57:28.146274 [ 242 ] {} <Trace> system.query_log (c5831a85-9043-4d4c-a5be-d968cb126303): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5190 | 2025.02.19 05:57:28.146331 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 5191 | 2025.02.19 05:57:28.147804 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 5192 | 2025.02.19 05:57:28.148116 [ 242 ] {} <Trace> system.query_log (c5831a85-9043-4d4c-a5be-d968cb126303): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5193 | 2025.02.19 05:57:28.148685 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 746 | ||
| 5194 | 2025.02.19 05:57:28.556701 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5195 | 2025.02.19 05:57:28.556911 [ 254 ] {0e18967b-09f5-4240-9322-0bfc3ab39990} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5196 | 2025.02.19 05:57:28.556984 [ 254 ] {0e18967b-09f5-4240-9322-0bfc3ab39990} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5197 | 2025.02.19 05:57:28.557768 [ 254 ] {0e18967b-09f5-4240-9322-0bfc3ab39990} <Trace> oximeter.fields_string (2fcca75a-374a-4c87-833b-a981a707b5d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5198 | 2025.02.19 05:57:28.557820 [ 254 ] {0e18967b-09f5-4240-9322-0bfc3ab39990} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 5199 | 2025.02.19 05:57:28.558276 [ 254 ] {0e18967b-09f5-4240-9322-0bfc3ab39990} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 5200 | 2025.02.19 05:57:28.558547 [ 254 ] {0e18967b-09f5-4240-9322-0bfc3ab39990} <Trace> oximeter.fields_string (2fcca75a-374a-4c87-833b-a981a707b5d9): 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.02.19 05:57:28.558793 [ 254 ] {0e18967b-09f5-4240-9322-0bfc3ab39990} <Debug> executeQuery: Read 80 rows, 6.77 KiB in 0.001937 sec., 41300.98089829634 rows/sec., 3.41 MiB/sec. | ||
| 5202 | 2025.02.19 05:57:28.558852 [ 254 ] {0e18967b-09f5-4240-9322-0bfc3ab39990} <Debug> TCPHandler: Processed in 0.002303719 sec. | ||
| 5203 | 2025.02.19 05:57:28.559030 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5204 | 2025.02.19 05:57:28.559149 [ 258 ] {93d21035-84c8-4cdd-a501-03433fedde39} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5205 | 2025.02.19 05:57:28.559197 [ 258 ] {93d21035-84c8-4cdd-a501-03433fedde39} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5206 | 2025.02.19 05:57:28.559735 [ 258 ] {93d21035-84c8-4cdd-a501-03433fedde39} <Trace> oximeter.fields_u16 (6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5207 | 2025.02.19 05:57:28.559777 [ 258 ] {93d21035-84c8-4cdd-a501-03433fedde39} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 5208 | 2025.02.19 05:57:28.560140 [ 258 ] {93d21035-84c8-4cdd-a501-03433fedde39} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 5209 | 2025.02.19 05:57:28.560395 [ 258 ] {93d21035-84c8-4cdd-a501-03433fedde39} <Trace> oximeter.fields_u16 (6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5210 | 2025.02.19 05:57:28.560630 [ 258 ] {93d21035-84c8-4cdd-a501-03433fedde39} <Debug> executeQuery: Read 12 rows, 924.00 B in 0.001503 sec., 7984.031936127744 rows/sec., 600.36 KiB/sec. | ||
| 5211 | 2025.02.19 05:57:28.560684 [ 258 ] {93d21035-84c8-4cdd-a501-03433fedde39} <Debug> TCPHandler: Processed in 0.001714129 sec. | ||
| 5212 | 2025.02.19 05:57:28.560818 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5213 | 2025.02.19 05:57:28.560931 [ 254 ] {f200f11d-1972-4b51-833f-5886671b78f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5214 | 2025.02.19 05:57:28.560976 [ 254 ] {f200f11d-1972-4b51-833f-5886671b78f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5215 | 2025.02.19 05:57:28.561536 [ 254 ] {f200f11d-1972-4b51-833f-5886671b78f7} <Trace> oximeter.fields_uuid (3e28ef33-2603-423e-a1ee-258fce097b7c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5216 | 2025.02.19 05:57:28.561575 [ 254 ] {f200f11d-1972-4b51-833f-5886671b78f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 5217 | 2025.02.19 05:57:28.561951 [ 254 ] {f200f11d-1972-4b51-833f-5886671b78f7} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 5218 | 2025.02.19 05:57:28.562196 [ 254 ] {f200f11d-1972-4b51-833f-5886671b78f7} <Trace> oximeter.fields_uuid (3e28ef33-2603-423e-a1ee-258fce097b7c): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5219 | 2025.02.19 05:57:28.562380 [ 254 ] {f200f11d-1972-4b51-833f-5886671b78f7} <Debug> executeQuery: Read 76 rows, 6.08 KiB in 0.001472 sec., 51630.434782608696 rows/sec., 4.03 MiB/sec. | ||
| 5220 | 2025.02.19 05:57:28.562432 [ 254 ] {f200f11d-1972-4b51-833f-5886671b78f7} <Debug> TCPHandler: Processed in 0.001668839 sec. | ||
| 5221 | 2025.02.19 05:57:28.562561 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5222 | 2025.02.19 05:57:28.562669 [ 258 ] {e4ec858a-f6b3-4391-9672-d335fcdbdb3c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5223 | 2025.02.19 05:57:28.562719 [ 258 ] {e4ec858a-f6b3-4391-9672-d335fcdbdb3c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5224 | 2025.02.19 05:57:28.563230 [ 258 ] {e4ec858a-f6b3-4391-9672-d335fcdbdb3c} <Trace> oximeter.measurements_cumulativeu64 (12ad3da5-8862-4a0c-98f0-1a099eec319b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5225 | 2025.02.19 05:57:28.563268 [ 258 ] {e4ec858a-f6b3-4391-9672-d335fcdbdb3c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 5226 | 2025.02.19 05:57:28.563651 [ 258 ] {e4ec858a-f6b3-4391-9672-d335fcdbdb3c} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 5227 | 2025.02.19 05:57:28.563900 [ 258 ] {e4ec858a-f6b3-4391-9672-d335fcdbdb3c} <Trace> oximeter.measurements_cumulativeu64 (12ad3da5-8862-4a0c-98f0-1a099eec319b): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5228 | 2025.02.19 05:57:28.564080 [ 258 ] {e4ec858a-f6b3-4391-9672-d335fcdbdb3c} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001433 sec., 111653.87299371947 rows/sec., 7.78 MiB/sec. | ||
| 5229 | 2025.02.19 05:57:28.564131 [ 258 ] {e4ec858a-f6b3-4391-9672-d335fcdbdb3c} <Debug> TCPHandler: Processed in 0.001621738 sec. | ||
| 5230 | 2025.02.19 05:57:28.564259 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5231 | 2025.02.19 05:57:28.564371 [ 254 ] {e26654f3-be05-4d22-8982-7b591aa4468e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5232 | 2025.02.19 05:57:28.564439 [ 254 ] {e26654f3-be05-4d22-8982-7b591aa4468e} <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 | ||
| 5233 | 2025.02.19 05:57:28.565596 [ 254 ] {e26654f3-be05-4d22-8982-7b591aa4468e} <Trace> oximeter.measurements_histogramu64 (7e806432-9fb0-4852-8b8d-11fed24611fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5234 | 2025.02.19 05:57:28.565634 [ 254 ] {e26654f3-be05-4d22-8982-7b591aa4468e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 5235 | 2025.02.19 05:57:28.566252 [ 254 ] {e26654f3-be05-4d22-8982-7b591aa4468e} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 5236 | 2025.02.19 05:57:28.566510 [ 254 ] {e26654f3-be05-4d22-8982-7b591aa4468e} <Trace> oximeter.measurements_histogramu64 (7e806432-9fb0-4852-8b8d-11fed24611fa): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5237 | 2025.02.19 05:57:28.566716 [ 254 ] {e26654f3-be05-4d22-8982-7b591aa4468e} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002367 sec., 5069.708491761723 rows/sec., 9.08 MiB/sec. | ||
| 5238 | 2025.02.19 05:57:28.566820 [ 254 ] {e26654f3-be05-4d22-8982-7b591aa4468e} <Debug> TCPHandler: Processed in 0.002614764 sec. | ||
| 5239 | 2025.02.19 05:57:28.566974 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5240 | 2025.02.19 05:57:28.567108 [ 258 ] {ad6df542-22be-4e77-bc53-d57c4de33bf2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5241 | 2025.02.19 05:57:28.567163 [ 258 ] {ad6df542-22be-4e77-bc53-d57c4de33bf2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5242 | 2025.02.19 05:57:28.567702 [ 258 ] {ad6df542-22be-4e77-bc53-d57c4de33bf2} <Trace> oximeter.measurements_u64 (fe0987d5-5b8f-48d5-a303-9c895ee7970c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5243 | 2025.02.19 05:57:28.567748 [ 258 ] {ad6df542-22be-4e77-bc53-d57c4de33bf2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 5244 | 2025.02.19 05:57:28.568116 [ 258 ] {ad6df542-22be-4e77-bc53-d57c4de33bf2} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 5245 | 2025.02.19 05:57:28.568355 [ 258 ] {ad6df542-22be-4e77-bc53-d57c4de33bf2} <Trace> oximeter.measurements_u64 (fe0987d5-5b8f-48d5-a303-9c895ee7970c): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5246 | 2025.02.19 05:57:28.568556 [ 258 ] {ad6df542-22be-4e77-bc53-d57c4de33bf2} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001469 sec., 40844.11164057181 rows/sec., 2.75 MiB/sec. | ||
| 5247 | 2025.02.19 05:57:28.568645 [ 258 ] {ad6df542-22be-4e77-bc53-d57c4de33bf2} <Debug> TCPHandler: Processed in 0.001731309 sec. | ||
| 5248 | 2025.02.19 05:57:28.870580 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 181 | ||
| 5249 | 2025.02.19 05:57:28.891213 [ 243 ] {} <Trace> system.metric_log (636422f3-000f-4feb-9852-006313efe3e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5250 | 2025.02.19 05:57:28.891278 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 5251 | 2025.02.19 05:57:28.898798 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 5252 | 2025.02.19 05:57:28.899591 [ 243 ] {} <Trace> system.metric_log (636422f3-000f-4feb-9852-006313efe3e0): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5253 | 2025.02.19 05:57:28.903037 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 181 | ||
| 5254 | 2025.02.19 05:57:33.557746 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5255 | 2025.02.19 05:57:33.557962 [ 254 ] {1766dddb-adb7-4f98-9659-ea7a6440dd48} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5256 | 2025.02.19 05:57:33.558054 [ 254 ] {1766dddb-adb7-4f98-9659-ea7a6440dd48} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5257 | 2025.02.19 05:57:33.558887 [ 254 ] {1766dddb-adb7-4f98-9659-ea7a6440dd48} <Trace> oximeter.fields_string (2fcca75a-374a-4c87-833b-a981a707b5d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5258 | 2025.02.19 05:57:33.558930 [ 254 ] {1766dddb-adb7-4f98-9659-ea7a6440dd48} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 5259 | 2025.02.19 05:57:33.559367 [ 254 ] {1766dddb-adb7-4f98-9659-ea7a6440dd48} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 5260 | 2025.02.19 05:57:33.559619 [ 254 ] {1766dddb-adb7-4f98-9659-ea7a6440dd48} <Trace> oximeter.fields_string (2fcca75a-374a-4c87-833b-a981a707b5d9): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5261 | 2025.02.19 05:57:33.559839 [ 254 ] {1766dddb-adb7-4f98-9659-ea7a6440dd48} <Debug> executeQuery: Read 110 rows, 9.47 KiB in 0.00194 sec., 56701.03092783505 rows/sec., 4.77 MiB/sec. | ||
| 5262 | 2025.02.19 05:57:33.559965 [ 254 ] {1766dddb-adb7-4f98-9659-ea7a6440dd48} <Debug> TCPHandler: Processed in 0.00236509 sec. | ||
| 5263 | 2025.02.19 05:57:33.560169 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5264 | 2025.02.19 05:57:33.560316 [ 258 ] {35af67d1-0f4d-4bb8-97c4-2397f40c03a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5265 | 2025.02.19 05:57:33.560375 [ 258 ] {35af67d1-0f4d-4bb8-97c4-2397f40c03a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5266 | 2025.02.19 05:57:33.561028 [ 258 ] {35af67d1-0f4d-4bb8-97c4-2397f40c03a1} <Trace> oximeter.fields_u16 (6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5267 | 2025.02.19 05:57:33.561068 [ 258 ] {35af67d1-0f4d-4bb8-97c4-2397f40c03a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 5268 | 2025.02.19 05:57:33.561445 [ 258 ] {35af67d1-0f4d-4bb8-97c4-2397f40c03a1} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 5269 | 2025.02.19 05:57:33.561691 [ 258 ] {35af67d1-0f4d-4bb8-97c4-2397f40c03a1} <Trace> oximeter.fields_u16 (6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5270 | 2025.02.19 05:57:33.561814 [ 34 ] {} <Debug> oximeter.fields_u16 (6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 5271 | 2025.02.19 05:57:33.561860 [ 34 ] {} <Trace> oximeter.fields_u16 (6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5272 | 2025.02.19 05:57:33.561884 [ 34 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 5273 | 2025.02.19 05:57:33.561887 [ 258 ] {35af67d1-0f4d-4bb8-97c4-2397f40c03a1} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.001604 sec., 16832.91770573566 rows/sec., 1.24 MiB/sec. | ||
| 5274 | 2025.02.19 05:57:33.562018 [ 258 ] {35af67d1-0f4d-4bb8-97c4-2397f40c03a1} <Debug> TCPHandler: Processed in 0.001917173 sec. | ||
| 5275 | 2025.02.19 05:57:33.562225 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5276 | 2025.02.19 05:57:33.562257 [ 192 ] {6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f::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 | ||
| 5277 | 2025.02.19 05:57:33.562431 [ 254 ] {f886fc51-f138-4fe3-b6be-9e14c4e3c7b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5278 | 2025.02.19 05:57:33.562536 [ 254 ] {f886fc51-f138-4fe3-b6be-9e14c4e3c7b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5279 | 2025.02.19 05:57:33.562771 [ 192 ] {6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5280 | 2025.02.19 05:57:33.562882 [ 192 ] {6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 163 rows starting from the beginning of the part | ||
| 5281 | 2025.02.19 05:57:33.563229 [ 192 ] {6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 133 rows starting from the beginning of the part | ||
| 5282 | 2025.02.19 05:57:33.563697 [ 192 ] {6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 12 rows starting from the beginning of the part | ||
| 5283 | 2025.02.19 05:57:33.564077 [ 192 ] {6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 27 rows starting from the beginning of the part | ||
| 5284 | 2025.02.19 05:57:33.564482 [ 192 ] {6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 12 rows starting from the beginning of the part | ||
| 5285 | 2025.02.19 05:57:33.564897 [ 192 ] {6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 27 rows starting from the beginning of the part | ||
| 5286 | 2025.02.19 05:57:33.566308 [ 254 ] {f886fc51-f138-4fe3-b6be-9e14c4e3c7b1} <Trace> oximeter.fields_uuid (3e28ef33-2603-423e-a1ee-258fce097b7c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5287 | 2025.02.19 05:57:33.566386 [ 254 ] {f886fc51-f138-4fe3-b6be-9e14c4e3c7b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 5288 | 2025.02.19 05:57:33.567441 [ 254 ] {f886fc51-f138-4fe3-b6be-9e14c4e3c7b1} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 5289 | 2025.02.19 05:57:33.568085 [ 254 ] {f886fc51-f138-4fe3-b6be-9e14c4e3c7b1} <Trace> oximeter.fields_uuid (3e28ef33-2603-423e-a1ee-258fce097b7c): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5290 | 2025.02.19 05:57:33.568193 [ 192 ] {6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 374 rows, containing 5 columns (5 merged, 0 gathered) in 0.006178416 sec., 60533.31468777758 rows/sec., 4.16 MiB/sec. | ||
| 5291 | 2025.02.19 05:57:33.568453 [ 192 ] {6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 5292 | 2025.02.19 05:57:33.568463 [ 254 ] {f886fc51-f138-4fe3-b6be-9e14c4e3c7b1} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.006083 sec., 14959.723820483314 rows/sec., 1.17 MiB/sec. | ||
| 5293 | 2025.02.19 05:57:33.568630 [ 254 ] {f886fc51-f138-4fe3-b6be-9e14c4e3c7b1} <Debug> TCPHandler: Processed in 0.00650884 sec. | ||
| 5294 | 2025.02.19 05:57:33.568788 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5295 | 2025.02.19 05:57:33.568945 [ 192 ] {6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f::all_1_31_6} <Trace> oximeter.fields_u16 (6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5296 | 2025.02.19 05:57:33.568963 [ 258 ] {82e5796d-9a72-4adf-95a7-f82e5db51b9d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5297 | 2025.02.19 05:57:33.569088 [ 258 ] {82e5796d-9a72-4adf-95a7-f82e5db51b9d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5298 | 2025.02.19 05:57:33.569149 [ 192 ] {6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f::all_1_31_6} <Trace> oximeter.fields_u16 (6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 5299 | 2025.02.19 05:57:33.569348 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
| 5300 | 2025.02.19 05:57:33.569877 [ 258 ] {82e5796d-9a72-4adf-95a7-f82e5db51b9d} <Trace> oximeter.measurements_cumulativeu64 (12ad3da5-8862-4a0c-98f0-1a099eec319b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5301 | 2025.02.19 05:57:33.569924 [ 258 ] {82e5796d-9a72-4adf-95a7-f82e5db51b9d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 5302 | 2025.02.19 05:57:33.570365 [ 258 ] {82e5796d-9a72-4adf-95a7-f82e5db51b9d} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 5303 | 2025.02.19 05:57:33.570622 [ 258 ] {82e5796d-9a72-4adf-95a7-f82e5db51b9d} <Trace> oximeter.measurements_cumulativeu64 (12ad3da5-8862-4a0c-98f0-1a099eec319b): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5304 | 2025.02.19 05:57:33.570837 [ 258 ] {82e5796d-9a72-4adf-95a7-f82e5db51b9d} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00194 sec., 82474.22680412371 rows/sec., 5.74 MiB/sec. | ||
| 5305 | 2025.02.19 05:57:33.570898 [ 258 ] {82e5796d-9a72-4adf-95a7-f82e5db51b9d} <Debug> TCPHandler: Processed in 0.002177657 sec. | ||
| 5306 | 2025.02.19 05:57:33.571044 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5307 | 2025.02.19 05:57:33.571160 [ 254 ] {a12a70b1-9737-477e-b7dc-28563cee4b0b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5308 | 2025.02.19 05:57:33.571244 [ 254 ] {a12a70b1-9737-477e-b7dc-28563cee4b0b} <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 | ||
| 5309 | 2025.02.19 05:57:33.572458 [ 254 ] {a12a70b1-9737-477e-b7dc-28563cee4b0b} <Trace> oximeter.measurements_histogramu64 (7e806432-9fb0-4852-8b8d-11fed24611fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5310 | 2025.02.19 05:57:33.572498 [ 254 ] {a12a70b1-9737-477e-b7dc-28563cee4b0b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 5311 | 2025.02.19 05:57:33.573150 [ 254 ] {a12a70b1-9737-477e-b7dc-28563cee4b0b} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 5312 | 2025.02.19 05:57:33.573411 [ 254 ] {a12a70b1-9737-477e-b7dc-28563cee4b0b} <Trace> oximeter.measurements_histogramu64 (7e806432-9fb0-4852-8b8d-11fed24611fa): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5313 | 2025.02.19 05:57:33.573608 [ 32 ] {} <Debug> oximeter.measurements_histogramu64 (7e806432-9fb0-4852-8b8d-11fed24611fa) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 5314 | 2025.02.19 05:57:33.573694 [ 32 ] {} <Trace> oximeter.measurements_histogramu64 (7e806432-9fb0-4852-8b8d-11fed24611fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5315 | 2025.02.19 05:57:33.573712 [ 254 ] {a12a70b1-9737-477e-b7dc-28563cee4b0b} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002573 sec., 10493.587252234745 rows/sec., 18.80 MiB/sec. | ||
| 5316 | 2025.02.19 05:57:33.573747 [ 32 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 5317 | 2025.02.19 05:57:33.574183 [ 254 ] {a12a70b1-9737-477e-b7dc-28563cee4b0b} <Debug> TCPHandler: Processed in 0.003191364 sec. | ||
| 5318 | 2025.02.19 05:57:33.574195 [ 200 ] {7e806432-9fb0-4852-8b8d-11fed24611fa::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 | ||
| 5319 | 2025.02.19 05:57:33.574385 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5320 | 2025.02.19 05:57:33.574676 [ 258 ] {e249ffb2-d058-4534-925e-fe215a2a7ee7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5321 | 2025.02.19 05:57:33.574818 [ 258 ] {e249ffb2-d058-4534-925e-fe215a2a7ee7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5322 | 2025.02.19 05:57:33.574952 [ 200 ] {7e806432-9fb0-4852-8b8d-11fed24611fa::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5323 | 2025.02.19 05:57:33.575242 [ 200 ] {7e806432-9fb0-4852-8b8d-11fed24611fa::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 467 rows starting from the beginning of the part | ||
| 5324 | 2025.02.19 05:57:33.576043 [ 200 ] {7e806432-9fb0-4852-8b8d-11fed24611fa::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 27 rows starting from the beginning of the part | ||
| 5325 | 2025.02.19 05:57:33.576863 [ 200 ] {7e806432-9fb0-4852-8b8d-11fed24611fa::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 12 rows starting from the beginning of the part | ||
| 5326 | 2025.02.19 05:57:33.576893 [ 258 ] {e249ffb2-d058-4534-925e-fe215a2a7ee7} <Trace> oximeter.measurements_u64 (fe0987d5-5b8f-48d5-a303-9c895ee7970c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5327 | 2025.02.19 05:57:33.576982 [ 258 ] {e249ffb2-d058-4534-925e-fe215a2a7ee7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 5328 | 2025.02.19 05:57:33.577482 [ 200 ] {7e806432-9fb0-4852-8b8d-11fed24611fa::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 27 rows starting from the beginning of the part | ||
| 5329 | 2025.02.19 05:57:33.578153 [ 200 ] {7e806432-9fb0-4852-8b8d-11fed24611fa::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 12 rows starting from the beginning of the part | ||
| 5330 | 2025.02.19 05:57:33.578531 [ 258 ] {e249ffb2-d058-4534-925e-fe215a2a7ee7} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 5331 | 2025.02.19 05:57:33.578704 [ 200 ] {7e806432-9fb0-4852-8b8d-11fed24611fa::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 27 rows starting from the beginning of the part | ||
| 5332 | 2025.02.19 05:57:33.579327 [ 258 ] {e249ffb2-d058-4534-925e-fe215a2a7ee7} <Trace> oximeter.measurements_u64 (fe0987d5-5b8f-48d5-a303-9c895ee7970c): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5333 | 2025.02.19 05:57:33.579856 [ 258 ] {e249ffb2-d058-4534-925e-fe215a2a7ee7} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005286 sec., 11350.737797956868 rows/sec., 783.32 KiB/sec. | ||
| 5334 | 2025.02.19 05:57:33.580011 [ 258 ] {e249ffb2-d058-4534-925e-fe215a2a7ee7} <Debug> TCPHandler: Processed in 0.005733628 sec. | ||
| 5335 | 2025.02.19 05:57:33.586201 [ 190 ] {7e806432-9fb0-4852-8b8d-11fed24611fa::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 572 rows, containing 19 columns (19 merged, 0 gathered) in 0.012279449 sec., 46581.89467621878 rows/sec., 83.47 MiB/sec. | ||
| 5336 | 2025.02.19 05:57:33.587184 [ 190 ] {7e806432-9fb0-4852-8b8d-11fed24611fa::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 5337 | 2025.02.19 05:57:33.587598 [ 190 ] {7e806432-9fb0-4852-8b8d-11fed24611fa::all_1_31_6} <Trace> oximeter.measurements_histogramu64 (7e806432-9fb0-4852-8b8d-11fed24611fa): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5338 | 2025.02.19 05:57:33.587681 [ 190 ] {7e806432-9fb0-4852-8b8d-11fed24611fa::all_1_31_6} <Trace> oximeter.measurements_histogramu64 (7e806432-9fb0-4852-8b8d-11fed24611fa) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 5339 | 2025.02.19 05:57:33.587831 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.40 MiB. | ||
| 5340 | 2025.02.19 05:57:34.000230 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 189.48 MiB, peak 196.91 MiB, free memory in arenas 0.00 B, will set to 190.79 MiB (RSS), difference: 1.31 MiB | ||
| 5341 | 2025.02.19 05:57:35.591747 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 11468 | ||
| 5342 | 2025.02.19 05:57:35.592422 [ 244 ] {} <Trace> system.asynchronous_metric_log (5573eb27-0871-4eb5-bfd6-93b6d6d4142e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5343 | 2025.02.19 05:57:35.592469 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 5344 | 2025.02.19 05:57:35.592993 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 5345 | 2025.02.19 05:57:35.593267 [ 244 ] {} <Trace> system.asynchronous_metric_log (5573eb27-0871-4eb5-bfd6-93b6d6d4142e): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5346 | 2025.02.19 05:57:35.593681 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11468 | ||
| 5347 | 2025.02.19 05:57:36.403180 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 189 | ||
| 5348 | 2025.02.19 05:57:36.424692 [ 243 ] {} <Trace> system.metric_log (636422f3-000f-4feb-9852-006313efe3e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5349 | 2025.02.19 05:57:36.424755 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 5350 | 2025.02.19 05:57:36.432341 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 5351 | 2025.02.19 05:57:36.433177 [ 243 ] {} <Trace> system.metric_log (636422f3-000f-4feb-9852-006313efe3e0): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5352 | 2025.02.19 05:57:36.436660 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 189 | ||
| 5353 | 2025.02.19 05:57:38.148941 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 770 | ||
| 5354 | 2025.02.19 05:57:38.151825 [ 242 ] {} <Trace> system.query_log (c5831a85-9043-4d4c-a5be-d968cb126303): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5355 | 2025.02.19 05:57:38.151879 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 5356 | 2025.02.19 05:57:38.153332 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 5357 | 2025.02.19 05:57:38.153638 [ 242 ] {} <Trace> system.query_log (c5831a85-9043-4d4c-a5be-d968cb126303): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5358 | 2025.02.19 05:57:38.155101 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 770 | ||
| 5359 | 2025.02.19 05:57:38.557385 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5360 | 2025.02.19 05:57:38.557577 [ 254 ] {bbde22ac-969b-4508-929d-80c27352093a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5361 | 2025.02.19 05:57:38.557649 [ 254 ] {bbde22ac-969b-4508-929d-80c27352093a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5362 | 2025.02.19 05:57:38.558440 [ 254 ] {bbde22ac-969b-4508-929d-80c27352093a} <Trace> oximeter.fields_string (2fcca75a-374a-4c87-833b-a981a707b5d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5363 | 2025.02.19 05:57:38.558495 [ 254 ] {bbde22ac-969b-4508-929d-80c27352093a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 5364 | 2025.02.19 05:57:38.558929 [ 254 ] {bbde22ac-969b-4508-929d-80c27352093a} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 5365 | 2025.02.19 05:57:38.559183 [ 254 ] {bbde22ac-969b-4508-929d-80c27352093a} <Trace> oximeter.fields_string (2fcca75a-374a-4c87-833b-a981a707b5d9): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5366 | 2025.02.19 05:57:38.559416 [ 254 ] {bbde22ac-969b-4508-929d-80c27352093a} <Debug> executeQuery: Read 80 rows, 6.77 KiB in 0.001893 sec., 42260.96143687269 rows/sec., 3.49 MiB/sec. | ||
| 5367 | 2025.02.19 05:57:38.559473 [ 254 ] {bbde22ac-969b-4508-929d-80c27352093a} <Debug> TCPHandler: Processed in 0.002226048 sec. | ||
| 5368 | 2025.02.19 05:57:38.559655 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5369 | 2025.02.19 05:57:38.559799 [ 258 ] {20904a2a-038a-47a0-919c-6e111f41c27f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5370 | 2025.02.19 05:57:38.559849 [ 258 ] {20904a2a-038a-47a0-919c-6e111f41c27f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5371 | 2025.02.19 05:57:38.560397 [ 258 ] {20904a2a-038a-47a0-919c-6e111f41c27f} <Trace> oximeter.fields_u16 (6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5372 | 2025.02.19 05:57:38.560437 [ 258 ] {20904a2a-038a-47a0-919c-6e111f41c27f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 5373 | 2025.02.19 05:57:38.560813 [ 258 ] {20904a2a-038a-47a0-919c-6e111f41c27f} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 5374 | 2025.02.19 05:57:38.561089 [ 258 ] {20904a2a-038a-47a0-919c-6e111f41c27f} <Trace> oximeter.fields_u16 (6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5375 | 2025.02.19 05:57:38.561288 [ 258 ] {20904a2a-038a-47a0-919c-6e111f41c27f} <Debug> executeQuery: Read 12 rows, 924.00 B in 0.001527 sec., 7858.546168958743 rows/sec., 590.93 KiB/sec. | ||
| 5376 | 2025.02.19 05:57:38.561351 [ 258 ] {20904a2a-038a-47a0-919c-6e111f41c27f} <Debug> TCPHandler: Processed in 0.00177279 sec. | ||
| 5377 | 2025.02.19 05:57:38.561507 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5378 | 2025.02.19 05:57:38.561607 [ 254 ] {cf4e2d6d-24f1-4930-a462-889b5d053c40} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5379 | 2025.02.19 05:57:38.561653 [ 254 ] {cf4e2d6d-24f1-4930-a462-889b5d053c40} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5380 | 2025.02.19 05:57:38.562253 [ 254 ] {cf4e2d6d-24f1-4930-a462-889b5d053c40} <Trace> oximeter.fields_uuid (3e28ef33-2603-423e-a1ee-258fce097b7c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5381 | 2025.02.19 05:57:38.562292 [ 254 ] {cf4e2d6d-24f1-4930-a462-889b5d053c40} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 5382 | 2025.02.19 05:57:38.562647 [ 254 ] {cf4e2d6d-24f1-4930-a462-889b5d053c40} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 5383 | 2025.02.19 05:57:38.562898 [ 254 ] {cf4e2d6d-24f1-4930-a462-889b5d053c40} <Trace> oximeter.fields_uuid (3e28ef33-2603-423e-a1ee-258fce097b7c): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5384 | 2025.02.19 05:57:38.563162 [ 254 ] {cf4e2d6d-24f1-4930-a462-889b5d053c40} <Debug> executeQuery: Read 76 rows, 6.08 KiB in 0.001538 sec., 49414.8244473342 rows/sec., 3.86 MiB/sec. | ||
| 5385 | 2025.02.19 05:57:38.563281 [ 254 ] {cf4e2d6d-24f1-4930-a462-889b5d053c40} <Debug> TCPHandler: Processed in 0.001807501 sec. | ||
| 5386 | 2025.02.19 05:57:38.563504 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5387 | 2025.02.19 05:57:38.563627 [ 258 ] {bf210b2c-e7e2-41a2-afe1-44db7771fe5c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5388 | 2025.02.19 05:57:38.563681 [ 258 ] {bf210b2c-e7e2-41a2-afe1-44db7771fe5c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5389 | 2025.02.19 05:57:38.564253 [ 258 ] {bf210b2c-e7e2-41a2-afe1-44db7771fe5c} <Trace> oximeter.measurements_cumulativeu64 (12ad3da5-8862-4a0c-98f0-1a099eec319b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5390 | 2025.02.19 05:57:38.564294 [ 258 ] {bf210b2c-e7e2-41a2-afe1-44db7771fe5c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 5391 | 2025.02.19 05:57:38.564691 [ 258 ] {bf210b2c-e7e2-41a2-afe1-44db7771fe5c} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 5392 | 2025.02.19 05:57:38.564939 [ 258 ] {bf210b2c-e7e2-41a2-afe1-44db7771fe5c} <Trace> oximeter.measurements_cumulativeu64 (12ad3da5-8862-4a0c-98f0-1a099eec319b): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5393 | 2025.02.19 05:57:38.565174 [ 258 ] {bf210b2c-e7e2-41a2-afe1-44db7771fe5c} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001567 sec., 102105.9349074665 rows/sec., 7.11 MiB/sec. | ||
| 5394 | 2025.02.19 05:57:38.565265 [ 258 ] {bf210b2c-e7e2-41a2-afe1-44db7771fe5c} <Debug> TCPHandler: Processed in 0.001864062 sec. | ||
| 5395 | 2025.02.19 05:57:38.565427 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5396 | 2025.02.19 05:57:38.565536 [ 254 ] {4544cf6a-80c2-4ba1-b973-97181f64ec22} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5397 | 2025.02.19 05:57:38.565603 [ 254 ] {4544cf6a-80c2-4ba1-b973-97181f64ec22} <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 | ||
| 5398 | 2025.02.19 05:57:38.566697 [ 254 ] {4544cf6a-80c2-4ba1-b973-97181f64ec22} <Trace> oximeter.measurements_histogramu64 (7e806432-9fb0-4852-8b8d-11fed24611fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5399 | 2025.02.19 05:57:38.566736 [ 254 ] {4544cf6a-80c2-4ba1-b973-97181f64ec22} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 5400 | 2025.02.19 05:57:38.567367 [ 254 ] {4544cf6a-80c2-4ba1-b973-97181f64ec22} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 5401 | 2025.02.19 05:57:38.567624 [ 254 ] {4544cf6a-80c2-4ba1-b973-97181f64ec22} <Trace> oximeter.measurements_histogramu64 (7e806432-9fb0-4852-8b8d-11fed24611fa): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5402 | 2025.02.19 05:57:38.567864 [ 254 ] {4544cf6a-80c2-4ba1-b973-97181f64ec22} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002351 sec., 5104.210974053594 rows/sec., 9.15 MiB/sec. | ||
| 5403 | 2025.02.19 05:57:38.567958 [ 254 ] {4544cf6a-80c2-4ba1-b973-97181f64ec22} <Debug> TCPHandler: Processed in 0.002595634 sec. | ||
| 5404 | 2025.02.19 05:57:38.568120 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5405 | 2025.02.19 05:57:38.568229 [ 258 ] {92912f50-09e8-4e48-9524-ce6942c49c2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5406 | 2025.02.19 05:57:38.568276 [ 258 ] {92912f50-09e8-4e48-9524-ce6942c49c2d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5407 | 2025.02.19 05:57:38.568716 [ 258 ] {92912f50-09e8-4e48-9524-ce6942c49c2d} <Trace> oximeter.measurements_u64 (fe0987d5-5b8f-48d5-a303-9c895ee7970c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5408 | 2025.02.19 05:57:38.568760 [ 258 ] {92912f50-09e8-4e48-9524-ce6942c49c2d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 5409 | 2025.02.19 05:57:38.569124 [ 258 ] {92912f50-09e8-4e48-9524-ce6942c49c2d} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 5410 | 2025.02.19 05:57:38.569369 [ 258 ] {92912f50-09e8-4e48-9524-ce6942c49c2d} <Trace> oximeter.measurements_u64 (fe0987d5-5b8f-48d5-a303-9c895ee7970c): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5411 | 2025.02.19 05:57:38.569622 [ 258 ] {92912f50-09e8-4e48-9524-ce6942c49c2d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001412 sec., 42492.91784702549 rows/sec., 2.86 MiB/sec. | ||
| 5412 | 2025.02.19 05:57:38.569761 [ 258 ] {92912f50-09e8-4e48-9524-ce6942c49c2d} <Debug> TCPHandler: Processed in 0.001696919 sec. | ||
| 5413 | 2025.02.19 05:57:42.975109 [ 46 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 5414 | 2025.02.19 05:57:42.975216 [ 46 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 5415 | 2025.02.19 05:57:43.093910 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 11956 | ||
| 5416 | 2025.02.19 05:57:43.094778 [ 244 ] {} <Trace> system.asynchronous_metric_log (5573eb27-0871-4eb5-bfd6-93b6d6d4142e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5417 | 2025.02.19 05:57:43.094824 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 5418 | 2025.02.19 05:57:43.095353 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 5419 | 2025.02.19 05:57:43.095597 [ 244 ] {} <Trace> system.asynchronous_metric_log (5573eb27-0871-4eb5-bfd6-93b6d6d4142e): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5420 | 2025.02.19 05:57:43.095846 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11956 | ||
| 5421 | 2025.02.19 05:57:43.095845 [ 46 ] {} <Debug> system.asynchronous_metric_log (5573eb27-0871-4eb5-bfd6-93b6d6d4142e) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 5422 | 2025.02.19 05:57:43.095936 [ 46 ] {} <Trace> system.asynchronous_metric_log (5573eb27-0871-4eb5-bfd6-93b6d6d4142e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5423 | 2025.02.19 05:57:43.095978 [ 46 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 5424 | 2025.02.19 05:57:43.096155 [ 190 ] {5573eb27-0871-4eb5-bfd6-93b6d6d4142e::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 | ||
| 5425 | 2025.02.19 05:57:43.096366 [ 190 ] {5573eb27-0871-4eb5-bfd6-93b6d6d4142e::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5426 | 2025.02.19 05:57:43.096412 [ 190 ] {5573eb27-0871-4eb5-bfd6-93b6d6d4142e::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_21_4, total 9638 rows starting from the beginning of the part | ||
| 5427 | 2025.02.19 05:57:43.096498 [ 190 ] {5573eb27-0871-4eb5-bfd6-93b6d6d4142e::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 488 rows starting from the beginning of the part | ||
| 5428 | 2025.02.19 05:57:43.096751 [ 190 ] {5573eb27-0871-4eb5-bfd6-93b6d6d4142e::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 427 rows starting from the beginning of the part | ||
| 5429 | 2025.02.19 05:57:43.096928 [ 190 ] {5573eb27-0871-4eb5-bfd6-93b6d6d4142e::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 488 rows starting from the beginning of the part | ||
| 5430 | 2025.02.19 05:57:43.097130 [ 190 ] {5573eb27-0871-4eb5-bfd6-93b6d6d4142e::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 427 rows starting from the beginning of the part | ||
| 5431 | 2025.02.19 05:57:43.097273 [ 190 ] {5573eb27-0871-4eb5-bfd6-93b6d6d4142e::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 488 rows starting from the beginning of the part | ||
| 5432 | 2025.02.19 05:57:43.099877 [ 200 ] {5573eb27-0871-4eb5-bfd6-93b6d6d4142e::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11956 rows, containing 4 columns (4 merged, 0 gathered) in 0.003811855 sec., 3136530.6392819243 rows/sec., 44.87 MiB/sec. | ||
| 5433 | 2025.02.19 05:57:43.100342 [ 195 ] {5573eb27-0871-4eb5-bfd6-93b6d6d4142e::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 5434 | 2025.02.19 05:57:43.100715 [ 195 ] {5573eb27-0871-4eb5-bfd6-93b6d6d4142e::all_1_26_5} <Trace> system.asynchronous_metric_log (5573eb27-0871-4eb5-bfd6-93b6d6d4142e): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5435 | 2025.02.19 05:57:43.100814 [ 195 ] {5573eb27-0871-4eb5-bfd6-93b6d6d4142e::all_1_26_5} <Trace> system.asynchronous_metric_log (5573eb27-0871-4eb5-bfd6-93b6d6d4142e) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 5436 | 2025.02.19 05:57:43.100943 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.39 MiB. | ||
| 5437 | 2025.02.19 05:57:43.563752 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5438 | 2025.02.19 05:57:43.563961 [ 254 ] {5c3a9bf1-7e5c-4f1c-a11c-d93596fed67e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 5439 | 2025.02.19 05:57:43.564042 [ 254 ] {5c3a9bf1-7e5c-4f1c-a11c-d93596fed67e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 5440 | 2025.02.19 05:57:43.564931 [ 254 ] {5c3a9bf1-7e5c-4f1c-a11c-d93596fed67e} <Trace> oximeter.fields_i16 (2bf1598c-a5a7-46ca-9aca-ef074bb76812): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5441 | 2025.02.19 05:57:43.564987 [ 254 ] {5c3a9bf1-7e5c-4f1c-a11c-d93596fed67e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 5442 | 2025.02.19 05:57:43.565445 [ 254 ] {5c3a9bf1-7e5c-4f1c-a11c-d93596fed67e} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 5443 | 2025.02.19 05:57:43.565698 [ 254 ] {5c3a9bf1-7e5c-4f1c-a11c-d93596fed67e} <Trace> oximeter.fields_i16 (2bf1598c-a5a7-46ca-9aca-ef074bb76812): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5444 | 2025.02.19 05:57:43.565942 [ 254 ] {5c3a9bf1-7e5c-4f1c-a11c-d93596fed67e} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002035 sec., 104176.90417690418 rows/sec., 6.63 MiB/sec. | ||
| 5445 | 2025.02.19 05:57:43.566167 [ 254 ] {5c3a9bf1-7e5c-4f1c-a11c-d93596fed67e} <Debug> TCPHandler: Processed in 0.002557883 sec. | ||
| 5446 | 2025.02.19 05:57:43.566326 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5447 | 2025.02.19 05:57:43.566445 [ 258 ] {2e9f6264-4010-41eb-af0e-9364f88083ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5448 | 2025.02.19 05:57:43.566493 [ 258 ] {2e9f6264-4010-41eb-af0e-9364f88083ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5449 | 2025.02.19 05:57:43.567279 [ 258 ] {2e9f6264-4010-41eb-af0e-9364f88083ce} <Trace> oximeter.fields_string (2fcca75a-374a-4c87-833b-a981a707b5d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5450 | 2025.02.19 05:57:43.567318 [ 258 ] {2e9f6264-4010-41eb-af0e-9364f88083ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 5451 | 2025.02.19 05:57:43.567723 [ 258 ] {2e9f6264-4010-41eb-af0e-9364f88083ce} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 5452 | 2025.02.19 05:57:43.567959 [ 258 ] {2e9f6264-4010-41eb-af0e-9364f88083ce} <Trace> oximeter.fields_string (2fcca75a-374a-4c87-833b-a981a707b5d9): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5453 | 2025.02.19 05:57:43.568089 [ 46 ] {} <Debug> oximeter.fields_string (2fcca75a-374a-4c87-833b-a981a707b5d9) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 5454 | 2025.02.19 05:57:43.568129 [ 46 ] {} <Trace> oximeter.fields_string (2fcca75a-374a-4c87-833b-a981a707b5d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5455 | 2025.02.19 05:57:43.568140 [ 258 ] {2e9f6264-4010-41eb-af0e-9364f88083ce} <Debug> executeQuery: Read 671 rows, 54.45 KiB in 0.001721 sec., 389889.5990703079 rows/sec., 30.90 MiB/sec. | ||
| 5456 | 2025.02.19 05:57:43.568153 [ 46 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 5457 | 2025.02.19 05:57:43.568238 [ 258 ] {2e9f6264-4010-41eb-af0e-9364f88083ce} <Debug> TCPHandler: Processed in 0.001970364 sec. | ||
| 5458 | 2025.02.19 05:57:43.568451 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5459 | 2025.02.19 05:57:43.568510 [ 200 ] {2fcca75a-374a-4c87-833b-a981a707b5d9::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 | ||
| 5460 | 2025.02.19 05:57:43.568652 [ 254 ] {cf0942c4-01a5-4fbf-9230-66e3eb204b30} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5461 | 2025.02.19 05:57:43.568747 [ 254 ] {cf0942c4-01a5-4fbf-9230-66e3eb204b30} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5462 | 2025.02.19 05:57:43.569018 [ 200 ] {2fcca75a-374a-4c87-833b-a981a707b5d9::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5463 | 2025.02.19 05:57:43.569133 [ 200 ] {2fcca75a-374a-4c87-833b-a981a707b5d9::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1845 rows starting from the beginning of the part | ||
| 5464 | 2025.02.19 05:57:43.569539 [ 200 ] {2fcca75a-374a-4c87-833b-a981a707b5d9::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 110 rows starting from the beginning of the part | ||
| 5465 | 2025.02.19 05:57:43.569931 [ 200 ] {2fcca75a-374a-4c87-833b-a981a707b5d9::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 80 rows starting from the beginning of the part | ||
| 5466 | 2025.02.19 05:57:43.570230 [ 200 ] {2fcca75a-374a-4c87-833b-a981a707b5d9::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 110 rows starting from the beginning of the part | ||
| 5467 | 2025.02.19 05:57:43.570566 [ 200 ] {2fcca75a-374a-4c87-833b-a981a707b5d9::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 80 rows starting from the beginning of the part | ||
| 5468 | 2025.02.19 05:57:43.570826 [ 200 ] {2fcca75a-374a-4c87-833b-a981a707b5d9::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 671 rows starting from the beginning of the part | ||
| 5469 | 2025.02.19 05:57:43.571842 [ 254 ] {cf0942c4-01a5-4fbf-9230-66e3eb204b30} <Trace> oximeter.fields_u16 (6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5470 | 2025.02.19 05:57:43.571915 [ 254 ] {cf0942c4-01a5-4fbf-9230-66e3eb204b30} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 5471 | 2025.02.19 05:57:43.572838 [ 254 ] {cf0942c4-01a5-4fbf-9230-66e3eb204b30} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 5472 | 2025.02.19 05:57:43.573417 [ 254 ] {cf0942c4-01a5-4fbf-9230-66e3eb204b30} <Trace> oximeter.fields_u16 (6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5473 | 2025.02.19 05:57:43.573725 [ 254 ] {cf0942c4-01a5-4fbf-9230-66e3eb204b30} <Debug> executeQuery: Read 133 rows, 8.42 KiB in 0.005135 sec., 25900.68159688413 rows/sec., 1.60 MiB/sec. | ||
| 5474 | 2025.02.19 05:57:43.573825 [ 254 ] {cf0942c4-01a5-4fbf-9230-66e3eb204b30} <Debug> TCPHandler: Processed in 0.005507453 sec. | ||
| 5475 | 2025.02.19 05:57:43.574041 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5476 | 2025.02.19 05:57:43.574299 [ 200 ] {2fcca75a-374a-4c87-833b-a981a707b5d9::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2896 rows, containing 5 columns (5 merged, 0 gathered) in 0.006040112 sec., 479461.3080022357 rows/sec., 40.80 MiB/sec. | ||
| 5477 | 2025.02.19 05:57:43.574327 [ 258 ] {95009ae0-2461-42b6-ae42-bcc0888981ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 5478 | 2025.02.19 05:57:43.574400 [ 258 ] {95009ae0-2461-42b6-ae42-bcc0888981ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5479 | 2025.02.19 05:57:43.574600 [ 200 ] {2fcca75a-374a-4c87-833b-a981a707b5d9::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 5480 | 2025.02.19 05:57:43.575236 [ 200 ] {2fcca75a-374a-4c87-833b-a981a707b5d9::all_1_41_8} <Trace> oximeter.fields_string (2fcca75a-374a-4c87-833b-a981a707b5d9): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5481 | 2025.02.19 05:57:43.575455 [ 200 ] {2fcca75a-374a-4c87-833b-a981a707b5d9::all_1_41_8} <Trace> oximeter.fields_string (2fcca75a-374a-4c87-833b-a981a707b5d9) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 5482 | 2025.02.19 05:57:43.575641 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.74 MiB. | ||
| 5483 | 2025.02.19 05:57:43.575736 [ 258 ] {95009ae0-2461-42b6-ae42-bcc0888981ac} <Trace> oximeter.fields_u32 (65b4bee1-230d-4ffd-8593-1cf368c54481): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5484 | 2025.02.19 05:57:43.575780 [ 258 ] {95009ae0-2461-42b6-ae42-bcc0888981ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 5485 | 2025.02.19 05:57:43.576144 [ 258 ] {95009ae0-2461-42b6-ae42-bcc0888981ac} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 5486 | 2025.02.19 05:57:43.576397 [ 258 ] {95009ae0-2461-42b6-ae42-bcc0888981ac} <Trace> oximeter.fields_u32 (65b4bee1-230d-4ffd-8593-1cf368c54481): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5487 | 2025.02.19 05:57:43.576573 [ 258 ] {95009ae0-2461-42b6-ae42-bcc0888981ac} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.002309 sec., 48938.934603724556 rows/sec., 3.17 MiB/sec. | ||
| 5488 | 2025.02.19 05:57:43.576627 [ 258 ] {95009ae0-2461-42b6-ae42-bcc0888981ac} <Debug> TCPHandler: Processed in 0.002691006 sec. | ||
| 5489 | 2025.02.19 05:57:43.576791 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5490 | 2025.02.19 05:57:43.576917 [ 254 ] {f31e93ab-e544-42cf-8f09-04fe16f7046b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 5491 | 2025.02.19 05:57:43.576970 [ 254 ] {f31e93ab-e544-42cf-8f09-04fe16f7046b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 5492 | 2025.02.19 05:57:43.577585 [ 254 ] {f31e93ab-e544-42cf-8f09-04fe16f7046b} <Trace> oximeter.fields_u8 (cef67ce3-27e4-4c55-9365-409a4c7c6d8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5493 | 2025.02.19 05:57:43.577622 [ 254 ] {f31e93ab-e544-42cf-8f09-04fe16f7046b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 5494 | 2025.02.19 05:57:43.577964 [ 254 ] {f31e93ab-e544-42cf-8f09-04fe16f7046b} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 5495 | 2025.02.19 05:57:43.578217 [ 254 ] {f31e93ab-e544-42cf-8f09-04fe16f7046b} <Trace> oximeter.fields_u8 (cef67ce3-27e4-4c55-9365-409a4c7c6d8e): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5496 | 2025.02.19 05:57:43.578436 [ 254 ] {f31e93ab-e544-42cf-8f09-04fe16f7046b} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001545 sec., 72491.90938511328 rows/sec., 4.13 MiB/sec. | ||
| 5497 | 2025.02.19 05:57:43.578548 [ 254 ] {f31e93ab-e544-42cf-8f09-04fe16f7046b} <Debug> TCPHandler: Processed in 0.001823981 sec. | ||
| 5498 | 2025.02.19 05:57:43.578686 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5499 | 2025.02.19 05:57:43.578792 [ 258 ] {01e8c842-38c8-4e49-995b-274a459dc863} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5500 | 2025.02.19 05:57:43.578837 [ 258 ] {01e8c842-38c8-4e49-995b-274a459dc863} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5501 | 2025.02.19 05:57:43.579537 [ 258 ] {01e8c842-38c8-4e49-995b-274a459dc863} <Trace> oximeter.fields_uuid (3e28ef33-2603-423e-a1ee-258fce097b7c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5502 | 2025.02.19 05:57:43.579575 [ 258 ] {01e8c842-38c8-4e49-995b-274a459dc863} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 5503 | 2025.02.19 05:57:43.579951 [ 258 ] {01e8c842-38c8-4e49-995b-274a459dc863} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 5504 | 2025.02.19 05:57:43.580188 [ 258 ] {01e8c842-38c8-4e49-995b-274a459dc863} <Trace> oximeter.fields_uuid (3e28ef33-2603-423e-a1ee-258fce097b7c): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5505 | 2025.02.19 05:57:43.580365 [ 72 ] {} <Debug> oximeter.fields_uuid (3e28ef33-2603-423e-a1ee-258fce097b7c) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 5506 | 2025.02.19 05:57:43.580439 [ 258 ] {01e8c842-38c8-4e49-995b-274a459dc863} <Debug> executeQuery: Read 409 rows, 29.75 KiB in 0.00166 sec., 246385.5421686747 rows/sec., 17.50 MiB/sec. | ||
| 5507 | 2025.02.19 05:57:43.580444 [ 72 ] {} <Trace> oximeter.fields_uuid (3e28ef33-2603-423e-a1ee-258fce097b7c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5508 | 2025.02.19 05:57:43.580537 [ 72 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 5509 | 2025.02.19 05:57:43.580567 [ 258 ] {01e8c842-38c8-4e49-995b-274a459dc863} <Debug> TCPHandler: Processed in 0.001931973 sec. | ||
| 5510 | 2025.02.19 05:57:43.580805 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5511 | 2025.02.19 05:57:43.580804 [ 195 ] {3e28ef33-2603-423e-a1ee-258fce097b7c::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 | ||
| 5512 | 2025.02.19 05:57:43.581007 [ 254 ] {d19fd435-cb5b-4e8f-b7c0-291946789f80} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 5513 | 2025.02.19 05:57:43.581141 [ 195 ] {3e28ef33-2603-423e-a1ee-258fce097b7c::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5514 | 2025.02.19 05:57:43.581142 [ 254 ] {d19fd435-cb5b-4e8f-b7c0-291946789f80} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 5515 | 2025.02.19 05:57:43.581233 [ 195 ] {3e28ef33-2603-423e-a1ee-258fce097b7c::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 913 rows starting from the beginning of the part | ||
| 5516 | 2025.02.19 05:57:43.581545 [ 195 ] {3e28ef33-2603-423e-a1ee-258fce097b7c::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 91 rows starting from the beginning of the part | ||
| 5517 | 2025.02.19 05:57:43.581961 [ 195 ] {3e28ef33-2603-423e-a1ee-258fce097b7c::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 76 rows starting from the beginning of the part | ||
| 5518 | 2025.02.19 05:57:43.582352 [ 195 ] {3e28ef33-2603-423e-a1ee-258fce097b7c::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 91 rows starting from the beginning of the part | ||
| 5519 | 2025.02.19 05:57:43.582660 [ 195 ] {3e28ef33-2603-423e-a1ee-258fce097b7c::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 76 rows starting from the beginning of the part | ||
| 5520 | 2025.02.19 05:57:43.582974 [ 195 ] {3e28ef33-2603-423e-a1ee-258fce097b7c::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 409 rows starting from the beginning of the part | ||
| 5521 | 2025.02.19 05:57:43.583695 [ 254 ] {d19fd435-cb5b-4e8f-b7c0-291946789f80} <Trace> oximeter.measurements_bool (16e9d126-bc56-4e42-988e-352459bd24dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5522 | 2025.02.19 05:57:43.583764 [ 254 ] {d19fd435-cb5b-4e8f-b7c0-291946789f80} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 5523 | 2025.02.19 05:57:43.584566 [ 254 ] {d19fd435-cb5b-4e8f-b7c0-291946789f80} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 5524 | 2025.02.19 05:57:43.585117 [ 254 ] {d19fd435-cb5b-4e8f-b7c0-291946789f80} <Trace> oximeter.measurements_bool (16e9d126-bc56-4e42-988e-352459bd24dc): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5525 | 2025.02.19 05:57:43.585563 [ 254 ] {d19fd435-cb5b-4e8f-b7c0-291946789f80} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004629 sec., 1296.1762799740764 rows/sec., 67.72 KiB/sec. | ||
| 5526 | 2025.02.19 05:57:43.585944 [ 254 ] {d19fd435-cb5b-4e8f-b7c0-291946789f80} <Debug> TCPHandler: Processed in 0.005254739 sec. | ||
| 5527 | 2025.02.19 05:57:43.586239 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5528 | 2025.02.19 05:57:43.586413 [ 199 ] {3e28ef33-2603-423e-a1ee-258fce097b7c::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1656 rows, containing 5 columns (5 merged, 0 gathered) in 0.005774919 sec., 286757.26880325074 rows/sec., 22.12 MiB/sec. | ||
| 5529 | 2025.02.19 05:57:43.586459 [ 258 ] {b50f5c0f-ad28-4935-b2b5-def41053dbb3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5530 | 2025.02.19 05:57:43.586530 [ 258 ] {b50f5c0f-ad28-4935-b2b5-def41053dbb3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5531 | 2025.02.19 05:57:43.586698 [ 199 ] {3e28ef33-2603-423e-a1ee-258fce097b7c::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 5532 | 2025.02.19 05:57:43.587526 [ 199 ] {3e28ef33-2603-423e-a1ee-258fce097b7c::all_1_41_8} <Trace> oximeter.fields_uuid (3e28ef33-2603-423e-a1ee-258fce097b7c): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5533 | 2025.02.19 05:57:43.587737 [ 199 ] {3e28ef33-2603-423e-a1ee-258fce097b7c::all_1_41_8} <Trace> oximeter.fields_uuid (3e28ef33-2603-423e-a1ee-258fce097b7c) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 5534 | 2025.02.19 05:57:43.587928 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.47 MiB. | ||
| 5535 | 2025.02.19 05:57:43.587952 [ 258 ] {b50f5c0f-ad28-4935-b2b5-def41053dbb3} <Trace> oximeter.measurements_cumulativeu64 (12ad3da5-8862-4a0c-98f0-1a099eec319b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5536 | 2025.02.19 05:57:43.588000 [ 258 ] {b50f5c0f-ad28-4935-b2b5-def41053dbb3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 5537 | 2025.02.19 05:57:43.588402 [ 258 ] {b50f5c0f-ad28-4935-b2b5-def41053dbb3} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 5538 | 2025.02.19 05:57:43.588638 [ 258 ] {b50f5c0f-ad28-4935-b2b5-def41053dbb3} <Trace> oximeter.measurements_cumulativeu64 (12ad3da5-8862-4a0c-98f0-1a099eec319b): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5539 | 2025.02.19 05:57:43.588807 [ 72 ] {} <Debug> oximeter.measurements_cumulativeu64 (12ad3da5-8862-4a0c-98f0-1a099eec319b) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 5540 | 2025.02.19 05:57:43.588865 [ 72 ] {} <Trace> oximeter.measurements_cumulativeu64 (12ad3da5-8862-4a0c-98f0-1a099eec319b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5541 | 2025.02.19 05:57:43.588884 [ 258 ] {b50f5c0f-ad28-4935-b2b5-def41053dbb3} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002447 sec., 96853.28974254189 rows/sec., 6.49 MiB/sec. | ||
| 5542 | 2025.02.19 05:57:43.588901 [ 72 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 5543 | 2025.02.19 05:57:43.589049 [ 258 ] {b50f5c0f-ad28-4935-b2b5-def41053dbb3} <Debug> TCPHandler: Processed in 0.00297775 sec. | ||
| 5544 | 2025.02.19 05:57:43.589102 [ 198 ] {12ad3da5-8862-4a0c-98f0-1a099eec319b::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 | ||
| 5545 | 2025.02.19 05:57:43.589208 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5546 | 2025.02.19 05:57:43.589222 [ 198 ] {12ad3da5-8862-4a0c-98f0-1a099eec319b::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5547 | 2025.02.19 05:57:43.589265 [ 198 ] {12ad3da5-8862-4a0c-98f0-1a099eec319b::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_36_7, total 11345 rows starting from the beginning of the part | ||
| 5548 | 2025.02.19 05:57:43.589469 [ 254 ] {d216d1c3-ab7e-468e-908e-eef07dce7726} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 5549 | 2025.02.19 05:57:43.589489 [ 198 ] {12ad3da5-8862-4a0c-98f0-1a099eec319b::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 | ||
| 5550 | 2025.02.19 05:57:43.589683 [ 254 ] {d216d1c3-ab7e-468e-908e-eef07dce7726} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 5551 | 2025.02.19 05:57:43.589858 [ 198 ] {12ad3da5-8862-4a0c-98f0-1a099eec319b::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 160 rows starting from the beginning of the part | ||
| 5552 | 2025.02.19 05:57:43.590215 [ 198 ] {12ad3da5-8862-4a0c-98f0-1a099eec319b::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 160 rows starting from the beginning of the part | ||
| 5553 | 2025.02.19 05:57:43.590638 [ 198 ] {12ad3da5-8862-4a0c-98f0-1a099eec319b::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 | ||
| 5554 | 2025.02.19 05:57:43.590972 [ 198 ] {12ad3da5-8862-4a0c-98f0-1a099eec319b::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 | ||
| 5555 | 2025.02.19 05:57:43.591804 [ 254 ] {d216d1c3-ab7e-468e-908e-eef07dce7726} <Trace> oximeter.measurements_f64 (338bebf0-eeef-41b9-b679-f4717a277180): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5556 | 2025.02.19 05:57:43.591849 [ 254 ] {d216d1c3-ab7e-468e-908e-eef07dce7726} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 5557 | 2025.02.19 05:57:43.592235 [ 254 ] {d216d1c3-ab7e-468e-908e-eef07dce7726} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 5558 | 2025.02.19 05:57:43.592537 [ 254 ] {d216d1c3-ab7e-468e-908e-eef07dce7726} <Trace> oximeter.measurements_f64 (338bebf0-eeef-41b9-b679-f4717a277180): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5559 | 2025.02.19 05:57:43.593057 [ 254 ] {d216d1c3-ab7e-468e-908e-eef07dce7726} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003693 sec., 270.7825616030328 rows/sec., 18.25 KiB/sec. | ||
| 5560 | 2025.02.19 05:57:43.593449 [ 254 ] {d216d1c3-ab7e-468e-908e-eef07dce7726} <Debug> TCPHandler: Processed in 0.004308573 sec. | ||
| 5561 | 2025.02.19 05:57:43.593673 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5562 | 2025.02.19 05:57:43.593814 [ 258 ] {7ea239ba-f05b-4161-be32-37a9ee4d63fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5563 | 2025.02.19 05:57:43.593905 [ 258 ] {7ea239ba-f05b-4161-be32-37a9ee4d63fd} <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 | ||
| 5564 | 2025.02.19 05:57:43.595410 [ 258 ] {7ea239ba-f05b-4161-be32-37a9ee4d63fd} <Trace> oximeter.measurements_histogramu64 (7e806432-9fb0-4852-8b8d-11fed24611fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5565 | 2025.02.19 05:57:43.595453 [ 258 ] {7ea239ba-f05b-4161-be32-37a9ee4d63fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 5566 | 2025.02.19 05:57:43.595726 [ 188 ] {12ad3da5-8862-4a0c-98f0-1a099eec319b::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 12222 rows, containing 5 columns (5 merged, 0 gathered) in 0.006690623 sec., 1826735.7165394016 rows/sec., 123.49 MiB/sec. | ||
| 5567 | 2025.02.19 05:57:43.596363 [ 258 ] {7ea239ba-f05b-4161-be32-37a9ee4d63fd} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 5568 | 2025.02.19 05:57:43.596418 [ 188 ] {12ad3da5-8862-4a0c-98f0-1a099eec319b::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 5569 | 2025.02.19 05:57:43.596894 [ 258 ] {7ea239ba-f05b-4161-be32-37a9ee4d63fd} <Trace> oximeter.measurements_histogramu64 (7e806432-9fb0-4852-8b8d-11fed24611fa): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5570 | 2025.02.19 05:57:43.597043 [ 188 ] {12ad3da5-8862-4a0c-98f0-1a099eec319b::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (12ad3da5-8862-4a0c-98f0-1a099eec319b): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5571 | 2025.02.19 05:57:43.597310 [ 188 ] {12ad3da5-8862-4a0c-98f0-1a099eec319b::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (12ad3da5-8862-4a0c-98f0-1a099eec319b) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 5572 | 2025.02.19 05:57:43.597357 [ 258 ] {7ea239ba-f05b-4161-be32-37a9ee4d63fd} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.003576 sec., 7550.335570469798 rows/sec., 13.53 MiB/sec. | ||
| 5573 | 2025.02.19 05:57:43.597471 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.29 MiB. | ||
| 5574 | 2025.02.19 05:57:43.597630 [ 258 ] {7ea239ba-f05b-4161-be32-37a9ee4d63fd} <Debug> TCPHandler: Processed in 0.004068749 sec. | ||
| 5575 | 2025.02.19 05:57:43.597793 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5576 | 2025.02.19 05:57:43.597924 [ 254 ] {cef13a64-1765-4b14-94a3-3a43c59880b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5577 | 2025.02.19 05:57:43.597980 [ 254 ] {cef13a64-1765-4b14-94a3-3a43c59880b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5578 | 2025.02.19 05:57:43.598489 [ 254 ] {cef13a64-1765-4b14-94a3-3a43c59880b0} <Trace> oximeter.measurements_u64 (fe0987d5-5b8f-48d5-a303-9c895ee7970c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5579 | 2025.02.19 05:57:43.598527 [ 254 ] {cef13a64-1765-4b14-94a3-3a43c59880b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 5580 | 2025.02.19 05:57:43.598894 [ 254 ] {cef13a64-1765-4b14-94a3-3a43c59880b0} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 5581 | 2025.02.19 05:57:43.599128 [ 254 ] {cef13a64-1765-4b14-94a3-3a43c59880b0} <Trace> oximeter.measurements_u64 (fe0987d5-5b8f-48d5-a303-9c895ee7970c): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5582 | 2025.02.19 05:57:43.599288 [ 72 ] {} <Debug> oximeter.measurements_u64 (fe0987d5-5b8f-48d5-a303-9c895ee7970c) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 5583 | 2025.02.19 05:57:43.599349 [ 72 ] {} <Trace> oximeter.measurements_u64 (fe0987d5-5b8f-48d5-a303-9c895ee7970c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5584 | 2025.02.19 05:57:43.599383 [ 254 ] {cef13a64-1765-4b14-94a3-3a43c59880b0} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001475 sec., 55593.220338983054 rows/sec., 3.53 MiB/sec. | ||
| 5585 | 2025.02.19 05:57:43.599396 [ 72 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 5586 | 2025.02.19 05:57:43.599542 [ 254 ] {cef13a64-1765-4b14-94a3-3a43c59880b0} <Debug> TCPHandler: Processed in 0.0018128 sec. | ||
| 5587 | 2025.02.19 05:57:43.599625 [ 186 ] {fe0987d5-5b8f-48d5-a303-9c895ee7970c::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 | ||
| 5588 | 2025.02.19 05:57:43.599741 [ 186 ] {fe0987d5-5b8f-48d5-a303-9c895ee7970c::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5589 | 2025.02.19 05:57:43.599774 [ 186 ] {fe0987d5-5b8f-48d5-a303-9c895ee7970c::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 2038 rows starting from the beginning of the part | ||
| 5590 | 2025.02.19 05:57:43.599882 [ 186 ] {fe0987d5-5b8f-48d5-a303-9c895ee7970c::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 | ||
| 5591 | 2025.02.19 05:57:43.600096 [ 186 ] {fe0987d5-5b8f-48d5-a303-9c895ee7970c::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 60 rows starting from the beginning of the part | ||
| 5592 | 2025.02.19 05:57:43.600305 [ 186 ] {fe0987d5-5b8f-48d5-a303-9c895ee7970c::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 60 rows starting from the beginning of the part | ||
| 5593 | 2025.02.19 05:57:43.600483 [ 186 ] {fe0987d5-5b8f-48d5-a303-9c895ee7970c::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 | ||
| 5594 | 2025.02.19 05:57:43.600646 [ 186 ] {fe0987d5-5b8f-48d5-a303-9c895ee7970c::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 | ||
| 5595 | 2025.02.19 05:57:43.601977 [ 201 ] {fe0987d5-5b8f-48d5-a303-9c895ee7970c::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2360 rows, containing 4 columns (4 merged, 0 gathered) in 0.002426682 sec., 972521.3274751287 rows/sec., 63.67 MiB/sec. | ||
| 5596 | 2025.02.19 05:57:43.602316 [ 201 ] {fe0987d5-5b8f-48d5-a303-9c895ee7970c::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 5597 | 2025.02.19 05:57:43.602653 [ 201 ] {fe0987d5-5b8f-48d5-a303-9c895ee7970c::all_1_41_8} <Trace> oximeter.measurements_u64 (fe0987d5-5b8f-48d5-a303-9c895ee7970c): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5598 | 2025.02.19 05:57:43.602746 [ 201 ] {fe0987d5-5b8f-48d5-a303-9c895ee7970c::all_1_41_8} <Trace> oximeter.measurements_u64 (fe0987d5-5b8f-48d5-a303-9c895ee7970c) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 5599 | 2025.02.19 05:57:43.602849 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB. | ||
| 5600 | 2025.02.19 05:57:43.936799 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 196 | ||
| 5601 | 2025.02.19 05:57:43.958790 [ 243 ] {} <Trace> system.metric_log (636422f3-000f-4feb-9852-006313efe3e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5602 | 2025.02.19 05:57:43.958839 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 5603 | 2025.02.19 05:57:43.966176 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 5604 | 2025.02.19 05:57:43.966971 [ 243 ] {} <Trace> system.metric_log (636422f3-000f-4feb-9852-006313efe3e0): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5605 | 2025.02.19 05:57:43.967310 [ 72 ] {} <Debug> system.metric_log (636422f3-000f-4feb-9852-006313efe3e0) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 5606 | 2025.02.19 05:57:43.967454 [ 72 ] {} <Trace> system.metric_log (636422f3-000f-4feb-9852-006313efe3e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5607 | 2025.02.19 05:57:43.967525 [ 72 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 5608 | 2025.02.19 05:57:43.967940 [ 188 ] {636422f3-000f-4feb-9852-006313efe3e0::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 | ||
| 5609 | 2025.02.19 05:57:43.982858 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 196 | ||
| 5610 | 2025.02.19 05:57:43.984251 [ 188 ] {636422f3-000f-4feb-9852-006313efe3e0::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5611 | 2025.02.19 05:57:43.985619 [ 188 ] {636422f3-000f-4feb-9852-006313efe3e0::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 | ||
| 5612 | 2025.02.19 05:57:43.990858 [ 188 ] {636422f3-000f-4feb-9852-006313efe3e0::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 | ||
| 5613 | 2025.02.19 05:57:43.996109 [ 188 ] {636422f3-000f-4feb-9852-006313efe3e0::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 | ||
| 5614 | 2025.02.19 05:57:44.002196 [ 188 ] {636422f3-000f-4feb-9852-006313efe3e0::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 | ||
| 5615 | 2025.02.19 05:57:44.007755 [ 188 ] {636422f3-000f-4feb-9852-006313efe3e0::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 | ||
| 5616 | 2025.02.19 05:57:44.012106 [ 188 ] {636422f3-000f-4feb-9852-006313efe3e0::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 | ||
| 5617 | 2025.02.19 05:57:44.070762 [ 194 ] {636422f3-000f-4feb-9852-006313efe3e0::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 196 rows, containing 679 columns (679 merged, 0 gathered) in 0.103080862 sec., 1901.4198775326502 rows/sec., 9.83 MiB/sec. | ||
| 5618 | 2025.02.19 05:57:44.073606 [ 194 ] {636422f3-000f-4feb-9852-006313efe3e0::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 5619 | 2025.02.19 05:57:44.076575 [ 194 ] {636422f3-000f-4feb-9852-006313efe3e0::all_1_26_5} <Trace> system.metric_log (636422f3-000f-4feb-9852-006313efe3e0): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5620 | 2025.02.19 05:57:44.076693 [ 194 ] {636422f3-000f-4feb-9852-006313efe3e0::all_1_26_5} <Trace> system.metric_log (636422f3-000f-4feb-9852-006313efe3e0) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 5621 | 2025.02.19 05:57:44.079236 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. | ||
| 5622 | 2025.02.19 05:57:45.000171 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 192.23 MiB, peak 202.77 MiB, free memory in arenas 0.00 B, will set to 194.11 MiB (RSS), difference: 1.88 MiB | ||
| 5623 | 2025.02.19 05:57:46.736164 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5624 | 2025.02.19 05:57:46.736376 [ 254 ] {2c292484-4277-44dd-be85-b03e5604d2b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 5625 | 2025.02.19 05:57:46.736459 [ 254 ] {2c292484-4277-44dd-be85-b03e5604d2b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 5626 | 2025.02.19 05:57:46.737183 [ 254 ] {2c292484-4277-44dd-be85-b03e5604d2b4} <Trace> oximeter.fields_ipaddr (46427d01-24ae-42d6-a7d5-07bdb2aa84f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5627 | 2025.02.19 05:57:46.737233 [ 254 ] {2c292484-4277-44dd-be85-b03e5604d2b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 5628 | 2025.02.19 05:57:46.737643 [ 254 ] {2c292484-4277-44dd-be85-b03e5604d2b4} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 5629 | 2025.02.19 05:57:46.737888 [ 254 ] {2c292484-4277-44dd-be85-b03e5604d2b4} <Trace> oximeter.fields_ipaddr (46427d01-24ae-42d6-a7d5-07bdb2aa84f9): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5630 | 2025.02.19 05:57:46.738152 [ 254 ] {2c292484-4277-44dd-be85-b03e5604d2b4} <Debug> executeQuery: Read 14 rows, 1.14 KiB in 0.001827 sec., 7662.835249042146 rows/sec., 624.85 KiB/sec. | ||
| 5631 | 2025.02.19 05:57:46.738319 [ 254 ] {2c292484-4277-44dd-be85-b03e5604d2b4} <Debug> TCPHandler: Processed in 0.002296559 sec. | ||
| 5632 | 2025.02.19 05:57:46.738496 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5633 | 2025.02.19 05:57:46.738632 [ 258 ] {6891be1c-571a-480e-bcae-43d11ba0625a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5634 | 2025.02.19 05:57:46.738687 [ 258 ] {6891be1c-571a-480e-bcae-43d11ba0625a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5635 | 2025.02.19 05:57:46.739806 [ 258 ] {6891be1c-571a-480e-bcae-43d11ba0625a} <Trace> oximeter.fields_string (2fcca75a-374a-4c87-833b-a981a707b5d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5636 | 2025.02.19 05:57:46.739846 [ 258 ] {6891be1c-571a-480e-bcae-43d11ba0625a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 5637 | 2025.02.19 05:57:46.740292 [ 258 ] {6891be1c-571a-480e-bcae-43d11ba0625a} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 5638 | 2025.02.19 05:57:46.740535 [ 258 ] {6891be1c-571a-480e-bcae-43d11ba0625a} <Trace> oximeter.fields_string (2fcca75a-374a-4c87-833b-a981a707b5d9): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5639 | 2025.02.19 05:57:46.740796 [ 258 ] {6891be1c-571a-480e-bcae-43d11ba0625a} <Debug> executeQuery: Read 1227 rows, 103.85 KiB in 0.002184 sec., 561813.1868131867 rows/sec., 46.43 MiB/sec. | ||
| 5640 | 2025.02.19 05:57:46.740884 [ 258 ] {6891be1c-571a-480e-bcae-43d11ba0625a} <Debug> TCPHandler: Processed in 0.002456452 sec. | ||
| 5641 | 2025.02.19 05:57:46.741112 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5642 | 2025.02.19 05:57:46.741290 [ 254 ] {682869da-c15d-43f2-8aaa-4a27ef0230ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5643 | 2025.02.19 05:57:46.741346 [ 254 ] {682869da-c15d-43f2-8aaa-4a27ef0230ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5644 | 2025.02.19 05:57:46.741941 [ 254 ] {682869da-c15d-43f2-8aaa-4a27ef0230ab} <Trace> oximeter.fields_u16 (6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5645 | 2025.02.19 05:57:46.741982 [ 254 ] {682869da-c15d-43f2-8aaa-4a27ef0230ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 5646 | 2025.02.19 05:57:46.742339 [ 254 ] {682869da-c15d-43f2-8aaa-4a27ef0230ab} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 5647 | 2025.02.19 05:57:46.742579 [ 254 ] {682869da-c15d-43f2-8aaa-4a27ef0230ab} <Trace> oximeter.fields_u16 (6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5648 | 2025.02.19 05:57:46.742839 [ 254 ] {682869da-c15d-43f2-8aaa-4a27ef0230ab} <Debug> executeQuery: Read 26 rows, 1.88 KiB in 0.00157 sec., 16560.509554140128 rows/sec., 1.17 MiB/sec. | ||
| 5649 | 2025.02.19 05:57:46.743025 [ 254 ] {682869da-c15d-43f2-8aaa-4a27ef0230ab} <Debug> TCPHandler: Processed in 0.002042105 sec. | ||
| 5650 | 2025.02.19 05:57:46.743246 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5651 | 2025.02.19 05:57:46.743379 [ 258 ] {7a117653-18b9-41e6-9ebf-a1b5029f213e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 5652 | 2025.02.19 05:57:46.743434 [ 258 ] {7a117653-18b9-41e6-9ebf-a1b5029f213e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5653 | 2025.02.19 05:57:46.744205 [ 258 ] {7a117653-18b9-41e6-9ebf-a1b5029f213e} <Trace> oximeter.fields_u32 (65b4bee1-230d-4ffd-8593-1cf368c54481): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5654 | 2025.02.19 05:57:46.744253 [ 258 ] {7a117653-18b9-41e6-9ebf-a1b5029f213e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 5655 | 2025.02.19 05:57:46.744653 [ 258 ] {7a117653-18b9-41e6-9ebf-a1b5029f213e} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 5656 | 2025.02.19 05:57:46.744892 [ 258 ] {7a117653-18b9-41e6-9ebf-a1b5029f213e} <Trace> oximeter.fields_u32 (65b4bee1-230d-4ffd-8593-1cf368c54481): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5657 | 2025.02.19 05:57:46.745123 [ 258 ] {7a117653-18b9-41e6-9ebf-a1b5029f213e} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001773 sec., 128595.60067681894 rows/sec., 8.71 MiB/sec. | ||
| 5658 | 2025.02.19 05:57:46.745178 [ 258 ] {7a117653-18b9-41e6-9ebf-a1b5029f213e} <Debug> TCPHandler: Processed in 0.002033165 sec. | ||
| 5659 | 2025.02.19 05:57:46.745325 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5660 | 2025.02.19 05:57:46.745440 [ 254 ] {b25b2087-1b00-41ea-a22b-04a119fc3746} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5661 | 2025.02.19 05:57:46.745486 [ 254 ] {b25b2087-1b00-41ea-a22b-04a119fc3746} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5662 | 2025.02.19 05:57:46.746188 [ 254 ] {b25b2087-1b00-41ea-a22b-04a119fc3746} <Trace> oximeter.fields_uuid (3e28ef33-2603-423e-a1ee-258fce097b7c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5663 | 2025.02.19 05:57:46.746229 [ 254 ] {b25b2087-1b00-41ea-a22b-04a119fc3746} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 5664 | 2025.02.19 05:57:46.746625 [ 254 ] {b25b2087-1b00-41ea-a22b-04a119fc3746} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 5665 | 2025.02.19 05:57:46.746877 [ 254 ] {b25b2087-1b00-41ea-a22b-04a119fc3746} <Trace> oximeter.fields_uuid (3e28ef33-2603-423e-a1ee-258fce097b7c): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5666 | 2025.02.19 05:57:46.747129 [ 254 ] {b25b2087-1b00-41ea-a22b-04a119fc3746} <Debug> executeQuery: Read 546 rows, 41.51 KiB in 0.001701 sec., 320987.65432098764 rows/sec., 23.83 MiB/sec. | ||
| 5667 | 2025.02.19 05:57:46.747252 [ 254 ] {b25b2087-1b00-41ea-a22b-04a119fc3746} <Debug> TCPHandler: Processed in 0.001975383 sec. | ||
| 5668 | 2025.02.19 05:57:46.747474 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5669 | 2025.02.19 05:57:46.747634 [ 258 ] {a3935660-87f1-486c-8ada-3cd9f0d1a43a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5670 | 2025.02.19 05:57:46.747694 [ 258 ] {a3935660-87f1-486c-8ada-3cd9f0d1a43a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5671 | 2025.02.19 05:57:46.748567 [ 258 ] {a3935660-87f1-486c-8ada-3cd9f0d1a43a} <Trace> oximeter.measurements_cumulativeu64 (12ad3da5-8862-4a0c-98f0-1a099eec319b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5672 | 2025.02.19 05:57:46.748606 [ 258 ] {a3935660-87f1-486c-8ada-3cd9f0d1a43a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 5673 | 2025.02.19 05:57:46.749053 [ 258 ] {a3935660-87f1-486c-8ada-3cd9f0d1a43a} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 5674 | 2025.02.19 05:57:46.749300 [ 258 ] {a3935660-87f1-486c-8ada-3cd9f0d1a43a} <Trace> oximeter.measurements_cumulativeu64 (12ad3da5-8862-4a0c-98f0-1a099eec319b): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5675 | 2025.02.19 05:57:46.749508 [ 258 ] {a3935660-87f1-486c-8ada-3cd9f0d1a43a} <Debug> executeQuery: Read 981 rows, 67.45 KiB in 0.001903 sec., 515501.8392012612 rows/sec., 34.61 MiB/sec. | ||
| 5676 | 2025.02.19 05:57:46.749564 [ 258 ] {a3935660-87f1-486c-8ada-3cd9f0d1a43a} <Debug> TCPHandler: Processed in 0.002216017 sec. | ||
| 5677 | 2025.02.19 05:57:46.749709 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5678 | 2025.02.19 05:57:46.749825 [ 254 ] {264a3a90-78f9-41de-8ff4-ac9435457c85} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5679 | 2025.02.19 05:57:46.749894 [ 254 ] {264a3a90-78f9-41de-8ff4-ac9435457c85} <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 | ||
| 5680 | 2025.02.19 05:57:46.750983 [ 254 ] {264a3a90-78f9-41de-8ff4-ac9435457c85} <Trace> oximeter.measurements_histogramu64 (7e806432-9fb0-4852-8b8d-11fed24611fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5681 | 2025.02.19 05:57:46.751025 [ 254 ] {264a3a90-78f9-41de-8ff4-ac9435457c85} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 5682 | 2025.02.19 05:57:46.751668 [ 254 ] {264a3a90-78f9-41de-8ff4-ac9435457c85} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 5683 | 2025.02.19 05:57:46.751934 [ 254 ] {264a3a90-78f9-41de-8ff4-ac9435457c85} <Trace> oximeter.measurements_histogramu64 (7e806432-9fb0-4852-8b8d-11fed24611fa): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5684 | 2025.02.19 05:57:46.752253 [ 254 ] {264a3a90-78f9-41de-8ff4-ac9435457c85} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002448 sec., 4901.9607843137255 rows/sec., 8.78 MiB/sec. | ||
| 5685 | 2025.02.19 05:57:46.752766 [ 254 ] {264a3a90-78f9-41de-8ff4-ac9435457c85} <Debug> TCPHandler: Processed in 0.003103743 sec. | ||
| 5686 | 2025.02.19 05:57:46.752935 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5687 | 2025.02.19 05:57:46.753063 [ 258 ] {a56dee55-6c9f-4545-9181-ce4a18931c8d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5688 | 2025.02.19 05:57:46.753119 [ 258 ] {a56dee55-6c9f-4545-9181-ce4a18931c8d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5689 | 2025.02.19 05:57:46.753647 [ 258 ] {a56dee55-6c9f-4545-9181-ce4a18931c8d} <Trace> oximeter.measurements_u64 (fe0987d5-5b8f-48d5-a303-9c895ee7970c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5690 | 2025.02.19 05:57:46.753685 [ 258 ] {a56dee55-6c9f-4545-9181-ce4a18931c8d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 5691 | 2025.02.19 05:57:46.754056 [ 258 ] {a56dee55-6c9f-4545-9181-ce4a18931c8d} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 5692 | 2025.02.19 05:57:46.754291 [ 258 ] {a56dee55-6c9f-4545-9181-ce4a18931c8d} <Trace> oximeter.measurements_u64 (fe0987d5-5b8f-48d5-a303-9c895ee7970c): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5693 | 2025.02.19 05:57:46.754495 [ 258 ] {a56dee55-6c9f-4545-9181-ce4a18931c8d} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001461 sec., 32854.20944558521 rows/sec., 2.21 MiB/sec. | ||
| 5694 | 2025.02.19 05:57:46.754544 [ 258 ] {a56dee55-6c9f-4545-9181-ce4a18931c8d} <Debug> TCPHandler: Processed in 0.001673369 sec. | ||
| 5695 | 2025.02.19 05:57:48.155403 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 50 entries to flush up to offset 820 | ||
| 5696 | 2025.02.19 05:57:48.159227 [ 242 ] {} <Trace> system.query_log (c5831a85-9043-4d4c-a5be-d968cb126303): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5697 | 2025.02.19 05:57:48.159273 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 5698 | 2025.02.19 05:57:48.160723 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 5699 | 2025.02.19 05:57:48.161023 [ 242 ] {} <Trace> system.query_log (c5831a85-9043-4d4c-a5be-d968cb126303): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5700 | 2025.02.19 05:57:48.161565 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 820 | ||
| 5701 | 2025.02.19 05:57:48.550332 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5702 | 2025.02.19 05:57:48.550541 [ 254 ] {6d3eaa73-fbf9-456b-83dc-37e1e7d4a9ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5703 | 2025.02.19 05:57:48.550612 [ 254 ] {6d3eaa73-fbf9-456b-83dc-37e1e7d4a9ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5704 | 2025.02.19 05:57:48.551387 [ 254 ] {6d3eaa73-fbf9-456b-83dc-37e1e7d4a9ae} <Trace> oximeter.fields_string (2fcca75a-374a-4c87-833b-a981a707b5d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5705 | 2025.02.19 05:57:48.551459 [ 254 ] {6d3eaa73-fbf9-456b-83dc-37e1e7d4a9ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 5706 | 2025.02.19 05:57:48.551878 [ 254 ] {6d3eaa73-fbf9-456b-83dc-37e1e7d4a9ae} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 5707 | 2025.02.19 05:57:48.552135 [ 254 ] {6d3eaa73-fbf9-456b-83dc-37e1e7d4a9ae} <Trace> oximeter.fields_string (2fcca75a-374a-4c87-833b-a981a707b5d9): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5708 | 2025.02.19 05:57:48.552379 [ 254 ] {6d3eaa73-fbf9-456b-83dc-37e1e7d4a9ae} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001895 sec., 29551.451187335093 rows/sec., 2.27 MiB/sec. | ||
| 5709 | 2025.02.19 05:57:48.552434 [ 254 ] {6d3eaa73-fbf9-456b-83dc-37e1e7d4a9ae} <Debug> TCPHandler: Processed in 0.002241848 sec. | ||
| 5710 | 2025.02.19 05:57:48.552625 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5711 | 2025.02.19 05:57:48.552758 [ 258 ] {4fe68fb1-301e-4f22-a219-e55a31f6bab0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5712 | 2025.02.19 05:57:48.552812 [ 258 ] {4fe68fb1-301e-4f22-a219-e55a31f6bab0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5713 | 2025.02.19 05:57:48.553511 [ 258 ] {4fe68fb1-301e-4f22-a219-e55a31f6bab0} <Trace> oximeter.fields_uuid (3e28ef33-2603-423e-a1ee-258fce097b7c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5714 | 2025.02.19 05:57:48.553556 [ 258 ] {4fe68fb1-301e-4f22-a219-e55a31f6bab0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 5715 | 2025.02.19 05:57:48.553911 [ 258 ] {4fe68fb1-301e-4f22-a219-e55a31f6bab0} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 5716 | 2025.02.19 05:57:48.554154 [ 258 ] {4fe68fb1-301e-4f22-a219-e55a31f6bab0} <Trace> oximeter.fields_uuid (3e28ef33-2603-423e-a1ee-258fce097b7c): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5717 | 2025.02.19 05:57:48.554370 [ 258 ] {4fe68fb1-301e-4f22-a219-e55a31f6bab0} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001642 sec., 38976.8574908648 rows/sec., 3.04 MiB/sec. | ||
| 5718 | 2025.02.19 05:57:48.554423 [ 258 ] {4fe68fb1-301e-4f22-a219-e55a31f6bab0} <Debug> TCPHandler: Processed in 0.001867932 sec. | ||
| 5719 | 2025.02.19 05:57:48.554566 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5720 | 2025.02.19 05:57:48.554695 [ 254 ] {5967d916-b9e6-4642-900c-ac396b8f7b8e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5721 | 2025.02.19 05:57:48.554753 [ 254 ] {5967d916-b9e6-4642-900c-ac396b8f7b8e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5722 | 2025.02.19 05:57:48.555315 [ 254 ] {5967d916-b9e6-4642-900c-ac396b8f7b8e} <Trace> oximeter.measurements_cumulativeu64 (12ad3da5-8862-4a0c-98f0-1a099eec319b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5723 | 2025.02.19 05:57:48.555363 [ 254 ] {5967d916-b9e6-4642-900c-ac396b8f7b8e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 5724 | 2025.02.19 05:57:48.555779 [ 254 ] {5967d916-b9e6-4642-900c-ac396b8f7b8e} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 5725 | 2025.02.19 05:57:48.556023 [ 254 ] {5967d916-b9e6-4642-900c-ac396b8f7b8e} <Trace> oximeter.measurements_cumulativeu64 (12ad3da5-8862-4a0c-98f0-1a099eec319b): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5726 | 2025.02.19 05:57:48.556260 [ 254 ] {5967d916-b9e6-4642-900c-ac396b8f7b8e} <Debug> executeQuery: Read 32 rows, 2.28 KiB in 0.001587 sec., 20163.8311279143 rows/sec., 1.40 MiB/sec. | ||
| 5727 | 2025.02.19 05:57:48.556353 [ 254 ] {5967d916-b9e6-4642-900c-ac396b8f7b8e} <Debug> TCPHandler: Processed in 0.001841301 sec. | ||
| 5728 | 2025.02.19 05:57:48.556549 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5729 | 2025.02.19 05:57:48.556749 [ 258 ] {79598711-797d-435d-9bd8-84372a29d1ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5730 | 2025.02.19 05:57:48.556807 [ 258 ] {79598711-797d-435d-9bd8-84372a29d1ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5731 | 2025.02.19 05:57:48.557346 [ 258 ] {79598711-797d-435d-9bd8-84372a29d1ce} <Trace> oximeter.measurements_u64 (fe0987d5-5b8f-48d5-a303-9c895ee7970c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5732 | 2025.02.19 05:57:48.557392 [ 258 ] {79598711-797d-435d-9bd8-84372a29d1ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 5733 | 2025.02.19 05:57:48.557775 [ 258 ] {79598711-797d-435d-9bd8-84372a29d1ce} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 5734 | 2025.02.19 05:57:48.558010 [ 258 ] {79598711-797d-435d-9bd8-84372a29d1ce} <Trace> oximeter.measurements_u64 (fe0987d5-5b8f-48d5-a303-9c895ee7970c): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5735 | 2025.02.19 05:57:48.558225 [ 258 ] {79598711-797d-435d-9bd8-84372a29d1ce} <Debug> executeQuery: Read 12 rows, 848.00 B in 0.001507 sec., 7962.8400796284 rows/sec., 549.52 KiB/sec. | ||
| 5736 | 2025.02.19 05:57:48.558278 [ 258 ] {79598711-797d-435d-9bd8-84372a29d1ce} <Debug> TCPHandler: Processed in 0.001853051 sec. | ||
| 5737 | 2025.02.19 05:57:50.596059 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 12383 | ||
| 5738 | 2025.02.19 05:57:50.596799 [ 244 ] {} <Trace> system.asynchronous_metric_log (5573eb27-0871-4eb5-bfd6-93b6d6d4142e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5739 | 2025.02.19 05:57:50.596846 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 5740 | 2025.02.19 05:57:50.597473 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 5741 | 2025.02.19 05:57:50.597737 [ 244 ] {} <Trace> system.asynchronous_metric_log (5573eb27-0871-4eb5-bfd6-93b6d6d4142e): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5742 | 2025.02.19 05:57:50.597941 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12383 | ||
| 5743 | 2025.02.19 05:57:51.483012 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 204 | ||
| 5744 | 2025.02.19 05:57:51.502323 [ 243 ] {} <Trace> system.metric_log (636422f3-000f-4feb-9852-006313efe3e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5745 | 2025.02.19 05:57:51.502390 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 5746 | 2025.02.19 05:57:51.509690 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 5747 | 2025.02.19 05:57:51.510436 [ 243 ] {} <Trace> system.metric_log (636422f3-000f-4feb-9852-006313efe3e0): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5748 | 2025.02.19 05:57:51.513049 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 204 | ||
| 5749 | 2025.02.19 05:57:53.563701 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5750 | 2025.02.19 05:57:53.563894 [ 254 ] {810fe45f-dc75-4d77-9e38-51c1f711a56b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 5751 | 2025.02.19 05:57:53.563966 [ 254 ] {810fe45f-dc75-4d77-9e38-51c1f711a56b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 5752 | 2025.02.19 05:57:53.564808 [ 254 ] {810fe45f-dc75-4d77-9e38-51c1f711a56b} <Trace> oximeter.fields_i16 (2bf1598c-a5a7-46ca-9aca-ef074bb76812): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5753 | 2025.02.19 05:57:53.564850 [ 254 ] {810fe45f-dc75-4d77-9e38-51c1f711a56b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 5754 | 2025.02.19 05:57:53.565290 [ 254 ] {810fe45f-dc75-4d77-9e38-51c1f711a56b} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 5755 | 2025.02.19 05:57:53.565554 [ 254 ] {810fe45f-dc75-4d77-9e38-51c1f711a56b} <Trace> oximeter.fields_i16 (2bf1598c-a5a7-46ca-9aca-ef074bb76812): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5756 | 2025.02.19 05:57:53.565751 [ 254 ] {810fe45f-dc75-4d77-9e38-51c1f711a56b} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001911 sec., 110936.6823652538 rows/sec., 7.06 MiB/sec. | ||
| 5757 | 2025.02.19 05:57:53.565808 [ 254 ] {810fe45f-dc75-4d77-9e38-51c1f711a56b} <Debug> TCPHandler: Processed in 0.002241829 sec. | ||
| 5758 | 2025.02.19 05:57:53.565959 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5759 | 2025.02.19 05:57:53.566074 [ 258 ] {312d851e-b1e3-480f-8c3b-d4b7d13d150e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5760 | 2025.02.19 05:57:53.566120 [ 258 ] {312d851e-b1e3-480f-8c3b-d4b7d13d150e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5761 | 2025.02.19 05:57:53.566870 [ 258 ] {312d851e-b1e3-480f-8c3b-d4b7d13d150e} <Trace> oximeter.fields_string (2fcca75a-374a-4c87-833b-a981a707b5d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5762 | 2025.02.19 05:57:53.566908 [ 258 ] {312d851e-b1e3-480f-8c3b-d4b7d13d150e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 5763 | 2025.02.19 05:57:53.567309 [ 258 ] {312d851e-b1e3-480f-8c3b-d4b7d13d150e} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 5764 | 2025.02.19 05:57:53.567551 [ 258 ] {312d851e-b1e3-480f-8c3b-d4b7d13d150e} <Trace> oximeter.fields_string (2fcca75a-374a-4c87-833b-a981a707b5d9): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5765 | 2025.02.19 05:57:53.567768 [ 258 ] {312d851e-b1e3-480f-8c3b-d4b7d13d150e} <Debug> executeQuery: Read 671 rows, 54.45 KiB in 0.001709 sec., 392627.2674078408 rows/sec., 31.12 MiB/sec. | ||
| 5766 | 2025.02.19 05:57:53.567841 [ 258 ] {312d851e-b1e3-480f-8c3b-d4b7d13d150e} <Debug> TCPHandler: Processed in 0.001932323 sec. | ||
| 5767 | 2025.02.19 05:57:53.568046 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5768 | 2025.02.19 05:57:53.568196 [ 254 ] {57b6aea3-8ef0-42df-8d52-7fbb7e999af1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5769 | 2025.02.19 05:57:53.568245 [ 254 ] {57b6aea3-8ef0-42df-8d52-7fbb7e999af1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5770 | 2025.02.19 05:57:53.568841 [ 254 ] {57b6aea3-8ef0-42df-8d52-7fbb7e999af1} <Trace> oximeter.fields_u16 (6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5771 | 2025.02.19 05:57:53.568879 [ 254 ] {57b6aea3-8ef0-42df-8d52-7fbb7e999af1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 5772 | 2025.02.19 05:57:53.569246 [ 254 ] {57b6aea3-8ef0-42df-8d52-7fbb7e999af1} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 5773 | 2025.02.19 05:57:53.569497 [ 254 ] {57b6aea3-8ef0-42df-8d52-7fbb7e999af1} <Trace> oximeter.fields_u16 (6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5774 | 2025.02.19 05:57:53.569671 [ 254 ] {57b6aea3-8ef0-42df-8d52-7fbb7e999af1} <Debug> executeQuery: Read 133 rows, 8.42 KiB in 0.001502 sec., 88548.60186418108 rows/sec., 5.47 MiB/sec. | ||
| 5775 | 2025.02.19 05:57:53.569723 [ 254 ] {57b6aea3-8ef0-42df-8d52-7fbb7e999af1} <Debug> TCPHandler: Processed in 0.00179005 sec. | ||
| 5776 | 2025.02.19 05:57:53.569854 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5777 | 2025.02.19 05:57:53.569966 [ 258 ] {166504bf-cc8c-4fb1-a174-5d883afbb596} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 5778 | 2025.02.19 05:57:53.570010 [ 258 ] {166504bf-cc8c-4fb1-a174-5d883afbb596} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5779 | 2025.02.19 05:57:53.570596 [ 258 ] {166504bf-cc8c-4fb1-a174-5d883afbb596} <Trace> oximeter.fields_u32 (65b4bee1-230d-4ffd-8593-1cf368c54481): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5780 | 2025.02.19 05:57:53.570633 [ 258 ] {166504bf-cc8c-4fb1-a174-5d883afbb596} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 5781 | 2025.02.19 05:57:53.571211 [ 258 ] {166504bf-cc8c-4fb1-a174-5d883afbb596} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 5782 | 2025.02.19 05:57:53.571463 [ 258 ] {166504bf-cc8c-4fb1-a174-5d883afbb596} <Trace> oximeter.fields_u32 (65b4bee1-230d-4ffd-8593-1cf368c54481): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5783 | 2025.02.19 05:57:53.571583 [ 170 ] {} <Debug> oximeter.fields_u32 (65b4bee1-230d-4ffd-8593-1cf368c54481) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 5784 | 2025.02.19 05:57:53.571626 [ 170 ] {} <Trace> oximeter.fields_u32 (65b4bee1-230d-4ffd-8593-1cf368c54481): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5785 | 2025.02.19 05:57:53.571648 [ 258 ] {166504bf-cc8c-4fb1-a174-5d883afbb596} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001703 sec., 66353.49383440986 rows/sec., 4.30 MiB/sec. | ||
| 5786 | 2025.02.19 05:57:53.571651 [ 170 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 5787 | 2025.02.19 05:57:53.571745 [ 258 ] {166504bf-cc8c-4fb1-a174-5d883afbb596} <Debug> TCPHandler: Processed in 0.001943423 sec. | ||
| 5788 | 2025.02.19 05:57:53.571953 [ 187 ] {65b4bee1-230d-4ffd-8593-1cf368c54481::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 | ||
| 5789 | 2025.02.19 05:57:53.571967 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5790 | 2025.02.19 05:57:53.572283 [ 254 ] {7746a092-7f3b-43bd-8992-94f6ddf901a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 5791 | 2025.02.19 05:57:53.572293 [ 187 ] {65b4bee1-230d-4ffd-8593-1cf368c54481::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5792 | 2025.02.19 05:57:53.572386 [ 254 ] {7746a092-7f3b-43bd-8992-94f6ddf901a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 5793 | 2025.02.19 05:57:53.572396 [ 187 ] {65b4bee1-230d-4ffd-8593-1cf368c54481::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 342 rows starting from the beginning of the part | ||
| 5794 | 2025.02.19 05:57:53.572739 [ 187 ] {65b4bee1-230d-4ffd-8593-1cf368c54481::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 113 rows starting from the beginning of the part | ||
| 5795 | 2025.02.19 05:57:53.573093 [ 187 ] {65b4bee1-230d-4ffd-8593-1cf368c54481::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 228 rows starting from the beginning of the part | ||
| 5796 | 2025.02.19 05:57:53.573494 [ 187 ] {65b4bee1-230d-4ffd-8593-1cf368c54481::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 113 rows starting from the beginning of the part | ||
| 5797 | 2025.02.19 05:57:53.573927 [ 187 ] {65b4bee1-230d-4ffd-8593-1cf368c54481::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 228 rows starting from the beginning of the part | ||
| 5798 | 2025.02.19 05:57:53.574320 [ 187 ] {65b4bee1-230d-4ffd-8593-1cf368c54481::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 113 rows starting from the beginning of the part | ||
| 5799 | 2025.02.19 05:57:53.575653 [ 254 ] {7746a092-7f3b-43bd-8992-94f6ddf901a2} <Trace> oximeter.fields_u8 (cef67ce3-27e4-4c55-9365-409a4c7c6d8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5800 | 2025.02.19 05:57:53.575717 [ 254 ] {7746a092-7f3b-43bd-8992-94f6ddf901a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 5801 | 2025.02.19 05:57:53.576734 [ 254 ] {7746a092-7f3b-43bd-8992-94f6ddf901a2} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 5802 | 2025.02.19 05:57:53.577269 [ 254 ] {7746a092-7f3b-43bd-8992-94f6ddf901a2} <Trace> oximeter.fields_u8 (cef67ce3-27e4-4c55-9365-409a4c7c6d8e): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5803 | 2025.02.19 05:57:53.577559 [ 187 ] {65b4bee1-230d-4ffd-8593-1cf368c54481::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1137 rows, containing 5 columns (5 merged, 0 gathered) in 0.005762827 sec., 197298.99925852363 rows/sec., 13.88 MiB/sec. | ||
| 5804 | 2025.02.19 05:57:53.577802 [ 254 ] {7746a092-7f3b-43bd-8992-94f6ddf901a2} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.005589 sec., 20039.363034532114 rows/sec., 1.14 MiB/sec. | ||
| 5805 | 2025.02.19 05:57:53.577980 [ 187 ] {65b4bee1-230d-4ffd-8593-1cf368c54481::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 5806 | 2025.02.19 05:57:53.578054 [ 254 ] {7746a092-7f3b-43bd-8992-94f6ddf901a2} <Debug> TCPHandler: Processed in 0.006188275 sec. | ||
| 5807 | 2025.02.19 05:57:53.578253 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5808 | 2025.02.19 05:57:53.578446 [ 258 ] {86a3f02a-920a-4b04-9395-b0ca20dc56a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5809 | 2025.02.19 05:57:53.578507 [ 193 ] {65b4bee1-230d-4ffd-8593-1cf368c54481::all_1_21_4} <Trace> oximeter.fields_u32 (65b4bee1-230d-4ffd-8593-1cf368c54481): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5810 | 2025.02.19 05:57:53.578532 [ 258 ] {86a3f02a-920a-4b04-9395-b0ca20dc56a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5811 | 2025.02.19 05:57:53.578790 [ 193 ] {65b4bee1-230d-4ffd-8593-1cf368c54481::all_1_21_4} <Trace> oximeter.fields_u32 (65b4bee1-230d-4ffd-8593-1cf368c54481) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 5812 | 2025.02.19 05:57:53.579031 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
| 5813 | 2025.02.19 05:57:53.579625 [ 258 ] {86a3f02a-920a-4b04-9395-b0ca20dc56a8} <Trace> oximeter.fields_uuid (3e28ef33-2603-423e-a1ee-258fce097b7c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5814 | 2025.02.19 05:57:53.579668 [ 258 ] {86a3f02a-920a-4b04-9395-b0ca20dc56a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 5815 | 2025.02.19 05:57:53.580061 [ 258 ] {86a3f02a-920a-4b04-9395-b0ca20dc56a8} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 5816 | 2025.02.19 05:57:53.580304 [ 258 ] {86a3f02a-920a-4b04-9395-b0ca20dc56a8} <Trace> oximeter.fields_uuid (3e28ef33-2603-423e-a1ee-258fce097b7c): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5817 | 2025.02.19 05:57:53.580486 [ 258 ] {86a3f02a-920a-4b04-9395-b0ca20dc56a8} <Debug> executeQuery: Read 409 rows, 29.75 KiB in 0.002112 sec., 193655.303030303 rows/sec., 13.75 MiB/sec. | ||
| 5818 | 2025.02.19 05:57:53.580540 [ 258 ] {86a3f02a-920a-4b04-9395-b0ca20dc56a8} <Debug> TCPHandler: Processed in 0.00235304 sec. | ||
| 5819 | 2025.02.19 05:57:53.580697 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5820 | 2025.02.19 05:57:53.580805 [ 254 ] {e35dc7ff-0dc5-45ed-9bfb-e4b91950841b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 5821 | 2025.02.19 05:57:53.580852 [ 254 ] {e35dc7ff-0dc5-45ed-9bfb-e4b91950841b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 5822 | 2025.02.19 05:57:53.581275 [ 254 ] {e35dc7ff-0dc5-45ed-9bfb-e4b91950841b} <Trace> oximeter.measurements_bool (16e9d126-bc56-4e42-988e-352459bd24dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5823 | 2025.02.19 05:57:53.581311 [ 254 ] {e35dc7ff-0dc5-45ed-9bfb-e4b91950841b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 5824 | 2025.02.19 05:57:53.581663 [ 254 ] {e35dc7ff-0dc5-45ed-9bfb-e4b91950841b} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 5825 | 2025.02.19 05:57:53.581893 [ 254 ] {e35dc7ff-0dc5-45ed-9bfb-e4b91950841b} <Trace> oximeter.measurements_bool (16e9d126-bc56-4e42-988e-352459bd24dc): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5826 | 2025.02.19 05:57:53.582070 [ 254 ] {e35dc7ff-0dc5-45ed-9bfb-e4b91950841b} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001288 sec., 4658.385093167702 rows/sec., 243.38 KiB/sec. | ||
| 5827 | 2025.02.19 05:57:53.582119 [ 254 ] {e35dc7ff-0dc5-45ed-9bfb-e4b91950841b} <Debug> TCPHandler: Processed in 0.001484406 sec. | ||
| 5828 | 2025.02.19 05:57:53.582247 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5829 | 2025.02.19 05:57:53.582354 [ 258 ] {5d59cc1b-100d-434e-9169-2af6254dcc22} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5830 | 2025.02.19 05:57:53.582401 [ 258 ] {5d59cc1b-100d-434e-9169-2af6254dcc22} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5831 | 2025.02.19 05:57:53.582922 [ 258 ] {5d59cc1b-100d-434e-9169-2af6254dcc22} <Trace> oximeter.measurements_cumulativeu64 (12ad3da5-8862-4a0c-98f0-1a099eec319b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5832 | 2025.02.19 05:57:53.582959 [ 258 ] {5d59cc1b-100d-434e-9169-2af6254dcc22} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 5833 | 2025.02.19 05:57:53.583333 [ 258 ] {5d59cc1b-100d-434e-9169-2af6254dcc22} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 5834 | 2025.02.19 05:57:53.583570 [ 258 ] {5d59cc1b-100d-434e-9169-2af6254dcc22} <Trace> oximeter.measurements_cumulativeu64 (12ad3da5-8862-4a0c-98f0-1a099eec319b): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5835 | 2025.02.19 05:57:53.583750 [ 258 ] {5d59cc1b-100d-434e-9169-2af6254dcc22} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001419 sec., 167019.02748414376 rows/sec., 11.19 MiB/sec. | ||
| 5836 | 2025.02.19 05:57:53.583799 [ 258 ] {5d59cc1b-100d-434e-9169-2af6254dcc22} <Debug> TCPHandler: Processed in 0.001605787 sec. | ||
| 5837 | 2025.02.19 05:57:53.583957 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5838 | 2025.02.19 05:57:53.584090 [ 254 ] {c0c52530-3476-45f2-b130-0031a015e420} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 5839 | 2025.02.19 05:57:53.584146 [ 254 ] {c0c52530-3476-45f2-b130-0031a015e420} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 5840 | 2025.02.19 05:57:53.584659 [ 254 ] {c0c52530-3476-45f2-b130-0031a015e420} <Trace> oximeter.measurements_f64 (338bebf0-eeef-41b9-b679-f4717a277180): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5841 | 2025.02.19 05:57:53.584703 [ 254 ] {c0c52530-3476-45f2-b130-0031a015e420} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 5842 | 2025.02.19 05:57:53.585065 [ 254 ] {c0c52530-3476-45f2-b130-0031a015e420} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 5843 | 2025.02.19 05:57:53.585300 [ 254 ] {c0c52530-3476-45f2-b130-0031a015e420} <Trace> oximeter.measurements_f64 (338bebf0-eeef-41b9-b679-f4717a277180): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5844 | 2025.02.19 05:57:53.585497 [ 254 ] {c0c52530-3476-45f2-b130-0031a015e420} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001431 sec., 698.8120195667366 rows/sec., 47.09 KiB/sec. | ||
| 5845 | 2025.02.19 05:57:53.585681 [ 254 ] {c0c52530-3476-45f2-b130-0031a015e420} <Debug> TCPHandler: Processed in 0.00178733 sec. | ||
| 5846 | 2025.02.19 05:57:53.585838 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5847 | 2025.02.19 05:57:53.585967 [ 258 ] {23135aec-06aa-43a4-ad49-8b953c2bddef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5848 | 2025.02.19 05:57:53.586052 [ 258 ] {23135aec-06aa-43a4-ad49-8b953c2bddef} <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 | ||
| 5849 | 2025.02.19 05:57:53.587236 [ 258 ] {23135aec-06aa-43a4-ad49-8b953c2bddef} <Trace> oximeter.measurements_histogramu64 (7e806432-9fb0-4852-8b8d-11fed24611fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5850 | 2025.02.19 05:57:53.587274 [ 258 ] {23135aec-06aa-43a4-ad49-8b953c2bddef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 5851 | 2025.02.19 05:57:53.587910 [ 258 ] {23135aec-06aa-43a4-ad49-8b953c2bddef} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 5852 | 2025.02.19 05:57:53.588176 [ 258 ] {23135aec-06aa-43a4-ad49-8b953c2bddef} <Trace> oximeter.measurements_histogramu64 (7e806432-9fb0-4852-8b8d-11fed24611fa): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5853 | 2025.02.19 05:57:53.588380 [ 258 ] {23135aec-06aa-43a4-ad49-8b953c2bddef} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002443 sec., 11051.985264019648 rows/sec., 19.80 MiB/sec. | ||
| 5854 | 2025.02.19 05:57:53.588480 [ 258 ] {23135aec-06aa-43a4-ad49-8b953c2bddef} <Debug> TCPHandler: Processed in 0.002709446 sec. | ||
| 5855 | 2025.02.19 05:57:53.588627 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5856 | 2025.02.19 05:57:53.588754 [ 254 ] {a17e311a-d1a1-4bfd-8441-a80eb652535b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5857 | 2025.02.19 05:57:53.588811 [ 254 ] {a17e311a-d1a1-4bfd-8441-a80eb652535b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5858 | 2025.02.19 05:57:53.589328 [ 254 ] {a17e311a-d1a1-4bfd-8441-a80eb652535b} <Trace> oximeter.measurements_u64 (fe0987d5-5b8f-48d5-a303-9c895ee7970c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5859 | 2025.02.19 05:57:53.589374 [ 254 ] {a17e311a-d1a1-4bfd-8441-a80eb652535b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 5860 | 2025.02.19 05:57:53.589793 [ 254 ] {a17e311a-d1a1-4bfd-8441-a80eb652535b} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 5861 | 2025.02.19 05:57:53.590037 [ 254 ] {a17e311a-d1a1-4bfd-8441-a80eb652535b} <Trace> oximeter.measurements_u64 (fe0987d5-5b8f-48d5-a303-9c895ee7970c): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5862 | 2025.02.19 05:57:53.590256 [ 254 ] {a17e311a-d1a1-4bfd-8441-a80eb652535b} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00153 sec., 53594.77124183007 rows/sec., 3.40 MiB/sec. | ||
| 5863 | 2025.02.19 05:57:53.590323 [ 254 ] {a17e311a-d1a1-4bfd-8441-a80eb652535b} <Debug> TCPHandler: Processed in 0.00176 sec. | ||
| 5864 | 2025.02.19 05:57:57.975268 [ 25 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 5865 | 2025.02.19 05:57:57.975333 [ 25 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 5866 | 2025.02.19 05:57:58.098140 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 12871 | ||
| 5867 | 2025.02.19 05:57:58.098911 [ 244 ] {} <Trace> system.asynchronous_metric_log (5573eb27-0871-4eb5-bfd6-93b6d6d4142e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5868 | 2025.02.19 05:57:58.098958 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 5869 | 2025.02.19 05:57:58.099482 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 5870 | 2025.02.19 05:57:58.099733 [ 244 ] {} <Trace> system.asynchronous_metric_log (5573eb27-0871-4eb5-bfd6-93b6d6d4142e): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5871 | 2025.02.19 05:57:58.099965 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12871 | ||
| 5872 | 2025.02.19 05:57:58.161920 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 850 | ||
| 5873 | 2025.02.19 05:57:58.165104 [ 242 ] {} <Trace> system.query_log (c5831a85-9043-4d4c-a5be-d968cb126303): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5874 | 2025.02.19 05:57:58.165163 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 5875 | 2025.02.19 05:57:58.166659 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 5876 | 2025.02.19 05:57:58.166980 [ 242 ] {} <Trace> system.query_log (c5831a85-9043-4d4c-a5be-d968cb126303): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5877 | 2025.02.19 05:57:58.167687 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 850 | ||
| 5878 | 2025.02.19 05:57:58.557058 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5879 | 2025.02.19 05:57:58.557270 [ 254 ] {3efa0cf3-f69d-4fc3-bafe-0a9318b8f83a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5880 | 2025.02.19 05:57:58.557350 [ 254 ] {3efa0cf3-f69d-4fc3-bafe-0a9318b8f83a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5881 | 2025.02.19 05:57:58.558220 [ 254 ] {3efa0cf3-f69d-4fc3-bafe-0a9318b8f83a} <Trace> oximeter.fields_string (2fcca75a-374a-4c87-833b-a981a707b5d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5882 | 2025.02.19 05:57:58.558273 [ 254 ] {3efa0cf3-f69d-4fc3-bafe-0a9318b8f83a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 5883 | 2025.02.19 05:57:58.558719 [ 254 ] {3efa0cf3-f69d-4fc3-bafe-0a9318b8f83a} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 5884 | 2025.02.19 05:57:58.558992 [ 254 ] {3efa0cf3-f69d-4fc3-bafe-0a9318b8f83a} <Trace> oximeter.fields_string (2fcca75a-374a-4c87-833b-a981a707b5d9): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5885 | 2025.02.19 05:57:58.559251 [ 254 ] {3efa0cf3-f69d-4fc3-bafe-0a9318b8f83a} <Debug> executeQuery: Read 80 rows, 6.77 KiB in 0.00204 sec., 39215.686274509804 rows/sec., 3.24 MiB/sec. | ||
| 5886 | 2025.02.19 05:57:58.559309 [ 254 ] {3efa0cf3-f69d-4fc3-bafe-0a9318b8f83a} <Debug> TCPHandler: Processed in 0.002405071 sec. | ||
| 5887 | 2025.02.19 05:57:58.559487 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5888 | 2025.02.19 05:57:58.559599 [ 258 ] {5753406a-bfbe-4523-9668-d0a31ab65396} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5889 | 2025.02.19 05:57:58.559644 [ 258 ] {5753406a-bfbe-4523-9668-d0a31ab65396} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5890 | 2025.02.19 05:57:58.560177 [ 258 ] {5753406a-bfbe-4523-9668-d0a31ab65396} <Trace> oximeter.fields_u16 (6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5891 | 2025.02.19 05:57:58.560217 [ 258 ] {5753406a-bfbe-4523-9668-d0a31ab65396} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 5892 | 2025.02.19 05:57:58.560570 [ 258 ] {5753406a-bfbe-4523-9668-d0a31ab65396} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 5893 | 2025.02.19 05:57:58.560819 [ 258 ] {5753406a-bfbe-4523-9668-d0a31ab65396} <Trace> oximeter.fields_u16 (6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5894 | 2025.02.19 05:57:58.560982 [ 25 ] {} <Debug> oximeter.fields_u16 (6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 5895 | 2025.02.19 05:57:58.561044 [ 258 ] {5753406a-bfbe-4523-9668-d0a31ab65396} <Debug> executeQuery: Read 12 rows, 924.00 B in 0.001464 sec., 8196.72131147541 rows/sec., 616.36 KiB/sec. | ||
| 5896 | 2025.02.19 05:57:58.561069 [ 25 ] {} <Trace> oximeter.fields_u16 (6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5897 | 2025.02.19 05:57:58.561137 [ 25 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 5898 | 2025.02.19 05:57:58.561170 [ 258 ] {5753406a-bfbe-4523-9668-d0a31ab65396} <Debug> TCPHandler: Processed in 0.001734519 sec. | ||
| 5899 | 2025.02.19 05:57:58.561462 [ 193 ] {6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f::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 | ||
| 5900 | 2025.02.19 05:57:58.561470 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5901 | 2025.02.19 05:57:58.561866 [ 193 ] {6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5902 | 2025.02.19 05:57:58.561884 [ 254 ] {797458a7-0a59-4741-93a5-4aa1f547c2e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5903 | 2025.02.19 05:57:58.561942 [ 193 ] {6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 163 rows starting from the beginning of the part | ||
| 5904 | 2025.02.19 05:57:58.561983 [ 254 ] {797458a7-0a59-4741-93a5-4aa1f547c2e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5905 | 2025.02.19 05:57:58.562240 [ 193 ] {6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 12 rows starting from the beginning of the part | ||
| 5906 | 2025.02.19 05:57:58.562606 [ 193 ] {6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 133 rows starting from the beginning of the part | ||
| 5907 | 2025.02.19 05:57:58.562933 [ 193 ] {6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 26 rows starting from the beginning of the part | ||
| 5908 | 2025.02.19 05:57:58.563210 [ 193 ] {6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 133 rows starting from the beginning of the part | ||
| 5909 | 2025.02.19 05:57:58.563532 [ 193 ] {6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 12 rows starting from the beginning of the part | ||
| 5910 | 2025.02.19 05:57:58.565071 [ 254 ] {797458a7-0a59-4741-93a5-4aa1f547c2e3} <Trace> oximeter.fields_uuid (3e28ef33-2603-423e-a1ee-258fce097b7c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5911 | 2025.02.19 05:57:58.565150 [ 254 ] {797458a7-0a59-4741-93a5-4aa1f547c2e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 5912 | 2025.02.19 05:57:58.566272 [ 254 ] {797458a7-0a59-4741-93a5-4aa1f547c2e3} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 5913 | 2025.02.19 05:57:58.566552 [ 193 ] {6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 479 rows, containing 5 columns (5 merged, 0 gathered) in 0.005309741 sec., 90211.5564582152 rows/sec., 6.06 MiB/sec. | ||
| 5914 | 2025.02.19 05:57:58.566748 [ 193 ] {6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 5915 | 2025.02.19 05:57:58.566814 [ 254 ] {797458a7-0a59-4741-93a5-4aa1f547c2e3} <Trace> oximeter.fields_uuid (3e28ef33-2603-423e-a1ee-258fce097b7c): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5916 | 2025.02.19 05:57:58.567427 [ 254 ] {797458a7-0a59-4741-93a5-4aa1f547c2e3} <Debug> executeQuery: Read 76 rows, 6.08 KiB in 0.005552 sec., 13688.760806916427 rows/sec., 1.07 MiB/sec. | ||
| 5917 | 2025.02.19 05:57:58.567464 [ 193 ] {6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f::all_1_36_7} <Trace> oximeter.fields_u16 (6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5918 | 2025.02.19 05:57:58.567846 [ 254 ] {797458a7-0a59-4741-93a5-4aa1f547c2e3} <Debug> TCPHandler: Processed in 0.006547951 sec. | ||
| 5919 | 2025.02.19 05:57:58.567863 [ 193 ] {6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f::all_1_36_7} <Trace> oximeter.fields_u16 (6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 5920 | 2025.02.19 05:57:58.568174 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5921 | 2025.02.19 05:57:58.568188 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 5922 | 2025.02.19 05:57:58.568336 [ 258 ] {b35e9ea7-ad60-4dc7-9816-0a551581dbdd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5923 | 2025.02.19 05:57:58.568401 [ 258 ] {b35e9ea7-ad60-4dc7-9816-0a551581dbdd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5924 | 2025.02.19 05:57:58.569040 [ 258 ] {b35e9ea7-ad60-4dc7-9816-0a551581dbdd} <Trace> oximeter.measurements_cumulativeu64 (12ad3da5-8862-4a0c-98f0-1a099eec319b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5925 | 2025.02.19 05:57:58.569080 [ 258 ] {b35e9ea7-ad60-4dc7-9816-0a551581dbdd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 5926 | 2025.02.19 05:57:58.569481 [ 258 ] {b35e9ea7-ad60-4dc7-9816-0a551581dbdd} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 5927 | 2025.02.19 05:57:58.569732 [ 258 ] {b35e9ea7-ad60-4dc7-9816-0a551581dbdd} <Trace> oximeter.measurements_cumulativeu64 (12ad3da5-8862-4a0c-98f0-1a099eec319b): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5928 | 2025.02.19 05:57:58.569942 [ 258 ] {b35e9ea7-ad60-4dc7-9816-0a551581dbdd} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001636 sec., 97799.51100244498 rows/sec., 6.81 MiB/sec. | ||
| 5929 | 2025.02.19 05:57:58.569995 [ 258 ] {b35e9ea7-ad60-4dc7-9816-0a551581dbdd} <Debug> TCPHandler: Processed in 0.002022194 sec. | ||
| 5930 | 2025.02.19 05:57:58.570130 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5931 | 2025.02.19 05:57:58.570261 [ 254 ] {bf940669-4624-4cd4-84a1-cc630b67402e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5932 | 2025.02.19 05:57:58.570340 [ 254 ] {bf940669-4624-4cd4-84a1-cc630b67402e} <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 | ||
| 5933 | 2025.02.19 05:57:58.571499 [ 254 ] {bf940669-4624-4cd4-84a1-cc630b67402e} <Trace> oximeter.measurements_histogramu64 (7e806432-9fb0-4852-8b8d-11fed24611fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5934 | 2025.02.19 05:57:58.571540 [ 254 ] {bf940669-4624-4cd4-84a1-cc630b67402e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 5935 | 2025.02.19 05:57:58.572175 [ 254 ] {bf940669-4624-4cd4-84a1-cc630b67402e} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 5936 | 2025.02.19 05:57:58.572447 [ 254 ] {bf940669-4624-4cd4-84a1-cc630b67402e} <Trace> oximeter.measurements_histogramu64 (7e806432-9fb0-4852-8b8d-11fed24611fa): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5937 | 2025.02.19 05:57:58.572642 [ 29 ] {} <Debug> oximeter.measurements_histogramu64 (7e806432-9fb0-4852-8b8d-11fed24611fa) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 5938 | 2025.02.19 05:57:58.572702 [ 29 ] {} <Trace> oximeter.measurements_histogramu64 (7e806432-9fb0-4852-8b8d-11fed24611fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5939 | 2025.02.19 05:57:58.572740 [ 254 ] {bf940669-4624-4cd4-84a1-cc630b67402e} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002498 sec., 4803.843074459568 rows/sec., 8.61 MiB/sec. | ||
| 5940 | 2025.02.19 05:57:58.572748 [ 29 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 5941 | 2025.02.19 05:57:58.573148 [ 197 ] {7e806432-9fb0-4852-8b8d-11fed24611fa::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 | ||
| 5942 | 2025.02.19 05:57:58.573169 [ 254 ] {bf940669-4624-4cd4-84a1-cc630b67402e} <Debug> TCPHandler: Processed in 0.003099002 sec. | ||
| 5943 | 2025.02.19 05:57:58.573401 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5944 | 2025.02.19 05:57:58.573688 [ 258 ] {6f1b179b-9be2-4486-a1bf-9f00d6aa4b7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5945 | 2025.02.19 05:57:58.573828 [ 258 ] {6f1b179b-9be2-4486-a1bf-9f00d6aa4b7a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5946 | 2025.02.19 05:57:58.573934 [ 197 ] {7e806432-9fb0-4852-8b8d-11fed24611fa::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5947 | 2025.02.19 05:57:58.574180 [ 197 ] {7e806432-9fb0-4852-8b8d-11fed24611fa::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 572 rows starting from the beginning of the part | ||
| 5948 | 2025.02.19 05:57:58.574922 [ 197 ] {7e806432-9fb0-4852-8b8d-11fed24611fa::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 12 rows starting from the beginning of the part | ||
| 5949 | 2025.02.19 05:57:58.575684 [ 197 ] {7e806432-9fb0-4852-8b8d-11fed24611fa::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 27 rows starting from the beginning of the part | ||
| 5950 | 2025.02.19 05:57:58.575936 [ 258 ] {6f1b179b-9be2-4486-a1bf-9f00d6aa4b7a} <Trace> oximeter.measurements_u64 (fe0987d5-5b8f-48d5-a303-9c895ee7970c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5951 | 2025.02.19 05:57:58.576170 [ 258 ] {6f1b179b-9be2-4486-a1bf-9f00d6aa4b7a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 5952 | 2025.02.19 05:57:58.576290 [ 197 ] {7e806432-9fb0-4852-8b8d-11fed24611fa::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 12 rows starting from the beginning of the part | ||
| 5953 | 2025.02.19 05:57:58.576927 [ 197 ] {7e806432-9fb0-4852-8b8d-11fed24611fa::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 27 rows starting from the beginning of the part | ||
| 5954 | 2025.02.19 05:57:58.577439 [ 197 ] {7e806432-9fb0-4852-8b8d-11fed24611fa::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 12 rows starting from the beginning of the part | ||
| 5955 | 2025.02.19 05:57:58.578117 [ 258 ] {6f1b179b-9be2-4486-a1bf-9f00d6aa4b7a} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 5956 | 2025.02.19 05:57:58.578789 [ 258 ] {6f1b179b-9be2-4486-a1bf-9f00d6aa4b7a} <Trace> oximeter.measurements_u64 (fe0987d5-5b8f-48d5-a303-9c895ee7970c): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5957 | 2025.02.19 05:57:58.579335 [ 258 ] {6f1b179b-9be2-4486-a1bf-9f00d6aa4b7a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005729 sec., 10473.031942747426 rows/sec., 722.75 KiB/sec. | ||
| 5958 | 2025.02.19 05:57:58.579423 [ 258 ] {6f1b179b-9be2-4486-a1bf-9f00d6aa4b7a} <Debug> TCPHandler: Processed in 0.006135525 sec. | ||
| 5959 | 2025.02.19 05:57:58.582170 [ 192 ] {7e806432-9fb0-4852-8b8d-11fed24611fa::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 662 rows, containing 19 columns (19 merged, 0 gathered) in 0.009271227 sec., 71403.70956293055 rows/sec., 127.95 MiB/sec. | ||
| 5960 | 2025.02.19 05:57:58.583310 [ 190 ] {7e806432-9fb0-4852-8b8d-11fed24611fa::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 5961 | 2025.02.19 05:57:58.583735 [ 190 ] {7e806432-9fb0-4852-8b8d-11fed24611fa::all_1_36_7} <Trace> oximeter.measurements_histogramu64 (7e806432-9fb0-4852-8b8d-11fed24611fa): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5962 | 2025.02.19 05:57:58.583812 [ 190 ] {7e806432-9fb0-4852-8b8d-11fed24611fa::all_1_36_7} <Trace> oximeter.measurements_histogramu64 (7e806432-9fb0-4852-8b8d-11fed24611fa) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 5963 | 2025.02.19 05:57:58.583963 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.44 MiB. | ||
| 5964 | 2025.02.19 05:57:59.013191 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 212 | ||
| 5965 | 2025.02.19 05:57:59.032535 [ 243 ] {} <Trace> system.metric_log (636422f3-000f-4feb-9852-006313efe3e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5966 | 2025.02.19 05:57:59.032591 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 5967 | 2025.02.19 05:57:59.040142 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 5968 | 2025.02.19 05:57:59.040925 [ 243 ] {} <Trace> system.metric_log (636422f3-000f-4feb-9852-006313efe3e0): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5969 | 2025.02.19 05:57:59.044097 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 212 | ||
| 5970 | 2025.02.19 05:57:59.310115 [ 29 ] {} <Debug> oximeter.fields_ipaddr (46427d01-24ae-42d6-a7d5-07bdb2aa84f9) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 5971 | 2025.02.19 05:57:59.310186 [ 29 ] {} <Trace> oximeter.fields_ipaddr (46427d01-24ae-42d6-a7d5-07bdb2aa84f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5972 | 2025.02.19 05:57:59.310215 [ 29 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 5973 | 2025.02.19 05:57:59.310381 [ 189 ] {46427d01-24ae-42d6-a7d5-07bdb2aa84f9::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 | ||
| 5974 | 2025.02.19 05:57:59.310568 [ 189 ] {46427d01-24ae-42d6-a7d5-07bdb2aa84f9::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5975 | 2025.02.19 05:57:59.310607 [ 189 ] {46427d01-24ae-42d6-a7d5-07bdb2aa84f9::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 10 rows starting from the beginning of the part | ||
| 5976 | 2025.02.19 05:57:59.310697 [ 189 ] {46427d01-24ae-42d6-a7d5-07bdb2aa84f9::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 | ||
| 5977 | 2025.02.19 05:57:59.310946 [ 189 ] {46427d01-24ae-42d6-a7d5-07bdb2aa84f9::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 14 rows starting from the beginning of the part | ||
| 5978 | 2025.02.19 05:57:59.311158 [ 189 ] {46427d01-24ae-42d6-a7d5-07bdb2aa84f9::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 4 rows starting from the beginning of the part | ||
| 5979 | 2025.02.19 05:57:59.311371 [ 189 ] {46427d01-24ae-42d6-a7d5-07bdb2aa84f9::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 14 rows starting from the beginning of the part | ||
| 5980 | 2025.02.19 05:57:59.312614 [ 190 ] {46427d01-24ae-42d6-a7d5-07bdb2aa84f9::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 46 rows, containing 5 columns (5 merged, 0 gathered) in 0.002329739 sec., 19744.701015864866 rows/sec., 1.65 MiB/sec. | ||
| 5981 | 2025.02.19 05:57:59.312825 [ 192 ] {46427d01-24ae-42d6-a7d5-07bdb2aa84f9::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 5982 | 2025.02.19 05:57:59.313179 [ 192 ] {46427d01-24ae-42d6-a7d5-07bdb2aa84f9::all_1_5_1} <Trace> oximeter.fields_ipaddr (46427d01-24ae-42d6-a7d5-07bdb2aa84f9): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5983 | 2025.02.19 05:57:59.313271 [ 192 ] {46427d01-24ae-42d6-a7d5-07bdb2aa84f9::all_1_5_1} <Trace> oximeter.fields_ipaddr (46427d01-24ae-42d6-a7d5-07bdb2aa84f9) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 5984 | 2025.02.19 05:57:59.313379 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 5985 | 2025.02.19 05:58:03.564641 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5986 | 2025.02.19 05:58:03.564859 [ 254 ] {348e3fc9-ecc0-4ea1-92b0-ffcf703495c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 5987 | 2025.02.19 05:58:03.564945 [ 254 ] {348e3fc9-ecc0-4ea1-92b0-ffcf703495c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 5988 | 2025.02.19 05:58:03.565817 [ 254 ] {348e3fc9-ecc0-4ea1-92b0-ffcf703495c2} <Trace> oximeter.fields_i16 (2bf1598c-a5a7-46ca-9aca-ef074bb76812): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5989 | 2025.02.19 05:58:03.565866 [ 254 ] {348e3fc9-ecc0-4ea1-92b0-ffcf703495c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 5990 | 2025.02.19 05:58:03.566311 [ 254 ] {348e3fc9-ecc0-4ea1-92b0-ffcf703495c2} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 5991 | 2025.02.19 05:58:03.566584 [ 254 ] {348e3fc9-ecc0-4ea1-92b0-ffcf703495c2} <Trace> oximeter.fields_i16 (2bf1598c-a5a7-46ca-9aca-ef074bb76812): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5992 | 2025.02.19 05:58:03.566849 [ 254 ] {348e3fc9-ecc0-4ea1-92b0-ffcf703495c2} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002044 sec., 103718.19960861058 rows/sec., 6.60 MiB/sec. | ||
| 5993 | 2025.02.19 05:58:03.566947 [ 254 ] {348e3fc9-ecc0-4ea1-92b0-ffcf703495c2} <Debug> TCPHandler: Processed in 0.002452362 sec. | ||
| 5994 | 2025.02.19 05:58:03.567130 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5995 | 2025.02.19 05:58:03.567240 [ 258 ] {84328943-6ff3-4f39-a294-ee501522a12d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 5996 | 2025.02.19 05:58:03.567289 [ 258 ] {84328943-6ff3-4f39-a294-ee501522a12d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 5997 | 2025.02.19 05:58:03.567831 [ 258 ] {84328943-6ff3-4f39-a294-ee501522a12d} <Trace> oximeter.fields_ipaddr (46427d01-24ae-42d6-a7d5-07bdb2aa84f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5998 | 2025.02.19 05:58:03.567871 [ 258 ] {84328943-6ff3-4f39-a294-ee501522a12d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 5999 | 2025.02.19 05:58:03.568225 [ 258 ] {84328943-6ff3-4f39-a294-ee501522a12d} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 6000 | 2025.02.19 05:58:03.568490 [ 258 ] {84328943-6ff3-4f39-a294-ee501522a12d} <Trace> oximeter.fields_ipaddr (46427d01-24ae-42d6-a7d5-07bdb2aa84f9): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6001 | 2025.02.19 05:58:03.568781 [ 258 ] {84328943-6ff3-4f39-a294-ee501522a12d} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001538 sec., 2600.780234070221 rows/sec., 212.08 KiB/sec. | ||
| 6002 | 2025.02.19 05:58:03.568862 [ 258 ] {84328943-6ff3-4f39-a294-ee501522a12d} <Debug> TCPHandler: Processed in 0.00179391 sec. | ||
| 6003 | 2025.02.19 05:58:03.569015 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6004 | 2025.02.19 05:58:03.569123 [ 254 ] {bb32407e-d302-4f73-bc0a-b3e19120f7ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6005 | 2025.02.19 05:58:03.569170 [ 254 ] {bb32407e-d302-4f73-bc0a-b3e19120f7ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6006 | 2025.02.19 05:58:03.569978 [ 254 ] {bb32407e-d302-4f73-bc0a-b3e19120f7ab} <Trace> oximeter.fields_string (2fcca75a-374a-4c87-833b-a981a707b5d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6007 | 2025.02.19 05:58:03.570019 [ 254 ] {bb32407e-d302-4f73-bc0a-b3e19120f7ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 6008 | 2025.02.19 05:58:03.570435 [ 254 ] {bb32407e-d302-4f73-bc0a-b3e19120f7ab} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 6009 | 2025.02.19 05:58:03.570703 [ 254 ] {bb32407e-d302-4f73-bc0a-b3e19120f7ab} <Trace> oximeter.fields_string (2fcca75a-374a-4c87-833b-a981a707b5d9): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6010 | 2025.02.19 05:58:03.570880 [ 57 ] {} <Debug> oximeter.fields_string (2fcca75a-374a-4c87-833b-a981a707b5d9) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 6011 | 2025.02.19 05:58:03.570943 [ 254 ] {bb32407e-d302-4f73-bc0a-b3e19120f7ab} <Debug> executeQuery: Read 673 rows, 54.60 KiB in 0.001838 sec., 366158.8683351469 rows/sec., 29.01 MiB/sec. | ||
| 6012 | 2025.02.19 05:58:03.570957 [ 57 ] {} <Trace> oximeter.fields_string (2fcca75a-374a-4c87-833b-a981a707b5d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6013 | 2025.02.19 05:58:03.571026 [ 57 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 6014 | 2025.02.19 05:58:03.571079 [ 254 ] {bb32407e-d302-4f73-bc0a-b3e19120f7ab} <Debug> TCPHandler: Processed in 0.002120576 sec. | ||
| 6015 | 2025.02.19 05:58:03.571305 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6016 | 2025.02.19 05:58:03.571312 [ 199 ] {2fcca75a-374a-4c87-833b-a981a707b5d9::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 | ||
| 6017 | 2025.02.19 05:58:03.571491 [ 258 ] {42dedfab-c3da-453a-9409-75eb251b78be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6018 | 2025.02.19 05:58:03.571605 [ 258 ] {42dedfab-c3da-453a-9409-75eb251b78be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6019 | 2025.02.19 05:58:03.571659 [ 199 ] {2fcca75a-374a-4c87-833b-a981a707b5d9::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6020 | 2025.02.19 05:58:03.571773 [ 199 ] {2fcca75a-374a-4c87-833b-a981a707b5d9::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1845 rows starting from the beginning of the part | ||
| 6021 | 2025.02.19 05:58:03.572045 [ 199 ] {2fcca75a-374a-4c87-833b-a981a707b5d9::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 1227 rows starting from the beginning of the part | ||
| 6022 | 2025.02.19 05:58:03.572455 [ 199 ] {2fcca75a-374a-4c87-833b-a981a707b5d9::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 56 rows starting from the beginning of the part | ||
| 6023 | 2025.02.19 05:58:03.572866 [ 199 ] {2fcca75a-374a-4c87-833b-a981a707b5d9::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 671 rows starting from the beginning of the part | ||
| 6024 | 2025.02.19 05:58:03.573280 [ 199 ] {2fcca75a-374a-4c87-833b-a981a707b5d9::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 80 rows starting from the beginning of the part | ||
| 6025 | 2025.02.19 05:58:03.573588 [ 199 ] {2fcca75a-374a-4c87-833b-a981a707b5d9::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 673 rows starting from the beginning of the part | ||
| 6026 | 2025.02.19 05:58:03.574481 [ 258 ] {42dedfab-c3da-453a-9409-75eb251b78be} <Trace> oximeter.fields_u16 (6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6027 | 2025.02.19 05:58:03.574544 [ 258 ] {42dedfab-c3da-453a-9409-75eb251b78be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 6028 | 2025.02.19 05:58:03.575458 [ 258 ] {42dedfab-c3da-453a-9409-75eb251b78be} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 6029 | 2025.02.19 05:58:03.576015 [ 258 ] {42dedfab-c3da-453a-9409-75eb251b78be} <Trace> oximeter.fields_u16 (6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6030 | 2025.02.19 05:58:03.576473 [ 258 ] {42dedfab-c3da-453a-9409-75eb251b78be} <Debug> executeQuery: Read 137 rows, 8.70 KiB in 0.005022 sec., 27279.96814018319 rows/sec., 1.69 MiB/sec. | ||
| 6031 | 2025.02.19 05:58:03.576642 [ 258 ] {42dedfab-c3da-453a-9409-75eb251b78be} <Debug> TCPHandler: Processed in 0.005459433 sec. | ||
| 6032 | 2025.02.19 05:58:03.576811 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6033 | 2025.02.19 05:58:03.576941 [ 254 ] {7274afc6-ce64-4ff1-90c2-08c00efe56e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 6034 | 2025.02.19 05:58:03.576984 [ 254 ] {7274afc6-ce64-4ff1-90c2-08c00efe56e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6035 | 2025.02.19 05:58:03.577805 [ 199 ] {2fcca75a-374a-4c87-833b-a981a707b5d9::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4552 rows, containing 5 columns (5 merged, 0 gathered) in 0.006638523 sec., 685694.6944373017 rows/sec., 58.25 MiB/sec. | ||
| 6036 | 2025.02.19 05:58:03.578181 [ 199 ] {2fcca75a-374a-4c87-833b-a981a707b5d9::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 6037 | 2025.02.19 05:58:03.578542 [ 254 ] {7274afc6-ce64-4ff1-90c2-08c00efe56e3} <Trace> oximeter.fields_u32 (65b4bee1-230d-4ffd-8593-1cf368c54481): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6038 | 2025.02.19 05:58:03.578605 [ 254 ] {7274afc6-ce64-4ff1-90c2-08c00efe56e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 6039 | 2025.02.19 05:58:03.578850 [ 199 ] {2fcca75a-374a-4c87-833b-a981a707b5d9::all_1_46_9} <Trace> oximeter.fields_string (2fcca75a-374a-4c87-833b-a981a707b5d9): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6040 | 2025.02.19 05:58:03.579039 [ 199 ] {2fcca75a-374a-4c87-833b-a981a707b5d9::all_1_46_9} <Trace> oximeter.fields_string (2fcca75a-374a-4c87-833b-a981a707b5d9) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 6041 | 2025.02.19 05:58:03.579223 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.96 MiB. | ||
| 6042 | 2025.02.19 05:58:03.579352 [ 254 ] {7274afc6-ce64-4ff1-90c2-08c00efe56e3} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 6043 | 2025.02.19 05:58:03.579603 [ 254 ] {7274afc6-ce64-4ff1-90c2-08c00efe56e3} <Trace> oximeter.fields_u32 (65b4bee1-230d-4ffd-8593-1cf368c54481): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6044 | 2025.02.19 05:58:03.579821 [ 254 ] {7274afc6-ce64-4ff1-90c2-08c00efe56e3} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.002869 sec., 39386.54583478564 rows/sec., 2.55 MiB/sec. | ||
| 6045 | 2025.02.19 05:58:03.579884 [ 254 ] {7274afc6-ce64-4ff1-90c2-08c00efe56e3} <Debug> TCPHandler: Processed in 0.003113263 sec. | ||
| 6046 | 2025.02.19 05:58:03.580028 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6047 | 2025.02.19 05:58:03.580164 [ 258 ] {d51a5397-8a71-49af-9803-38232260fb3b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 6048 | 2025.02.19 05:58:03.580219 [ 258 ] {d51a5397-8a71-49af-9803-38232260fb3b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 6049 | 2025.02.19 05:58:03.580920 [ 258 ] {d51a5397-8a71-49af-9803-38232260fb3b} <Trace> oximeter.fields_u8 (cef67ce3-27e4-4c55-9365-409a4c7c6d8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6050 | 2025.02.19 05:58:03.580968 [ 258 ] {d51a5397-8a71-49af-9803-38232260fb3b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 6051 | 2025.02.19 05:58:03.581351 [ 258 ] {d51a5397-8a71-49af-9803-38232260fb3b} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 6052 | 2025.02.19 05:58:03.581591 [ 258 ] {d51a5397-8a71-49af-9803-38232260fb3b} <Trace> oximeter.fields_u8 (cef67ce3-27e4-4c55-9365-409a4c7c6d8e): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6053 | 2025.02.19 05:58:03.581813 [ 258 ] {d51a5397-8a71-49af-9803-38232260fb3b} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001679 sec., 66706.37284097678 rows/sec., 3.80 MiB/sec. | ||
| 6054 | 2025.02.19 05:58:03.581866 [ 258 ] {d51a5397-8a71-49af-9803-38232260fb3b} <Debug> TCPHandler: Processed in 0.001904523 sec. | ||
| 6055 | 2025.02.19 05:58:03.582021 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6056 | 2025.02.19 05:58:03.582130 [ 254 ] {cf49f943-94da-445c-b89b-167d472795a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6057 | 2025.02.19 05:58:03.582185 [ 254 ] {cf49f943-94da-445c-b89b-167d472795a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6058 | 2025.02.19 05:58:03.582985 [ 254 ] {cf49f943-94da-445c-b89b-167d472795a6} <Trace> oximeter.fields_uuid (3e28ef33-2603-423e-a1ee-258fce097b7c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6059 | 2025.02.19 05:58:03.583032 [ 254 ] {cf49f943-94da-445c-b89b-167d472795a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 6060 | 2025.02.19 05:58:03.583431 [ 254 ] {cf49f943-94da-445c-b89b-167d472795a6} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 6061 | 2025.02.19 05:58:03.583670 [ 254 ] {cf49f943-94da-445c-b89b-167d472795a6} <Trace> oximeter.fields_uuid (3e28ef33-2603-423e-a1ee-258fce097b7c): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6062 | 2025.02.19 05:58:03.583842 [ 152 ] {} <Debug> oximeter.fields_uuid (3e28ef33-2603-423e-a1ee-258fce097b7c) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 6063 | 2025.02.19 05:58:03.583901 [ 254 ] {cf49f943-94da-445c-b89b-167d472795a6} <Debug> executeQuery: Read 413 rows, 30.07 KiB in 0.001793 sec., 230340.21193530396 rows/sec., 16.38 MiB/sec. | ||
| 6064 | 2025.02.19 05:58:03.583920 [ 152 ] {} <Trace> oximeter.fields_uuid (3e28ef33-2603-423e-a1ee-258fce097b7c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6065 | 2025.02.19 05:58:03.583994 [ 152 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 6066 | 2025.02.19 05:58:03.584032 [ 254 ] {cf49f943-94da-445c-b89b-167d472795a6} <Debug> TCPHandler: Processed in 0.002056795 sec. | ||
| 6067 | 2025.02.19 05:58:03.584303 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6068 | 2025.02.19 05:58:03.584340 [ 186 ] {3e28ef33-2603-423e-a1ee-258fce097b7c::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 | ||
| 6069 | 2025.02.19 05:58:03.584709 [ 258 ] {2d267ddf-8a80-4abd-a9ba-e2ed9036bac0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 6070 | 2025.02.19 05:58:03.584857 [ 186 ] {3e28ef33-2603-423e-a1ee-258fce097b7c::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6071 | 2025.02.19 05:58:03.584944 [ 258 ] {2d267ddf-8a80-4abd-a9ba-e2ed9036bac0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 6072 | 2025.02.19 05:58:03.584988 [ 186 ] {3e28ef33-2603-423e-a1ee-258fce097b7c::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 913 rows starting from the beginning of the part | ||
| 6073 | 2025.02.19 05:58:03.585594 [ 186 ] {3e28ef33-2603-423e-a1ee-258fce097b7c::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 546 rows starting from the beginning of the part | ||
| 6074 | 2025.02.19 05:58:03.585890 [ 186 ] {3e28ef33-2603-423e-a1ee-258fce097b7c::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 64 rows starting from the beginning of the part | ||
| 6075 | 2025.02.19 05:58:03.586288 [ 186 ] {3e28ef33-2603-423e-a1ee-258fce097b7c::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 409 rows starting from the beginning of the part | ||
| 6076 | 2025.02.19 05:58:03.586672 [ 186 ] {3e28ef33-2603-423e-a1ee-258fce097b7c::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 76 rows starting from the beginning of the part | ||
| 6077 | 2025.02.19 05:58:03.586973 [ 186 ] {3e28ef33-2603-423e-a1ee-258fce097b7c::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 413 rows starting from the beginning of the part | ||
| 6078 | 2025.02.19 05:58:03.587599 [ 258 ] {2d267ddf-8a80-4abd-a9ba-e2ed9036bac0} <Trace> oximeter.measurements_bool (16e9d126-bc56-4e42-988e-352459bd24dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6079 | 2025.02.19 05:58:03.587644 [ 258 ] {2d267ddf-8a80-4abd-a9ba-e2ed9036bac0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 6080 | 2025.02.19 05:58:03.588137 [ 258 ] {2d267ddf-8a80-4abd-a9ba-e2ed9036bac0} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 6081 | 2025.02.19 05:58:03.588470 [ 258 ] {2d267ddf-8a80-4abd-a9ba-e2ed9036bac0} <Trace> oximeter.measurements_bool (16e9d126-bc56-4e42-988e-352459bd24dc): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6082 | 2025.02.19 05:58:03.588649 [ 152 ] {} <Debug> oximeter.measurements_bool (16e9d126-bc56-4e42-988e-352459bd24dc) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 6083 | 2025.02.19 05:58:03.588725 [ 152 ] {} <Trace> oximeter.measurements_bool (16e9d126-bc56-4e42-988e-352459bd24dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6084 | 2025.02.19 05:58:03.588751 [ 258 ] {2d267ddf-8a80-4abd-a9ba-e2ed9036bac0} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004196 sec., 1429.9332697807436 rows/sec., 74.71 KiB/sec. | ||
| 6085 | 2025.02.19 05:58:03.588779 [ 152 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 6086 | 2025.02.19 05:58:03.589042 [ 258 ] {2d267ddf-8a80-4abd-a9ba-e2ed9036bac0} <Debug> TCPHandler: Processed in 0.004895173 sec. | ||
| 6087 | 2025.02.19 05:58:03.589477 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6088 | 2025.02.19 05:58:03.589657 [ 196 ] {16e9d126-bc56-4e42-988e-352459bd24dc::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 | ||
| 6089 | 2025.02.19 05:58:03.590239 [ 254 ] {e653ddd2-34d5-454a-bd55-43b2f372ba9d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6090 | 2025.02.19 05:58:03.590680 [ 196 ] {16e9d126-bc56-4e42-988e-352459bd24dc::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6091 | 2025.02.19 05:58:03.590835 [ 196 ] {16e9d126-bc56-4e42-988e-352459bd24dc::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 | ||
| 6092 | 2025.02.19 05:58:03.591231 [ 196 ] {16e9d126-bc56-4e42-988e-352459bd24dc::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 | ||
| 6093 | 2025.02.19 05:58:03.591273 [ 254 ] {e653ddd2-34d5-454a-bd55-43b2f372ba9d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6094 | 2025.02.19 05:58:03.591381 [ 198 ] {3e28ef33-2603-423e-a1ee-258fce097b7c::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2421 rows, containing 5 columns (5 merged, 0 gathered) in 0.007263564 sec., 333307.4507225379 rows/sec., 25.53 MiB/sec. | ||
| 6095 | 2025.02.19 05:58:03.591675 [ 196 ] {16e9d126-bc56-4e42-988e-352459bd24dc::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 | ||
| 6096 | 2025.02.19 05:58:03.591964 [ 198 ] {3e28ef33-2603-423e-a1ee-258fce097b7c::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 6097 | 2025.02.19 05:58:03.592325 [ 196 ] {16e9d126-bc56-4e42-988e-352459bd24dc::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 | ||
| 6098 | 2025.02.19 05:58:03.592825 [ 196 ] {16e9d126-bc56-4e42-988e-352459bd24dc::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 | ||
| 6099 | 2025.02.19 05:58:03.593366 [ 196 ] {16e9d126-bc56-4e42-988e-352459bd24dc::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 | ||
| 6100 | 2025.02.19 05:58:03.593560 [ 201 ] {3e28ef33-2603-423e-a1ee-258fce097b7c::all_1_46_9} <Trace> oximeter.fields_uuid (3e28ef33-2603-423e-a1ee-258fce097b7c): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6101 | 2025.02.19 05:58:03.594150 [ 201 ] {3e28ef33-2603-423e-a1ee-258fce097b7c::all_1_46_9} <Trace> oximeter.fields_uuid (3e28ef33-2603-423e-a1ee-258fce097b7c) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 6102 | 2025.02.19 05:58:03.594460 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.58 MiB. | ||
| 6103 | 2025.02.19 05:58:03.595157 [ 254 ] {e653ddd2-34d5-454a-bd55-43b2f372ba9d} <Trace> oximeter.measurements_cumulativeu64 (12ad3da5-8862-4a0c-98f0-1a099eec319b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6104 | 2025.02.19 05:58:03.595228 [ 254 ] {e653ddd2-34d5-454a-bd55-43b2f372ba9d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 6105 | 2025.02.19 05:58:03.596396 [ 254 ] {e653ddd2-34d5-454a-bd55-43b2f372ba9d} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 6106 | 2025.02.19 05:58:03.596624 [ 201 ] {16e9d126-bc56-4e42-988e-352459bd24dc::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 96 rows, containing 4 columns (4 merged, 0 gathered) in 0.00767464 sec., 12508.730051181554 rows/sec., 653.53 KiB/sec. | ||
| 6107 | 2025.02.19 05:58:03.596867 [ 254 ] {e653ddd2-34d5-454a-bd55-43b2f372ba9d} <Trace> oximeter.measurements_cumulativeu64 (12ad3da5-8862-4a0c-98f0-1a099eec319b): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6108 | 2025.02.19 05:58:03.596873 [ 201 ] {16e9d126-bc56-4e42-988e-352459bd24dc::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 6109 | 2025.02.19 05:58:03.597190 [ 152 ] {} <Debug> oximeter.measurements_cumulativeu64 (12ad3da5-8862-4a0c-98f0-1a099eec319b) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 6110 | 2025.02.19 05:58:03.597297 [ 152 ] {} <Trace> oximeter.measurements_cumulativeu64 (12ad3da5-8862-4a0c-98f0-1a099eec319b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6111 | 2025.02.19 05:58:03.597374 [ 152 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 6112 | 2025.02.19 05:58:03.597466 [ 254 ] {e653ddd2-34d5-454a-bd55-43b2f372ba9d} <Debug> executeQuery: Read 239 rows, 16.41 KiB in 0.007511 sec., 31819.997337238714 rows/sec., 2.13 MiB/sec. | ||
| 6113 | 2025.02.19 05:58:03.597797 [ 194 ] {12ad3da5-8862-4a0c-98f0-1a099eec319b::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 | ||
| 6114 | 2025.02.19 05:58:03.597817 [ 201 ] {16e9d126-bc56-4e42-988e-352459bd24dc::all_1_16_3} <Trace> oximeter.measurements_bool (16e9d126-bc56-4e42-988e-352459bd24dc): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6115 | 2025.02.19 05:58:03.597850 [ 254 ] {e653ddd2-34d5-454a-bd55-43b2f372ba9d} <Debug> TCPHandler: Processed in 0.008640867 sec. | ||
| 6116 | 2025.02.19 05:58:03.598187 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6117 | 2025.02.19 05:58:03.598222 [ 201 ] {16e9d126-bc56-4e42-988e-352459bd24dc::all_1_16_3} <Trace> oximeter.measurements_bool (16e9d126-bc56-4e42-988e-352459bd24dc) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 6118 | 2025.02.19 05:58:03.598278 [ 194 ] {12ad3da5-8862-4a0c-98f0-1a099eec319b::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6119 | 2025.02.19 05:58:03.598377 [ 194 ] {12ad3da5-8862-4a0c-98f0-1a099eec319b::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_41_8, total 12222 rows starting from the beginning of the part | ||
| 6120 | 2025.02.19 05:58:03.598522 [ 258 ] {34dce594-9831-4843-9b0a-3f2102eed90f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 6121 | 2025.02.19 05:58:03.598559 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 6122 | 2025.02.19 05:58:03.598808 [ 194 ] {12ad3da5-8862-4a0c-98f0-1a099eec319b::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 981 rows starting from the beginning of the part | ||
| 6123 | 2025.02.19 05:58:03.598809 [ 258 ] {34dce594-9831-4843-9b0a-3f2102eed90f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 6124 | 2025.02.19 05:58:03.599131 [ 194 ] {12ad3da5-8862-4a0c-98f0-1a099eec319b::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 32 rows starting from the beginning of the part | ||
| 6125 | 2025.02.19 05:58:03.599486 [ 194 ] {12ad3da5-8862-4a0c-98f0-1a099eec319b::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 237 rows starting from the beginning of the part | ||
| 6126 | 2025.02.19 05:58:03.599924 [ 194 ] {12ad3da5-8862-4a0c-98f0-1a099eec319b::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 160 rows starting from the beginning of the part | ||
| 6127 | 2025.02.19 05:58:03.600224 [ 194 ] {12ad3da5-8862-4a0c-98f0-1a099eec319b::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 239 rows starting from the beginning of the part | ||
| 6128 | 2025.02.19 05:58:03.600940 [ 258 ] {34dce594-9831-4843-9b0a-3f2102eed90f} <Trace> oximeter.measurements_f64 (338bebf0-eeef-41b9-b679-f4717a277180): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6129 | 2025.02.19 05:58:03.600984 [ 258 ] {34dce594-9831-4843-9b0a-3f2102eed90f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 6130 | 2025.02.19 05:58:03.601546 [ 258 ] {34dce594-9831-4843-9b0a-3f2102eed90f} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 6131 | 2025.02.19 05:58:03.601833 [ 258 ] {34dce594-9831-4843-9b0a-3f2102eed90f} <Trace> oximeter.measurements_f64 (338bebf0-eeef-41b9-b679-f4717a277180): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6132 | 2025.02.19 05:58:03.602032 [ 152 ] {} <Debug> oximeter.measurements_f64 (338bebf0-eeef-41b9-b679-f4717a277180) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 6133 | 2025.02.19 05:58:03.602151 [ 152 ] {} <Trace> oximeter.measurements_f64 (338bebf0-eeef-41b9-b679-f4717a277180): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6134 | 2025.02.19 05:58:03.602239 [ 152 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 6135 | 2025.02.19 05:58:03.602291 [ 258 ] {34dce594-9831-4843-9b0a-3f2102eed90f} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003878 sec., 257.86487880350694 rows/sec., 17.38 KiB/sec. | ||
| 6136 | 2025.02.19 05:58:03.602699 [ 200 ] {338bebf0-eeef-41b9-b679-f4717a277180::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 | ||
| 6137 | 2025.02.19 05:58:03.603298 [ 258 ] {34dce594-9831-4843-9b0a-3f2102eed90f} <Debug> TCPHandler: Processed in 0.00531043 sec. | ||
| 6138 | 2025.02.19 05:58:03.603369 [ 200 ] {338bebf0-eeef-41b9-b679-f4717a277180::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6139 | 2025.02.19 05:58:03.603573 [ 200 ] {338bebf0-eeef-41b9-b679-f4717a277180::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 12 rows starting from the beginning of the part | ||
| 6140 | 2025.02.19 05:58:03.603636 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6141 | 2025.02.19 05:58:03.604119 [ 200 ] {338bebf0-eeef-41b9-b679-f4717a277180::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 1 rows starting from the beginning of the part | ||
| 6142 | 2025.02.19 05:58:03.604201 [ 254 ] {77890c47-51e4-4ba3-96b9-733062b9f5ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6143 | 2025.02.19 05:58:03.604594 [ 200 ] {338bebf0-eeef-41b9-b679-f4717a277180::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 1 rows starting from the beginning of the part | ||
| 6144 | 2025.02.19 05:58:03.604692 [ 254 ] {77890c47-51e4-4ba3-96b9-733062b9f5ea} <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 | ||
| 6145 | 2025.02.19 05:58:03.604924 [ 200 ] {338bebf0-eeef-41b9-b679-f4717a277180::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 1 rows starting from the beginning of the part | ||
| 6146 | 2025.02.19 05:58:03.605547 [ 200 ] {338bebf0-eeef-41b9-b679-f4717a277180::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 1 rows starting from the beginning of the part | ||
| 6147 | 2025.02.19 05:58:03.606052 [ 200 ] {338bebf0-eeef-41b9-b679-f4717a277180::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 1 rows starting from the beginning of the part | ||
| 6148 | 2025.02.19 05:58:03.608573 [ 201 ] {12ad3da5-8862-4a0c-98f0-1a099eec319b::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 13871 rows, containing 5 columns (5 merged, 0 gathered) in 0.011038987 sec., 1256546.4566630977 rows/sec., 84.92 MiB/sec. | ||
| 6149 | 2025.02.19 05:58:03.609314 [ 201 ] {12ad3da5-8862-4a0c-98f0-1a099eec319b::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 6150 | 2025.02.19 05:58:03.610446 [ 201 ] {12ad3da5-8862-4a0c-98f0-1a099eec319b::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (12ad3da5-8862-4a0c-98f0-1a099eec319b): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6151 | 2025.02.19 05:58:03.610792 [ 201 ] {12ad3da5-8862-4a0c-98f0-1a099eec319b::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (12ad3da5-8862-4a0c-98f0-1a099eec319b) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 6152 | 2025.02.19 05:58:03.611059 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.41 MiB. | ||
| 6153 | 2025.02.19 05:58:03.611573 [ 200 ] {338bebf0-eeef-41b9-b679-f4717a277180::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 17 rows, containing 4 columns (4 merged, 0 gathered) in 0.009148925 sec., 1858.1418035452252 rows/sec., 124.78 KiB/sec. | ||
| 6154 | 2025.02.19 05:58:03.611807 [ 200 ] {338bebf0-eeef-41b9-b679-f4717a277180::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 6155 | 2025.02.19 05:58:03.612309 [ 254 ] {77890c47-51e4-4ba3-96b9-733062b9f5ea} <Trace> oximeter.measurements_histogramu64 (7e806432-9fb0-4852-8b8d-11fed24611fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6156 | 2025.02.19 05:58:03.612395 [ 254 ] {77890c47-51e4-4ba3-96b9-733062b9f5ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 6157 | 2025.02.19 05:58:03.612571 [ 200 ] {338bebf0-eeef-41b9-b679-f4717a277180::all_1_16_3} <Trace> oximeter.measurements_f64 (338bebf0-eeef-41b9-b679-f4717a277180): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6158 | 2025.02.19 05:58:03.612852 [ 200 ] {338bebf0-eeef-41b9-b679-f4717a277180::all_1_16_3} <Trace> oximeter.measurements_f64 (338bebf0-eeef-41b9-b679-f4717a277180) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 6159 | 2025.02.19 05:58:03.613006 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 6160 | 2025.02.19 05:58:03.613488 [ 254 ] {77890c47-51e4-4ba3-96b9-733062b9f5ea} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 6161 | 2025.02.19 05:58:03.613754 [ 254 ] {77890c47-51e4-4ba3-96b9-733062b9f5ea} <Trace> oximeter.measurements_histogramu64 (7e806432-9fb0-4852-8b8d-11fed24611fa): 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.02.19 05:58:03.613998 [ 254 ] {77890c47-51e4-4ba3-96b9-733062b9f5ea} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.010016 sec., 2695.686900958466 rows/sec., 4.83 MiB/sec. | ||
| 6163 | 2025.02.19 05:58:03.614116 [ 254 ] {77890c47-51e4-4ba3-96b9-733062b9f5ea} <Debug> TCPHandler: Processed in 0.010682632 sec. | ||
| 6164 | 2025.02.19 05:58:03.614267 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6165 | 2025.02.19 05:58:03.614397 [ 258 ] {b2054c06-d50c-4c9b-8862-3f6ab7030114} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6166 | 2025.02.19 05:58:03.614453 [ 258 ] {b2054c06-d50c-4c9b-8862-3f6ab7030114} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6167 | 2025.02.19 05:58:03.614990 [ 258 ] {b2054c06-d50c-4c9b-8862-3f6ab7030114} <Trace> oximeter.measurements_u64 (fe0987d5-5b8f-48d5-a303-9c895ee7970c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6168 | 2025.02.19 05:58:03.615038 [ 258 ] {b2054c06-d50c-4c9b-8862-3f6ab7030114} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 6169 | 2025.02.19 05:58:03.615416 [ 258 ] {b2054c06-d50c-4c9b-8862-3f6ab7030114} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 6170 | 2025.02.19 05:58:03.615661 [ 258 ] {b2054c06-d50c-4c9b-8862-3f6ab7030114} <Trace> oximeter.measurements_u64 (fe0987d5-5b8f-48d5-a303-9c895ee7970c): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6171 | 2025.02.19 05:58:03.615825 [ 152 ] {} <Debug> oximeter.measurements_u64 (fe0987d5-5b8f-48d5-a303-9c895ee7970c) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 6172 | 2025.02.19 05:58:03.615876 [ 152 ] {} <Trace> oximeter.measurements_u64 (fe0987d5-5b8f-48d5-a303-9c895ee7970c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6173 | 2025.02.19 05:58:03.615908 [ 258 ] {b2054c06-d50c-4c9b-8862-3f6ab7030114} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001526 sec., 53735.25557011795 rows/sec., 3.41 MiB/sec. | ||
| 6174 | 2025.02.19 05:58:03.615915 [ 152 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 6175 | 2025.02.19 05:58:03.616095 [ 258 ] {b2054c06-d50c-4c9b-8862-3f6ab7030114} <Debug> TCPHandler: Processed in 0.001882042 sec. | ||
| 6176 | 2025.02.19 05:58:03.616342 [ 187 ] {fe0987d5-5b8f-48d5-a303-9c895ee7970c::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 | ||
| 6177 | 2025.02.19 05:58:03.616533 [ 187 ] {fe0987d5-5b8f-48d5-a303-9c895ee7970c::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6178 | 2025.02.19 05:58:03.616571 [ 187 ] {fe0987d5-5b8f-48d5-a303-9c895ee7970c::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 2360 rows starting from the beginning of the part | ||
| 6179 | 2025.02.19 05:58:03.616680 [ 187 ] {fe0987d5-5b8f-48d5-a303-9c895ee7970c::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 48 rows starting from the beginning of the part | ||
| 6180 | 2025.02.19 05:58:03.616886 [ 187 ] {fe0987d5-5b8f-48d5-a303-9c895ee7970c::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 12 rows starting from the beginning of the part | ||
| 6181 | 2025.02.19 05:58:03.617058 [ 187 ] {fe0987d5-5b8f-48d5-a303-9c895ee7970c::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 82 rows starting from the beginning of the part | ||
| 6182 | 2025.02.19 05:58:03.617173 [ 187 ] {fe0987d5-5b8f-48d5-a303-9c895ee7970c::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 60 rows starting from the beginning of the part | ||
| 6183 | 2025.02.19 05:58:03.617345 [ 187 ] {fe0987d5-5b8f-48d5-a303-9c895ee7970c::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 82 rows starting from the beginning of the part | ||
| 6184 | 2025.02.19 05:58:03.618859 [ 190 ] {fe0987d5-5b8f-48d5-a303-9c895ee7970c::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2644 rows, containing 4 columns (4 merged, 0 gathered) in 0.002796408 sec., 945498.6539875441 rows/sec., 61.87 MiB/sec. | ||
| 6185 | 2025.02.19 05:58:03.619156 [ 189 ] {fe0987d5-5b8f-48d5-a303-9c895ee7970c::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 6186 | 2025.02.19 05:58:03.619518 [ 189 ] {fe0987d5-5b8f-48d5-a303-9c895ee7970c::all_1_46_9} <Trace> oximeter.measurements_u64 (fe0987d5-5b8f-48d5-a303-9c895ee7970c): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6187 | 2025.02.19 05:58:03.619619 [ 189 ] {fe0987d5-5b8f-48d5-a303-9c895ee7970c::all_1_46_9} <Trace> oximeter.measurements_u64 (fe0987d5-5b8f-48d5-a303-9c895ee7970c) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 6188 | 2025.02.19 05:58:03.619720 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.70 MiB. | ||
| 6189 | 2025.02.19 05:58:05.600160 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 13298 | ||
| 6190 | 2025.02.19 05:58:05.600821 [ 244 ] {} <Trace> system.asynchronous_metric_log (5573eb27-0871-4eb5-bfd6-93b6d6d4142e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6191 | 2025.02.19 05:58:05.600873 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 6192 | 2025.02.19 05:58:05.601403 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 6193 | 2025.02.19 05:58:05.601659 [ 244 ] {} <Trace> system.asynchronous_metric_log (5573eb27-0871-4eb5-bfd6-93b6d6d4142e): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6194 | 2025.02.19 05:58:05.601913 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13298 | ||
| 6195 | 2025.02.19 05:58:06.544236 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 219 | ||
| 6196 | 2025.02.19 05:58:06.564891 [ 243 ] {} <Trace> system.metric_log (636422f3-000f-4feb-9852-006313efe3e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6197 | 2025.02.19 05:58:06.564957 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 6198 | 2025.02.19 05:58:06.572412 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 6199 | 2025.02.19 05:58:06.573195 [ 243 ] {} <Trace> system.metric_log (636422f3-000f-4feb-9852-006313efe3e0): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6200 | 2025.02.19 05:58:06.576538 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 219 | ||
| 6201 | 2025.02.19 05:58:08.167974 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 886 | ||
| 6202 | 2025.02.19 05:58:08.171166 [ 242 ] {} <Trace> system.query_log (c5831a85-9043-4d4c-a5be-d968cb126303): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6203 | 2025.02.19 05:58:08.171228 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 6204 | 2025.02.19 05:58:08.172724 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 6205 | 2025.02.19 05:58:08.173038 [ 242 ] {} <Trace> system.query_log (c5831a85-9043-4d4c-a5be-d968cb126303): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6206 | 2025.02.19 05:58:08.173277 [ 65 ] {} <Debug> system.query_log (c5831a85-9043-4d4c-a5be-d968cb126303) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 6207 | 2025.02.19 05:58:08.173389 [ 65 ] {} <Trace> system.query_log (c5831a85-9043-4d4c-a5be-d968cb126303): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6208 | 2025.02.19 05:58:08.173461 [ 65 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 6209 | 2025.02.19 05:58:08.174008 [ 190 ] {c5831a85-9043-4d4c-a5be-d968cb126303::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 | ||
| 6210 | 2025.02.19 05:58:08.175050 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 886 | ||
| 6211 | 2025.02.19 05:58:08.175343 [ 190 ] {c5831a85-9043-4d4c-a5be-d968cb126303::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6212 | 2025.02.19 05:58:08.175483 [ 190 ] {c5831a85-9043-4d4c-a5be-d968cb126303::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 726 rows starting from the beginning of the part | ||
| 6213 | 2025.02.19 05:58:08.176103 [ 190 ] {c5831a85-9043-4d4c-a5be-d968cb126303::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 20 rows starting from the beginning of the part | ||
| 6214 | 2025.02.19 05:58:08.176673 [ 190 ] {c5831a85-9043-4d4c-a5be-d968cb126303::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 24 rows starting from the beginning of the part | ||
| 6215 | 2025.02.19 05:58:08.177257 [ 190 ] {c5831a85-9043-4d4c-a5be-d968cb126303::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 50 rows starting from the beginning of the part | ||
| 6216 | 2025.02.19 05:58:08.177882 [ 190 ] {c5831a85-9043-4d4c-a5be-d968cb126303::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 30 rows starting from the beginning of the part | ||
| 6217 | 2025.02.19 05:58:08.178542 [ 190 ] {c5831a85-9043-4d4c-a5be-d968cb126303::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 36 rows starting from the beginning of the part | ||
| 6218 | 2025.02.19 05:58:08.186728 [ 189 ] {c5831a85-9043-4d4c-a5be-d968cb126303::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 886 rows, containing 72 columns (72 merged, 0 gathered) in 0.013132273 sec., 67467.37598281729 rows/sec., 55.70 MiB/sec. | ||
| 6219 | 2025.02.19 05:58:08.188054 [ 189 ] {c5831a85-9043-4d4c-a5be-d968cb126303::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 6220 | 2025.02.19 05:58:08.188895 [ 189 ] {c5831a85-9043-4d4c-a5be-d968cb126303::all_1_21_4} <Trace> system.query_log (c5831a85-9043-4d4c-a5be-d968cb126303): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6221 | 2025.02.19 05:58:08.188987 [ 189 ] {c5831a85-9043-4d4c-a5be-d968cb126303::all_1_21_4} <Trace> system.query_log (c5831a85-9043-4d4c-a5be-d968cb126303) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 6222 | 2025.02.19 05:58:08.189333 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.27 MiB. | ||
| 6223 | 2025.02.19 05:58:08.557187 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6224 | 2025.02.19 05:58:08.557389 [ 254 ] {7fd17190-6ab3-43c9-a6c9-5f3ed42e4b8e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6225 | 2025.02.19 05:58:08.557471 [ 254 ] {7fd17190-6ab3-43c9-a6c9-5f3ed42e4b8e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6226 | 2025.02.19 05:58:08.558341 [ 254 ] {7fd17190-6ab3-43c9-a6c9-5f3ed42e4b8e} <Trace> oximeter.fields_string (2fcca75a-374a-4c87-833b-a981a707b5d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6227 | 2025.02.19 05:58:08.558391 [ 254 ] {7fd17190-6ab3-43c9-a6c9-5f3ed42e4b8e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 6228 | 2025.02.19 05:58:08.558828 [ 254 ] {7fd17190-6ab3-43c9-a6c9-5f3ed42e4b8e} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 6229 | 2025.02.19 05:58:08.559099 [ 254 ] {7fd17190-6ab3-43c9-a6c9-5f3ed42e4b8e} <Trace> oximeter.fields_string (2fcca75a-374a-4c87-833b-a981a707b5d9): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6230 | 2025.02.19 05:58:08.559363 [ 254 ] {7fd17190-6ab3-43c9-a6c9-5f3ed42e4b8e} <Debug> executeQuery: Read 80 rows, 6.77 KiB in 0.00203 sec., 39408.86699507389 rows/sec., 3.26 MiB/sec. | ||
| 6231 | 2025.02.19 05:58:08.559478 [ 254 ] {7fd17190-6ab3-43c9-a6c9-5f3ed42e4b8e} <Debug> TCPHandler: Processed in 0.002429091 sec. | ||
| 6232 | 2025.02.19 05:58:08.559702 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6233 | 2025.02.19 05:58:08.559858 [ 258 ] {337ad15c-2643-43f7-9d5c-1a6292915bb0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6234 | 2025.02.19 05:58:08.559911 [ 258 ] {337ad15c-2643-43f7-9d5c-1a6292915bb0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6235 | 2025.02.19 05:58:08.560482 [ 258 ] {337ad15c-2643-43f7-9d5c-1a6292915bb0} <Trace> oximeter.fields_u16 (6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6236 | 2025.02.19 05:58:08.560528 [ 258 ] {337ad15c-2643-43f7-9d5c-1a6292915bb0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 6237 | 2025.02.19 05:58:08.560896 [ 258 ] {337ad15c-2643-43f7-9d5c-1a6292915bb0} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 6238 | 2025.02.19 05:58:08.561147 [ 258 ] {337ad15c-2643-43f7-9d5c-1a6292915bb0} <Trace> oximeter.fields_u16 (6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6239 | 2025.02.19 05:58:08.561378 [ 258 ] {337ad15c-2643-43f7-9d5c-1a6292915bb0} <Debug> executeQuery: Read 12 rows, 924.00 B in 0.00155 sec., 7741.935483870968 rows/sec., 582.16 KiB/sec. | ||
| 6240 | 2025.02.19 05:58:08.561436 [ 258 ] {337ad15c-2643-43f7-9d5c-1a6292915bb0} <Debug> TCPHandler: Processed in 0.001842751 sec. | ||
| 6241 | 2025.02.19 05:58:08.561586 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6242 | 2025.02.19 05:58:08.561719 [ 254 ] {77c719cd-ac99-4f67-8236-31ba67669e4f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6243 | 2025.02.19 05:58:08.561775 [ 254 ] {77c719cd-ac99-4f67-8236-31ba67669e4f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6244 | 2025.02.19 05:58:08.562416 [ 254 ] {77c719cd-ac99-4f67-8236-31ba67669e4f} <Trace> oximeter.fields_uuid (3e28ef33-2603-423e-a1ee-258fce097b7c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6245 | 2025.02.19 05:58:08.562457 [ 254 ] {77c719cd-ac99-4f67-8236-31ba67669e4f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 6246 | 2025.02.19 05:58:08.562820 [ 254 ] {77c719cd-ac99-4f67-8236-31ba67669e4f} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 6247 | 2025.02.19 05:58:08.563067 [ 254 ] {77c719cd-ac99-4f67-8236-31ba67669e4f} <Trace> oximeter.fields_uuid (3e28ef33-2603-423e-a1ee-258fce097b7c): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6248 | 2025.02.19 05:58:08.563282 [ 254 ] {77c719cd-ac99-4f67-8236-31ba67669e4f} <Debug> executeQuery: Read 76 rows, 6.08 KiB in 0.001596 sec., 47619.04761904762 rows/sec., 3.72 MiB/sec. | ||
| 6249 | 2025.02.19 05:58:08.563333 [ 254 ] {77c719cd-ac99-4f67-8236-31ba67669e4f} <Debug> TCPHandler: Processed in 0.00181327 sec. | ||
| 6250 | 2025.02.19 05:58:08.563456 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6251 | 2025.02.19 05:58:08.563566 [ 258 ] {805cc1a0-8048-4c23-972e-0c1b9e891be7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6252 | 2025.02.19 05:58:08.563615 [ 258 ] {805cc1a0-8048-4c23-972e-0c1b9e891be7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6253 | 2025.02.19 05:58:08.564136 [ 258 ] {805cc1a0-8048-4c23-972e-0c1b9e891be7} <Trace> oximeter.measurements_cumulativeu64 (12ad3da5-8862-4a0c-98f0-1a099eec319b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6254 | 2025.02.19 05:58:08.564176 [ 258 ] {805cc1a0-8048-4c23-972e-0c1b9e891be7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 6255 | 2025.02.19 05:58:08.564578 [ 258 ] {805cc1a0-8048-4c23-972e-0c1b9e891be7} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 6256 | 2025.02.19 05:58:08.564824 [ 258 ] {805cc1a0-8048-4c23-972e-0c1b9e891be7} <Trace> oximeter.measurements_cumulativeu64 (12ad3da5-8862-4a0c-98f0-1a099eec319b): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6257 | 2025.02.19 05:58:08.565041 [ 258 ] {805cc1a0-8048-4c23-972e-0c1b9e891be7} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001498 sec., 106809.0787716956 rows/sec., 7.44 MiB/sec. | ||
| 6258 | 2025.02.19 05:58:08.565098 [ 258 ] {805cc1a0-8048-4c23-972e-0c1b9e891be7} <Debug> TCPHandler: Processed in 0.001693158 sec. | ||
| 6259 | 2025.02.19 05:58:08.565257 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6260 | 2025.02.19 05:58:08.565389 [ 254 ] {c6c832c7-34b5-4fa0-b26e-51c36a502fc8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6261 | 2025.02.19 05:58:08.565467 [ 254 ] {c6c832c7-34b5-4fa0-b26e-51c36a502fc8} <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 | ||
| 6262 | 2025.02.19 05:58:08.566653 [ 254 ] {c6c832c7-34b5-4fa0-b26e-51c36a502fc8} <Trace> oximeter.measurements_histogramu64 (7e806432-9fb0-4852-8b8d-11fed24611fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6263 | 2025.02.19 05:58:08.566691 [ 254 ] {c6c832c7-34b5-4fa0-b26e-51c36a502fc8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 6264 | 2025.02.19 05:58:08.567308 [ 254 ] {c6c832c7-34b5-4fa0-b26e-51c36a502fc8} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 6265 | 2025.02.19 05:58:08.567573 [ 254 ] {c6c832c7-34b5-4fa0-b26e-51c36a502fc8} <Trace> oximeter.measurements_histogramu64 (7e806432-9fb0-4852-8b8d-11fed24611fa): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6266 | 2025.02.19 05:58:08.567822 [ 254 ] {c6c832c7-34b5-4fa0-b26e-51c36a502fc8} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002462 sec., 4874.086108854589 rows/sec., 8.73 MiB/sec. | ||
| 6267 | 2025.02.19 05:58:08.567922 [ 254 ] {c6c832c7-34b5-4fa0-b26e-51c36a502fc8} <Debug> TCPHandler: Processed in 0.002739286 sec. | ||
| 6268 | 2025.02.19 05:58:08.568067 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6269 | 2025.02.19 05:58:08.568196 [ 258 ] {d0670ad0-46a7-4622-ac77-7785d6c164d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6270 | 2025.02.19 05:58:08.568252 [ 258 ] {d0670ad0-46a7-4622-ac77-7785d6c164d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6271 | 2025.02.19 05:58:08.568774 [ 258 ] {d0670ad0-46a7-4622-ac77-7785d6c164d5} <Trace> oximeter.measurements_u64 (fe0987d5-5b8f-48d5-a303-9c895ee7970c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6272 | 2025.02.19 05:58:08.568821 [ 258 ] {d0670ad0-46a7-4622-ac77-7785d6c164d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 6273 | 2025.02.19 05:58:08.569256 [ 258 ] {d0670ad0-46a7-4622-ac77-7785d6c164d5} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 6274 | 2025.02.19 05:58:08.569501 [ 258 ] {d0670ad0-46a7-4622-ac77-7785d6c164d5} <Trace> oximeter.measurements_u64 (fe0987d5-5b8f-48d5-a303-9c895ee7970c): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6275 | 2025.02.19 05:58:08.569713 [ 258 ] {d0670ad0-46a7-4622-ac77-7785d6c164d5} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001548 sec., 38759.689922480626 rows/sec., 2.61 MiB/sec. | ||
| 6276 | 2025.02.19 05:58:08.569765 [ 258 ] {d0670ad0-46a7-4622-ac77-7785d6c164d5} <Debug> TCPHandler: Processed in 0.00176095 sec. | ||
| 6277 | 2025.02.19 05:58:12.975375 [ 149 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 6278 | 2025.02.19 05:58:12.975451 [ 149 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 6279 | 2025.02.19 05:58:13.102110 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 13786 | ||
| 6280 | 2025.02.19 05:58:13.102840 [ 244 ] {} <Trace> system.asynchronous_metric_log (5573eb27-0871-4eb5-bfd6-93b6d6d4142e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6281 | 2025.02.19 05:58:13.102895 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 6282 | 2025.02.19 05:58:13.103448 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 6283 | 2025.02.19 05:58:13.103712 [ 244 ] {} <Trace> system.asynchronous_metric_log (5573eb27-0871-4eb5-bfd6-93b6d6d4142e): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6284 | 2025.02.19 05:58:13.103963 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13786 | ||
| 6285 | 2025.02.19 05:58:13.563281 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6286 | 2025.02.19 05:58:13.563468 [ 254 ] {accdc5a0-4810-48c8-bf9d-49f838994274} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 6287 | 2025.02.19 05:58:13.563553 [ 254 ] {accdc5a0-4810-48c8-bf9d-49f838994274} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 6288 | 2025.02.19 05:58:13.564434 [ 254 ] {accdc5a0-4810-48c8-bf9d-49f838994274} <Trace> oximeter.fields_i16 (2bf1598c-a5a7-46ca-9aca-ef074bb76812): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6289 | 2025.02.19 05:58:13.564480 [ 254 ] {accdc5a0-4810-48c8-bf9d-49f838994274} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 6290 | 2025.02.19 05:58:13.564909 [ 254 ] {accdc5a0-4810-48c8-bf9d-49f838994274} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 6291 | 2025.02.19 05:58:13.565160 [ 254 ] {accdc5a0-4810-48c8-bf9d-49f838994274} <Trace> oximeter.fields_i16 (2bf1598c-a5a7-46ca-9aca-ef074bb76812): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6292 | 2025.02.19 05:58:13.565366 [ 148 ] {} <Debug> oximeter.fields_i16 (2bf1598c-a5a7-46ca-9aca-ef074bb76812) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 | ||
| 6293 | 2025.02.19 05:58:13.565392 [ 254 ] {accdc5a0-4810-48c8-bf9d-49f838994274} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.00198 sec., 107070.70707070707 rows/sec., 6.81 MiB/sec. | ||
| 6294 | 2025.02.19 05:58:13.565452 [ 148 ] {} <Trace> oximeter.fields_i16 (2bf1598c-a5a7-46ca-9aca-ef074bb76812): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6295 | 2025.02.19 05:58:13.565518 [ 254 ] {accdc5a0-4810-48c8-bf9d-49f838994274} <Debug> TCPHandler: Processed in 0.002365301 sec. | ||
| 6296 | 2025.02.19 05:58:13.565526 [ 148 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 6297 | 2025.02.19 05:58:13.565747 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6298 | 2025.02.19 05:58:13.565748 [ 197 ] {2bf1598c-a5a7-46ca-9aca-ef074bb76812::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 | ||
| 6299 | 2025.02.19 05:58:13.565970 [ 258 ] {d5f05b48-9786-40ab-8b30-366e9a574ab5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6300 | 2025.02.19 05:58:13.566047 [ 197 ] {2bf1598c-a5a7-46ca-9aca-ef074bb76812::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6301 | 2025.02.19 05:58:13.566074 [ 258 ] {d5f05b48-9786-40ab-8b30-366e9a574ab5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6302 | 2025.02.19 05:58:13.566114 [ 197 ] {2bf1598c-a5a7-46ca-9aca-ef074bb76812::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 | ||
| 6303 | 2025.02.19 05:58:13.566497 [ 197 ] {2bf1598c-a5a7-46ca-9aca-ef074bb76812::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 | ||
| 6304 | 2025.02.19 05:58:13.566822 [ 197 ] {2bf1598c-a5a7-46ca-9aca-ef074bb76812::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 | ||
| 6305 | 2025.02.19 05:58:13.567202 [ 197 ] {2bf1598c-a5a7-46ca-9aca-ef074bb76812::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 | ||
| 6306 | 2025.02.19 05:58:13.567565 [ 197 ] {2bf1598c-a5a7-46ca-9aca-ef074bb76812::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 | ||
| 6307 | 2025.02.19 05:58:13.569259 [ 258 ] {d5f05b48-9786-40ab-8b30-366e9a574ab5} <Trace> oximeter.fields_string (2fcca75a-374a-4c87-833b-a981a707b5d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6308 | 2025.02.19 05:58:13.569340 [ 258 ] {d5f05b48-9786-40ab-8b30-366e9a574ab5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 6309 | 2025.02.19 05:58:13.570027 [ 197 ] {2bf1598c-a5a7-46ca-9aca-ef074bb76812::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.004366444 sec., 242760.4705339173 rows/sec., 16.37 MiB/sec. | ||
| 6310 | 2025.02.19 05:58:13.570226 [ 189 ] {2bf1598c-a5a7-46ca-9aca-ef074bb76812::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) | ||
| 6311 | 2025.02.19 05:58:13.570233 [ 258 ] {d5f05b48-9786-40ab-8b30-366e9a574ab5} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 6312 | 2025.02.19 05:58:13.570745 [ 258 ] {d5f05b48-9786-40ab-8b30-366e9a574ab5} <Trace> oximeter.fields_string (2fcca75a-374a-4c87-833b-a981a707b5d9): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6313 | 2025.02.19 05:58:13.570839 [ 189 ] {2bf1598c-a5a7-46ca-9aca-ef074bb76812::all_1_17_4} <Trace> oximeter.fields_i16 (2bf1598c-a5a7-46ca-9aca-ef074bb76812): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6314 | 2025.02.19 05:58:13.571090 [ 189 ] {2bf1598c-a5a7-46ca-9aca-ef074bb76812::all_1_17_4} <Trace> oximeter.fields_i16 (2bf1598c-a5a7-46ca-9aca-ef074bb76812) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 | ||
| 6315 | 2025.02.19 05:58:13.571179 [ 258 ] {d5f05b48-9786-40ab-8b30-366e9a574ab5} <Debug> executeQuery: Read 671 rows, 54.45 KiB in 0.005272 sec., 127276.17602427922 rows/sec., 10.09 MiB/sec. | ||
| 6316 | 2025.02.19 05:58:13.571228 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
| 6317 | 2025.02.19 05:58:13.571336 [ 258 ] {d5f05b48-9786-40ab-8b30-366e9a574ab5} <Debug> TCPHandler: Processed in 0.005680867 sec. | ||
| 6318 | 2025.02.19 05:58:13.571494 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6319 | 2025.02.19 05:58:13.571631 [ 254 ] {577d6d91-fe6f-48fe-a545-04402fcc8070} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6320 | 2025.02.19 05:58:13.571687 [ 254 ] {577d6d91-fe6f-48fe-a545-04402fcc8070} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6321 | 2025.02.19 05:58:13.572407 [ 254 ] {577d6d91-fe6f-48fe-a545-04402fcc8070} <Trace> oximeter.fields_u16 (6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6322 | 2025.02.19 05:58:13.572454 [ 254 ] {577d6d91-fe6f-48fe-a545-04402fcc8070} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 6323 | 2025.02.19 05:58:13.572829 [ 254 ] {577d6d91-fe6f-48fe-a545-04402fcc8070} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 6324 | 2025.02.19 05:58:13.573076 [ 254 ] {577d6d91-fe6f-48fe-a545-04402fcc8070} <Trace> oximeter.fields_u16 (6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6325 | 2025.02.19 05:58:13.573319 [ 254 ] {577d6d91-fe6f-48fe-a545-04402fcc8070} <Debug> executeQuery: Read 133 rows, 8.42 KiB in 0.001715 sec., 77551.02040816327 rows/sec., 4.79 MiB/sec. | ||
| 6326 | 2025.02.19 05:58:13.573416 [ 254 ] {577d6d91-fe6f-48fe-a545-04402fcc8070} <Debug> TCPHandler: Processed in 0.001984744 sec. | ||
| 6327 | 2025.02.19 05:58:13.573644 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6328 | 2025.02.19 05:58:13.573802 [ 258 ] {c5a4a5bd-9fb5-4d7d-b7c1-0b1a2104e572} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 6329 | 2025.02.19 05:58:13.573857 [ 258 ] {c5a4a5bd-9fb5-4d7d-b7c1-0b1a2104e572} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6330 | 2025.02.19 05:58:13.574559 [ 258 ] {c5a4a5bd-9fb5-4d7d-b7c1-0b1a2104e572} <Trace> oximeter.fields_u32 (65b4bee1-230d-4ffd-8593-1cf368c54481): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6331 | 2025.02.19 05:58:13.574598 [ 258 ] {c5a4a5bd-9fb5-4d7d-b7c1-0b1a2104e572} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 6332 | 2025.02.19 05:58:13.574969 [ 258 ] {c5a4a5bd-9fb5-4d7d-b7c1-0b1a2104e572} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 6333 | 2025.02.19 05:58:13.575206 [ 258 ] {c5a4a5bd-9fb5-4d7d-b7c1-0b1a2104e572} <Trace> oximeter.fields_u32 (65b4bee1-230d-4ffd-8593-1cf368c54481): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6334 | 2025.02.19 05:58:13.575429 [ 258 ] {c5a4a5bd-9fb5-4d7d-b7c1-0b1a2104e572} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001656 sec., 68236.71497584542 rows/sec., 4.42 MiB/sec. | ||
| 6335 | 2025.02.19 05:58:13.575555 [ 258 ] {c5a4a5bd-9fb5-4d7d-b7c1-0b1a2104e572} <Debug> TCPHandler: Processed in 0.002034894 sec. | ||
| 6336 | 2025.02.19 05:58:13.575706 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6337 | 2025.02.19 05:58:13.575837 [ 254 ] {19e8bae3-0a0a-43a9-a653-60840ad645ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 6338 | 2025.02.19 05:58:13.575890 [ 254 ] {19e8bae3-0a0a-43a9-a653-60840ad645ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 6339 | 2025.02.19 05:58:13.576562 [ 254 ] {19e8bae3-0a0a-43a9-a653-60840ad645ba} <Trace> oximeter.fields_u8 (cef67ce3-27e4-4c55-9365-409a4c7c6d8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6340 | 2025.02.19 05:58:13.576601 [ 254 ] {19e8bae3-0a0a-43a9-a653-60840ad645ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 6341 | 2025.02.19 05:58:13.576949 [ 254 ] {19e8bae3-0a0a-43a9-a653-60840ad645ba} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 6342 | 2025.02.19 05:58:13.577185 [ 254 ] {19e8bae3-0a0a-43a9-a653-60840ad645ba} <Trace> oximeter.fields_u8 (cef67ce3-27e4-4c55-9365-409a4c7c6d8e): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6343 | 2025.02.19 05:58:13.577350 [ 148 ] {} <Debug> oximeter.fields_u8 (cef67ce3-27e4-4c55-9365-409a4c7c6d8e) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 | ||
| 6344 | 2025.02.19 05:58:13.577414 [ 148 ] {} <Trace> oximeter.fields_u8 (cef67ce3-27e4-4c55-9365-409a4c7c6d8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6345 | 2025.02.19 05:58:13.577451 [ 254 ] {19e8bae3-0a0a-43a9-a653-60840ad645ba} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001629 sec., 68753.83670963782 rows/sec., 3.92 MiB/sec. | ||
| 6346 | 2025.02.19 05:58:13.577460 [ 148 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 6347 | 2025.02.19 05:58:13.577665 [ 254 ] {19e8bae3-0a0a-43a9-a653-60840ad645ba} <Debug> TCPHandler: Processed in 0.002019584 sec. | ||
| 6348 | 2025.02.19 05:58:13.577880 [ 192 ] {cef67ce3-27e4-4c55-9365-409a4c7c6d8e::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 | ||
| 6349 | 2025.02.19 05:58:13.578001 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6350 | 2025.02.19 05:58:13.578399 [ 258 ] {2271ea85-03c1-4f9c-b298-1fb615b820d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6351 | 2025.02.19 05:58:13.578399 [ 192 ] {cef67ce3-27e4-4c55-9365-409a4c7c6d8e::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6352 | 2025.02.19 05:58:13.578476 [ 258 ] {2271ea85-03c1-4f9c-b298-1fb615b820d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6353 | 2025.02.19 05:58:13.578503 [ 192 ] {cef67ce3-27e4-4c55-9365-409a4c7c6d8e::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 | ||
| 6354 | 2025.02.19 05:58:13.578838 [ 192 ] {cef67ce3-27e4-4c55-9365-409a4c7c6d8e::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 | ||
| 6355 | 2025.02.19 05:58:13.579152 [ 192 ] {cef67ce3-27e4-4c55-9365-409a4c7c6d8e::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 | ||
| 6356 | 2025.02.19 05:58:13.579482 [ 192 ] {cef67ce3-27e4-4c55-9365-409a4c7c6d8e::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 | ||
| 6357 | 2025.02.19 05:58:13.579834 [ 192 ] {cef67ce3-27e4-4c55-9365-409a4c7c6d8e::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 | ||
| 6358 | 2025.02.19 05:58:13.581651 [ 258 ] {2271ea85-03c1-4f9c-b298-1fb615b820d0} <Trace> oximeter.fields_uuid (3e28ef33-2603-423e-a1ee-258fce097b7c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6359 | 2025.02.19 05:58:13.581743 [ 258 ] {2271ea85-03c1-4f9c-b298-1fb615b820d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 6360 | 2025.02.19 05:58:13.582656 [ 192 ] {cef67ce3-27e4-4c55-9365-409a4c7c6d8e::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.005067976 sec., 110497.76084180351 rows/sec., 6.72 MiB/sec. | ||
| 6361 | 2025.02.19 05:58:13.582874 [ 188 ] {cef67ce3-27e4-4c55-9365-409a4c7c6d8e::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) | ||
| 6362 | 2025.02.19 05:58:13.582980 [ 258 ] {2271ea85-03c1-4f9c-b298-1fb615b820d0} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 6363 | 2025.02.19 05:58:13.583372 [ 188 ] {cef67ce3-27e4-4c55-9365-409a4c7c6d8e::all_1_17_4} <Trace> oximeter.fields_u8 (cef67ce3-27e4-4c55-9365-409a4c7c6d8e): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6364 | 2025.02.19 05:58:13.583557 [ 188 ] {cef67ce3-27e4-4c55-9365-409a4c7c6d8e::all_1_17_4} <Trace> oximeter.fields_u8 (cef67ce3-27e4-4c55-9365-409a4c7c6d8e) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 | ||
| 6365 | 2025.02.19 05:58:13.583574 [ 258 ] {2271ea85-03c1-4f9c-b298-1fb615b820d0} <Trace> oximeter.fields_uuid (3e28ef33-2603-423e-a1ee-258fce097b7c): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6366 | 2025.02.19 05:58:13.583734 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 6367 | 2025.02.19 05:58:13.584007 [ 258 ] {2271ea85-03c1-4f9c-b298-1fb615b820d0} <Debug> executeQuery: Read 409 rows, 29.75 KiB in 0.00573 sec., 71378.70855148342 rows/sec., 5.07 MiB/sec. | ||
| 6368 | 2025.02.19 05:58:13.584107 [ 258 ] {2271ea85-03c1-4f9c-b298-1fb615b820d0} <Debug> TCPHandler: Processed in 0.006298938 sec. | ||
| 6369 | 2025.02.19 05:58:13.584267 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6370 | 2025.02.19 05:58:13.584381 [ 254 ] {f551057e-f4f9-4f7c-b620-82f4a719c636} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 6371 | 2025.02.19 05:58:13.584430 [ 254 ] {f551057e-f4f9-4f7c-b620-82f4a719c636} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 6372 | 2025.02.19 05:58:13.584973 [ 254 ] {f551057e-f4f9-4f7c-b620-82f4a719c636} <Trace> oximeter.measurements_bool (16e9d126-bc56-4e42-988e-352459bd24dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6373 | 2025.02.19 05:58:13.585021 [ 254 ] {f551057e-f4f9-4f7c-b620-82f4a719c636} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 6374 | 2025.02.19 05:58:13.585476 [ 254 ] {f551057e-f4f9-4f7c-b620-82f4a719c636} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 6375 | 2025.02.19 05:58:13.585742 [ 254 ] {f551057e-f4f9-4f7c-b620-82f4a719c636} <Trace> oximeter.measurements_bool (16e9d126-bc56-4e42-988e-352459bd24dc): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6376 | 2025.02.19 05:58:13.586002 [ 254 ] {f551057e-f4f9-4f7c-b620-82f4a719c636} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001631 sec., 3678.724708767627 rows/sec., 192.20 KiB/sec. | ||
| 6377 | 2025.02.19 05:58:13.586201 [ 254 ] {f551057e-f4f9-4f7c-b620-82f4a719c636} <Debug> TCPHandler: Processed in 0.001986274 sec. | ||
| 6378 | 2025.02.19 05:58:13.586386 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6379 | 2025.02.19 05:58:13.586514 [ 258 ] {862709ec-f656-4c94-a0f3-a64bacbb7527} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6380 | 2025.02.19 05:58:13.586567 [ 258 ] {862709ec-f656-4c94-a0f3-a64bacbb7527} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6381 | 2025.02.19 05:58:13.587153 [ 258 ] {862709ec-f656-4c94-a0f3-a64bacbb7527} <Trace> oximeter.measurements_cumulativeu64 (12ad3da5-8862-4a0c-98f0-1a099eec319b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6382 | 2025.02.19 05:58:13.587192 [ 258 ] {862709ec-f656-4c94-a0f3-a64bacbb7527} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 6383 | 2025.02.19 05:58:13.587593 [ 258 ] {862709ec-f656-4c94-a0f3-a64bacbb7527} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 6384 | 2025.02.19 05:58:13.587825 [ 258 ] {862709ec-f656-4c94-a0f3-a64bacbb7527} <Trace> oximeter.measurements_cumulativeu64 (12ad3da5-8862-4a0c-98f0-1a099eec319b): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6385 | 2025.02.19 05:58:13.588106 [ 258 ] {862709ec-f656-4c94-a0f3-a64bacbb7527} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001611 sec., 147113.59404096834 rows/sec., 9.86 MiB/sec. | ||
| 6386 | 2025.02.19 05:58:13.588208 [ 258 ] {862709ec-f656-4c94-a0f3-a64bacbb7527} <Debug> TCPHandler: Processed in 0.001884322 sec. | ||
| 6387 | 2025.02.19 05:58:13.588440 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6388 | 2025.02.19 05:58:13.588584 [ 254 ] {3a286d3b-f5e5-46fc-a6c8-0c551d1d8d38} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 6389 | 2025.02.19 05:58:13.588635 [ 254 ] {3a286d3b-f5e5-46fc-a6c8-0c551d1d8d38} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 6390 | 2025.02.19 05:58:13.589080 [ 254 ] {3a286d3b-f5e5-46fc-a6c8-0c551d1d8d38} <Trace> oximeter.measurements_f64 (338bebf0-eeef-41b9-b679-f4717a277180): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6391 | 2025.02.19 05:58:13.589120 [ 254 ] {3a286d3b-f5e5-46fc-a6c8-0c551d1d8d38} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 6392 | 2025.02.19 05:58:13.589473 [ 254 ] {3a286d3b-f5e5-46fc-a6c8-0c551d1d8d38} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 6393 | 2025.02.19 05:58:13.589758 [ 254 ] {3a286d3b-f5e5-46fc-a6c8-0c551d1d8d38} <Trace> oximeter.measurements_f64 (338bebf0-eeef-41b9-b679-f4717a277180): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6394 | 2025.02.19 05:58:13.589968 [ 254 ] {3a286d3b-f5e5-46fc-a6c8-0c551d1d8d38} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001407 sec., 710.7320540156361 rows/sec., 47.89 KiB/sec. | ||
| 6395 | 2025.02.19 05:58:13.590021 [ 254 ] {3a286d3b-f5e5-46fc-a6c8-0c551d1d8d38} <Debug> TCPHandler: Processed in 0.001705369 sec. | ||
| 6396 | 2025.02.19 05:58:13.590157 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6397 | 2025.02.19 05:58:13.590261 [ 258 ] {c785546b-2d5c-479b-b18d-48ad8bffbcd0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6398 | 2025.02.19 05:58:13.590328 [ 258 ] {c785546b-2d5c-479b-b18d-48ad8bffbcd0} <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 | ||
| 6399 | 2025.02.19 05:58:13.591455 [ 258 ] {c785546b-2d5c-479b-b18d-48ad8bffbcd0} <Trace> oximeter.measurements_histogramu64 (7e806432-9fb0-4852-8b8d-11fed24611fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6400 | 2025.02.19 05:58:13.591495 [ 258 ] {c785546b-2d5c-479b-b18d-48ad8bffbcd0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 6401 | 2025.02.19 05:58:13.592142 [ 258 ] {c785546b-2d5c-479b-b18d-48ad8bffbcd0} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 6402 | 2025.02.19 05:58:13.592393 [ 258 ] {c785546b-2d5c-479b-b18d-48ad8bffbcd0} <Trace> oximeter.measurements_histogramu64 (7e806432-9fb0-4852-8b8d-11fed24611fa): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6403 | 2025.02.19 05:58:13.592680 [ 258 ] {c785546b-2d5c-479b-b18d-48ad8bffbcd0} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002438 sec., 11074.651353568499 rows/sec., 19.85 MiB/sec. | ||
| 6404 | 2025.02.19 05:58:13.593203 [ 258 ] {c785546b-2d5c-479b-b18d-48ad8bffbcd0} <Debug> TCPHandler: Processed in 0.003092422 sec. | ||
| 6405 | 2025.02.19 05:58:13.593406 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6406 | 2025.02.19 05:58:13.593537 [ 254 ] {5768a7e0-d74b-4ec4-8ad7-bc6797e1216f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6407 | 2025.02.19 05:58:13.593594 [ 254 ] {5768a7e0-d74b-4ec4-8ad7-bc6797e1216f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6408 | 2025.02.19 05:58:13.594160 [ 254 ] {5768a7e0-d74b-4ec4-8ad7-bc6797e1216f} <Trace> oximeter.measurements_u64 (fe0987d5-5b8f-48d5-a303-9c895ee7970c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6409 | 2025.02.19 05:58:13.594207 [ 254 ] {5768a7e0-d74b-4ec4-8ad7-bc6797e1216f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 6410 | 2025.02.19 05:58:13.594618 [ 254 ] {5768a7e0-d74b-4ec4-8ad7-bc6797e1216f} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 6411 | 2025.02.19 05:58:13.594859 [ 254 ] {5768a7e0-d74b-4ec4-8ad7-bc6797e1216f} <Trace> oximeter.measurements_u64 (fe0987d5-5b8f-48d5-a303-9c895ee7970c): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6412 | 2025.02.19 05:58:13.595068 [ 254 ] {5768a7e0-d74b-4ec4-8ad7-bc6797e1216f} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001561 sec., 52530.42921204356 rows/sec., 3.34 MiB/sec. | ||
| 6413 | 2025.02.19 05:58:13.595118 [ 254 ] {5768a7e0-d74b-4ec4-8ad7-bc6797e1216f} <Debug> TCPHandler: Processed in 0.001808241 sec. | ||
| 6414 | 2025.02.19 05:58:14.076673 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 227 | ||
| 6415 | 2025.02.19 05:58:14.097963 [ 243 ] {} <Trace> system.metric_log (636422f3-000f-4feb-9852-006313efe3e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6416 | 2025.02.19 05:58:14.098010 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 6417 | 2025.02.19 05:58:14.105666 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 6418 | 2025.02.19 05:58:14.106461 [ 243 ] {} <Trace> system.metric_log (636422f3-000f-4feb-9852-006313efe3e0): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6419 | 2025.02.19 05:58:14.108987 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 227 | ||
| 6420 | 2025.02.19 05:58:16.736999 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6421 | 2025.02.19 05:58:16.737217 [ 254 ] {0d9cbf5f-8899-4f30-a9e4-fed22138027c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6422 | 2025.02.19 05:58:16.737299 [ 254 ] {0d9cbf5f-8899-4f30-a9e4-fed22138027c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6423 | 2025.02.19 05:58:16.738876 [ 254 ] {0d9cbf5f-8899-4f30-a9e4-fed22138027c} <Trace> oximeter.fields_string (2fcca75a-374a-4c87-833b-a981a707b5d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6424 | 2025.02.19 05:58:16.738931 [ 254 ] {0d9cbf5f-8899-4f30-a9e4-fed22138027c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 6425 | 2025.02.19 05:58:16.739521 [ 254 ] {0d9cbf5f-8899-4f30-a9e4-fed22138027c} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 6426 | 2025.02.19 05:58:16.739914 [ 254 ] {0d9cbf5f-8899-4f30-a9e4-fed22138027c} <Trace> oximeter.fields_string (2fcca75a-374a-4c87-833b-a981a707b5d9): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6427 | 2025.02.19 05:58:16.740185 [ 254 ] {0d9cbf5f-8899-4f30-a9e4-fed22138027c} <Debug> executeQuery: Read 1220 rows, 103.33 KiB in 0.003028 sec., 402906.2087186262 rows/sec., 33.33 MiB/sec. | ||
| 6428 | 2025.02.19 05:58:16.740261 [ 254 ] {0d9cbf5f-8899-4f30-a9e4-fed22138027c} <Debug> TCPHandler: Processed in 0.003411778 sec. | ||
| 6429 | 2025.02.19 05:58:16.740463 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6430 | 2025.02.19 05:58:16.740598 [ 258 ] {57445de0-2e8b-49d7-be5c-1248b7af7a81} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6431 | 2025.02.19 05:58:16.740651 [ 258 ] {57445de0-2e8b-49d7-be5c-1248b7af7a81} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6432 | 2025.02.19 05:58:16.741227 [ 258 ] {57445de0-2e8b-49d7-be5c-1248b7af7a81} <Trace> oximeter.fields_u16 (6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6433 | 2025.02.19 05:58:16.741268 [ 258 ] {57445de0-2e8b-49d7-be5c-1248b7af7a81} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 6434 | 2025.02.19 05:58:16.741633 [ 258 ] {57445de0-2e8b-49d7-be5c-1248b7af7a81} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 6435 | 2025.02.19 05:58:16.741877 [ 258 ] {57445de0-2e8b-49d7-be5c-1248b7af7a81} <Trace> oximeter.fields_u16 (6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6436 | 2025.02.19 05:58:16.742102 [ 258 ] {57445de0-2e8b-49d7-be5c-1248b7af7a81} <Debug> executeQuery: Read 12 rows, 924.00 B in 0.001542 sec., 7782.101167315175 rows/sec., 585.18 KiB/sec. | ||
| 6437 | 2025.02.19 05:58:16.742158 [ 258 ] {57445de0-2e8b-49d7-be5c-1248b7af7a81} <Debug> TCPHandler: Processed in 0.00175664 sec. | ||
| 6438 | 2025.02.19 05:58:16.742311 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6439 | 2025.02.19 05:58:16.742428 [ 254 ] {8b4d5f66-cefb-49d9-a068-ba2beb1a45ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 6440 | 2025.02.19 05:58:16.742474 [ 254 ] {8b4d5f66-cefb-49d9-a068-ba2beb1a45ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6441 | 2025.02.19 05:58:16.743097 [ 254 ] {8b4d5f66-cefb-49d9-a068-ba2beb1a45ff} <Trace> oximeter.fields_u32 (65b4bee1-230d-4ffd-8593-1cf368c54481): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6442 | 2025.02.19 05:58:16.743138 [ 254 ] {8b4d5f66-cefb-49d9-a068-ba2beb1a45ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 6443 | 2025.02.19 05:58:16.743511 [ 254 ] {8b4d5f66-cefb-49d9-a068-ba2beb1a45ff} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 6444 | 2025.02.19 05:58:16.743756 [ 254 ] {8b4d5f66-cefb-49d9-a068-ba2beb1a45ff} <Trace> oximeter.fields_u32 (65b4bee1-230d-4ffd-8593-1cf368c54481): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6445 | 2025.02.19 05:58:16.743971 [ 254 ] {8b4d5f66-cefb-49d9-a068-ba2beb1a45ff} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001568 sec., 145408.16326530612 rows/sec., 9.85 MiB/sec. | ||
| 6446 | 2025.02.19 05:58:16.744025 [ 254 ] {8b4d5f66-cefb-49d9-a068-ba2beb1a45ff} <Debug> TCPHandler: Processed in 0.00176677 sec. | ||
| 6447 | 2025.02.19 05:58:16.744175 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6448 | 2025.02.19 05:58:16.744304 [ 258 ] {900ec021-4415-40f6-9f5c-63203d918b7c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6449 | 2025.02.19 05:58:16.744357 [ 258 ] {900ec021-4415-40f6-9f5c-63203d918b7c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6450 | 2025.02.19 05:58:16.745175 [ 258 ] {900ec021-4415-40f6-9f5c-63203d918b7c} <Trace> oximeter.fields_uuid (3e28ef33-2603-423e-a1ee-258fce097b7c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6451 | 2025.02.19 05:58:16.745214 [ 258 ] {900ec021-4415-40f6-9f5c-63203d918b7c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 6452 | 2025.02.19 05:58:16.745589 [ 258 ] {900ec021-4415-40f6-9f5c-63203d918b7c} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 6453 | 2025.02.19 05:58:16.745834 [ 258 ] {900ec021-4415-40f6-9f5c-63203d918b7c} <Trace> oximeter.fields_uuid (3e28ef33-2603-423e-a1ee-258fce097b7c): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6454 | 2025.02.19 05:58:16.746036 [ 258 ] {900ec021-4415-40f6-9f5c-63203d918b7c} <Debug> executeQuery: Read 532 rows, 40.37 KiB in 0.001761 sec., 302101.0789324248 rows/sec., 22.38 MiB/sec. | ||
| 6455 | 2025.02.19 05:58:16.746087 [ 258 ] {900ec021-4415-40f6-9f5c-63203d918b7c} <Debug> TCPHandler: Processed in 0.001978134 sec. | ||
| 6456 | 2025.02.19 05:58:16.746238 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6457 | 2025.02.19 05:58:16.746368 [ 254 ] {bcc84ef4-db24-4dc1-b596-9e2a1300178d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6458 | 2025.02.19 05:58:16.746427 [ 254 ] {bcc84ef4-db24-4dc1-b596-9e2a1300178d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6459 | 2025.02.19 05:58:16.747188 [ 254 ] {bcc84ef4-db24-4dc1-b596-9e2a1300178d} <Trace> oximeter.measurements_cumulativeu64 (12ad3da5-8862-4a0c-98f0-1a099eec319b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6460 | 2025.02.19 05:58:16.747227 [ 254 ] {bcc84ef4-db24-4dc1-b596-9e2a1300178d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 6461 | 2025.02.19 05:58:16.747674 [ 254 ] {bcc84ef4-db24-4dc1-b596-9e2a1300178d} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 6462 | 2025.02.19 05:58:16.747919 [ 254 ] {bcc84ef4-db24-4dc1-b596-9e2a1300178d} <Trace> oximeter.measurements_cumulativeu64 (12ad3da5-8862-4a0c-98f0-1a099eec319b): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6463 | 2025.02.19 05:58:16.748127 [ 254 ] {bcc84ef4-db24-4dc1-b596-9e2a1300178d} <Debug> executeQuery: Read 974 rows, 66.96 KiB in 0.001789 sec., 544438.2336500839 rows/sec., 36.55 MiB/sec. | ||
| 6464 | 2025.02.19 05:58:16.748179 [ 254 ] {bcc84ef4-db24-4dc1-b596-9e2a1300178d} <Debug> TCPHandler: Processed in 0.002004034 sec. | ||
| 6465 | 2025.02.19 05:58:16.748321 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6466 | 2025.02.19 05:58:16.748449 [ 258 ] {957559c4-eb6f-422f-96c9-81958ffde082} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6467 | 2025.02.19 05:58:16.748528 [ 258 ] {957559c4-eb6f-422f-96c9-81958ffde082} <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 | ||
| 6468 | 2025.02.19 05:58:16.749618 [ 258 ] {957559c4-eb6f-422f-96c9-81958ffde082} <Trace> oximeter.measurements_histogramu64 (7e806432-9fb0-4852-8b8d-11fed24611fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6469 | 2025.02.19 05:58:16.749656 [ 258 ] {957559c4-eb6f-422f-96c9-81958ffde082} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 6470 | 2025.02.19 05:58:16.750246 [ 258 ] {957559c4-eb6f-422f-96c9-81958ffde082} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 6471 | 2025.02.19 05:58:16.750500 [ 258 ] {957559c4-eb6f-422f-96c9-81958ffde082} <Trace> oximeter.measurements_histogramu64 (7e806432-9fb0-4852-8b8d-11fed24611fa): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6472 | 2025.02.19 05:58:16.750800 [ 258 ] {957559c4-eb6f-422f-96c9-81958ffde082} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002375 sec., 5052.631578947368 rows/sec., 9.05 MiB/sec. | ||
| 6473 | 2025.02.19 05:58:16.751283 [ 258 ] {957559c4-eb6f-422f-96c9-81958ffde082} <Debug> TCPHandler: Processed in 0.003024021 sec. | ||
| 6474 | 2025.02.19 05:58:16.751508 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6475 | 2025.02.19 05:58:16.751640 [ 254 ] {092606d3-ec1a-428d-88aa-c2fda3d8b110} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6476 | 2025.02.19 05:58:16.751698 [ 254 ] {092606d3-ec1a-428d-88aa-c2fda3d8b110} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6477 | 2025.02.19 05:58:16.752254 [ 254 ] {092606d3-ec1a-428d-88aa-c2fda3d8b110} <Trace> oximeter.measurements_u64 (fe0987d5-5b8f-48d5-a303-9c895ee7970c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6478 | 2025.02.19 05:58:16.752301 [ 254 ] {092606d3-ec1a-428d-88aa-c2fda3d8b110} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 6479 | 2025.02.19 05:58:16.752717 [ 254 ] {092606d3-ec1a-428d-88aa-c2fda3d8b110} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 6480 | 2025.02.19 05:58:16.752957 [ 254 ] {092606d3-ec1a-428d-88aa-c2fda3d8b110} <Trace> oximeter.measurements_u64 (fe0987d5-5b8f-48d5-a303-9c895ee7970c): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6481 | 2025.02.19 05:58:16.753168 [ 254 ] {092606d3-ec1a-428d-88aa-c2fda3d8b110} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001559 sec., 30788.967286722258 rows/sec., 2.07 MiB/sec. | ||
| 6482 | 2025.02.19 05:58:16.753219 [ 254 ] {092606d3-ec1a-428d-88aa-c2fda3d8b110} <Debug> TCPHandler: Processed in 0.001822441 sec. | ||
| 6483 | 2025.02.19 05:58:18.175355 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 48 entries to flush up to offset 934 | ||
| 6484 | 2025.02.19 05:58:18.178783 [ 242 ] {} <Trace> system.query_log (c5831a85-9043-4d4c-a5be-d968cb126303): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6485 | 2025.02.19 05:58:18.178838 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 6486 | 2025.02.19 05:58:18.180346 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 6487 | 2025.02.19 05:58:18.180663 [ 242 ] {} <Trace> system.query_log (c5831a85-9043-4d4c-a5be-d968cb126303): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6488 | 2025.02.19 05:58:18.181550 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 934 | ||
| 6489 | 2025.02.19 05:58:18.551222 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6490 | 2025.02.19 05:58:18.551439 [ 254 ] {c4d08f8a-afef-45ea-9ae0-0448ec20d337} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6491 | 2025.02.19 05:58:18.551519 [ 254 ] {c4d08f8a-afef-45ea-9ae0-0448ec20d337} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6492 | 2025.02.19 05:58:18.552270 [ 254 ] {c4d08f8a-afef-45ea-9ae0-0448ec20d337} <Trace> oximeter.fields_string (2fcca75a-374a-4c87-833b-a981a707b5d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6493 | 2025.02.19 05:58:18.552321 [ 254 ] {c4d08f8a-afef-45ea-9ae0-0448ec20d337} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 6494 | 2025.02.19 05:58:18.552758 [ 254 ] {c4d08f8a-afef-45ea-9ae0-0448ec20d337} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 6495 | 2025.02.19 05:58:18.553011 [ 254 ] {c4d08f8a-afef-45ea-9ae0-0448ec20d337} <Trace> oximeter.fields_string (2fcca75a-374a-4c87-833b-a981a707b5d9): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6496 | 2025.02.19 05:58:18.553254 [ 254 ] {c4d08f8a-afef-45ea-9ae0-0448ec20d337} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001872 sec., 29914.529914529914 rows/sec., 2.30 MiB/sec. | ||
| 6497 | 2025.02.19 05:58:18.553323 [ 254 ] {c4d08f8a-afef-45ea-9ae0-0448ec20d337} <Debug> TCPHandler: Processed in 0.002250228 sec. | ||
| 6498 | 2025.02.19 05:58:18.553499 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6499 | 2025.02.19 05:58:18.553636 [ 258 ] {63f97aeb-24a8-40fd-b86f-a11ce2206215} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6500 | 2025.02.19 05:58:18.553690 [ 258 ] {63f97aeb-24a8-40fd-b86f-a11ce2206215} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6501 | 2025.02.19 05:58:18.554332 [ 258 ] {63f97aeb-24a8-40fd-b86f-a11ce2206215} <Trace> oximeter.fields_uuid (3e28ef33-2603-423e-a1ee-258fce097b7c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6502 | 2025.02.19 05:58:18.554378 [ 258 ] {63f97aeb-24a8-40fd-b86f-a11ce2206215} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 6503 | 2025.02.19 05:58:18.554787 [ 258 ] {63f97aeb-24a8-40fd-b86f-a11ce2206215} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 6504 | 2025.02.19 05:58:18.555026 [ 258 ] {63f97aeb-24a8-40fd-b86f-a11ce2206215} <Trace> oximeter.fields_uuid (3e28ef33-2603-423e-a1ee-258fce097b7c): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6505 | 2025.02.19 05:58:18.555241 [ 258 ] {63f97aeb-24a8-40fd-b86f-a11ce2206215} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001634 sec., 39167.68665850673 rows/sec., 3.06 MiB/sec. | ||
| 6506 | 2025.02.19 05:58:18.555292 [ 258 ] {63f97aeb-24a8-40fd-b86f-a11ce2206215} <Debug> TCPHandler: Processed in 0.001876652 sec. | ||
| 6507 | 2025.02.19 05:58:18.555413 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6508 | 2025.02.19 05:58:18.555519 [ 254 ] {cadfd5f3-1983-4f68-b02c-50cb42b9df60} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6509 | 2025.02.19 05:58:18.555567 [ 254 ] {cadfd5f3-1983-4f68-b02c-50cb42b9df60} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6510 | 2025.02.19 05:58:18.556106 [ 254 ] {cadfd5f3-1983-4f68-b02c-50cb42b9df60} <Trace> oximeter.measurements_cumulativeu64 (12ad3da5-8862-4a0c-98f0-1a099eec319b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6511 | 2025.02.19 05:58:18.556151 [ 254 ] {cadfd5f3-1983-4f68-b02c-50cb42b9df60} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 6512 | 2025.02.19 05:58:18.556589 [ 254 ] {cadfd5f3-1983-4f68-b02c-50cb42b9df60} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 6513 | 2025.02.19 05:58:18.556853 [ 254 ] {cadfd5f3-1983-4f68-b02c-50cb42b9df60} <Trace> oximeter.measurements_cumulativeu64 (12ad3da5-8862-4a0c-98f0-1a099eec319b): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6514 | 2025.02.19 05:58:18.557100 [ 254 ] {cadfd5f3-1983-4f68-b02c-50cb42b9df60} <Debug> executeQuery: Read 32 rows, 2.28 KiB in 0.001591 sec., 20113.13639220616 rows/sec., 1.40 MiB/sec. | ||
| 6515 | 2025.02.19 05:58:18.557205 [ 254 ] {cadfd5f3-1983-4f68-b02c-50cb42b9df60} <Debug> TCPHandler: Processed in 0.001843481 sec. | ||
| 6516 | 2025.02.19 05:58:18.557398 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6517 | 2025.02.19 05:58:18.557706 [ 258 ] {ba8a5038-0f1d-4356-9818-ea77981d67f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6518 | 2025.02.19 05:58:18.557805 [ 258 ] {ba8a5038-0f1d-4356-9818-ea77981d67f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6519 | 2025.02.19 05:58:18.558273 [ 258 ] {ba8a5038-0f1d-4356-9818-ea77981d67f4} <Trace> oximeter.measurements_u64 (fe0987d5-5b8f-48d5-a303-9c895ee7970c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6520 | 2025.02.19 05:58:18.558312 [ 258 ] {ba8a5038-0f1d-4356-9818-ea77981d67f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 6521 | 2025.02.19 05:58:18.558671 [ 258 ] {ba8a5038-0f1d-4356-9818-ea77981d67f4} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 6522 | 2025.02.19 05:58:18.558908 [ 258 ] {ba8a5038-0f1d-4356-9818-ea77981d67f4} <Trace> oximeter.measurements_u64 (fe0987d5-5b8f-48d5-a303-9c895ee7970c): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6523 | 2025.02.19 05:58:18.559129 [ 258 ] {ba8a5038-0f1d-4356-9818-ea77981d67f4} <Debug> executeQuery: Read 12 rows, 848.00 B in 0.001534 sec., 7822.685788787484 rows/sec., 539.85 KiB/sec. | ||
| 6524 | 2025.02.19 05:58:18.559213 [ 258 ] {ba8a5038-0f1d-4356-9818-ea77981d67f4} <Debug> TCPHandler: Processed in 0.001915602 sec. | ||
| 6525 | 2025.02.19 05:58:20.604163 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 14213 | ||
| 6526 | 2025.02.19 05:58:20.604901 [ 244 ] {} <Trace> system.asynchronous_metric_log (5573eb27-0871-4eb5-bfd6-93b6d6d4142e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6527 | 2025.02.19 05:58:20.604946 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 6528 | 2025.02.19 05:58:20.605565 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 6529 | 2025.02.19 05:58:20.605825 [ 244 ] {} <Trace> system.asynchronous_metric_log (5573eb27-0871-4eb5-bfd6-93b6d6d4142e): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6530 | 2025.02.19 05:58:20.606019 [ 139 ] {} <Debug> system.asynchronous_metric_log (5573eb27-0871-4eb5-bfd6-93b6d6d4142e) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 6531 | 2025.02.19 05:58:20.606059 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14213 | ||
| 6532 | 2025.02.19 05:58:20.606104 [ 139 ] {} <Trace> system.asynchronous_metric_log (5573eb27-0871-4eb5-bfd6-93b6d6d4142e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6533 | 2025.02.19 05:58:20.606132 [ 139 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 6534 | 2025.02.19 05:58:20.606243 [ 191 ] {5573eb27-0871-4eb5-bfd6-93b6d6d4142e::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 | ||
| 6535 | 2025.02.19 05:58:20.606374 [ 191 ] {5573eb27-0871-4eb5-bfd6-93b6d6d4142e::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6536 | 2025.02.19 05:58:20.606417 [ 191 ] {5573eb27-0871-4eb5-bfd6-93b6d6d4142e::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 | ||
| 6537 | 2025.02.19 05:58:20.606489 [ 191 ] {5573eb27-0871-4eb5-bfd6-93b6d6d4142e::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 427 rows starting from the beginning of the part | ||
| 6538 | 2025.02.19 05:58:20.606572 [ 191 ] {5573eb27-0871-4eb5-bfd6-93b6d6d4142e::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 488 rows starting from the beginning of the part | ||
| 6539 | 2025.02.19 05:58:20.606820 [ 191 ] {5573eb27-0871-4eb5-bfd6-93b6d6d4142e::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 427 rows starting from the beginning of the part | ||
| 6540 | 2025.02.19 05:58:20.606937 [ 191 ] {5573eb27-0871-4eb5-bfd6-93b6d6d4142e::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 488 rows starting from the beginning of the part | ||
| 6541 | 2025.02.19 05:58:20.606998 [ 191 ] {5573eb27-0871-4eb5-bfd6-93b6d6d4142e::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 427 rows starting from the beginning of the part | ||
| 6542 | 2025.02.19 05:58:20.609543 [ 201 ] {5573eb27-0871-4eb5-bfd6-93b6d6d4142e::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14213 rows, containing 4 columns (4 merged, 0 gathered) in 0.003347357 sec., 4246036.499841517 rows/sec., 60.74 MiB/sec. | ||
| 6543 | 2025.02.19 05:58:20.610044 [ 201 ] {5573eb27-0871-4eb5-bfd6-93b6d6d4142e::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 6544 | 2025.02.19 05:58:20.610447 [ 201 ] {5573eb27-0871-4eb5-bfd6-93b6d6d4142e::all_1_31_6} <Trace> system.asynchronous_metric_log (5573eb27-0871-4eb5-bfd6-93b6d6d4142e): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6545 | 2025.02.19 05:58:20.610569 [ 201 ] {5573eb27-0871-4eb5-bfd6-93b6d6d4142e::all_1_31_6} <Trace> system.asynchronous_metric_log (5573eb27-0871-4eb5-bfd6-93b6d6d4142e) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 6546 | 2025.02.19 05:58:20.610706 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.46 MiB. | ||
| 6547 | 2025.02.19 05:58:21.609134 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 234 | ||
| 6548 | 2025.02.19 05:58:21.631670 [ 243 ] {} <Trace> system.metric_log (636422f3-000f-4feb-9852-006313efe3e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6549 | 2025.02.19 05:58:21.631732 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 6550 | 2025.02.19 05:58:21.639484 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 6551 | 2025.02.19 05:58:21.640280 [ 243 ] {} <Trace> system.metric_log (636422f3-000f-4feb-9852-006313efe3e0): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6552 | 2025.02.19 05:58:21.640667 [ 138 ] {} <Debug> system.metric_log (636422f3-000f-4feb-9852-006313efe3e0) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 6553 | 2025.02.19 05:58:21.640793 [ 138 ] {} <Trace> system.metric_log (636422f3-000f-4feb-9852-006313efe3e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6554 | 2025.02.19 05:58:21.640864 [ 138 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 6555 | 2025.02.19 05:58:21.641237 [ 194 ] {636422f3-000f-4feb-9852-006313efe3e0::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 | ||
| 6556 | 2025.02.19 05:58:21.658485 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 234 | ||
| 6557 | 2025.02.19 05:58:21.659545 [ 194 ] {636422f3-000f-4feb-9852-006313efe3e0::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6558 | 2025.02.19 05:58:21.661152 [ 194 ] {636422f3-000f-4feb-9852-006313efe3e0::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 | ||
| 6559 | 2025.02.19 05:58:21.667044 [ 194 ] {636422f3-000f-4feb-9852-006313efe3e0::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 | ||
| 6560 | 2025.02.19 05:58:21.673052 [ 194 ] {636422f3-000f-4feb-9852-006313efe3e0::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 | ||
| 6561 | 2025.02.19 05:58:21.679030 [ 194 ] {636422f3-000f-4feb-9852-006313efe3e0::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 | ||
| 6562 | 2025.02.19 05:58:21.686454 [ 194 ] {636422f3-000f-4feb-9852-006313efe3e0::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 | ||
| 6563 | 2025.02.19 05:58:21.691670 [ 194 ] {636422f3-000f-4feb-9852-006313efe3e0::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 | ||
| 6564 | 2025.02.19 05:58:21.751580 [ 187 ] {636422f3-000f-4feb-9852-006313efe3e0::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 234 rows, containing 679 columns (679 merged, 0 gathered) in 0.110583809 sec., 2116.04214139522 rows/sec., 10.94 MiB/sec. | ||
| 6565 | 2025.02.19 05:58:21.754964 [ 196 ] {636422f3-000f-4feb-9852-006313efe3e0::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 6566 | 2025.02.19 05:58:21.758173 [ 196 ] {636422f3-000f-4feb-9852-006313efe3e0::all_1_31_6} <Trace> system.metric_log (636422f3-000f-4feb-9852-006313efe3e0): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6567 | 2025.02.19 05:58:21.758313 [ 196 ] {636422f3-000f-4feb-9852-006313efe3e0::all_1_31_6} <Trace> system.metric_log (636422f3-000f-4feb-9852-006313efe3e0) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 6568 | 2025.02.19 05:58:21.761017 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. | ||
| 6569 | 2025.02.19 05:58:22.000183 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 198.98 MiB, peak 209.52 MiB, free memory in arenas 0.00 B, will set to 201.14 MiB (RSS), difference: 2.16 MiB | ||
| 6570 | 2025.02.19 05:58:23.564136 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6571 | 2025.02.19 05:58:23.564356 [ 254 ] {45ce09ea-8e32-4b8a-a654-9fcdd51871ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 6572 | 2025.02.19 05:58:23.564442 [ 254 ] {45ce09ea-8e32-4b8a-a654-9fcdd51871ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 6573 | 2025.02.19 05:58:23.565372 [ 254 ] {45ce09ea-8e32-4b8a-a654-9fcdd51871ee} <Trace> oximeter.fields_i16 (2bf1598c-a5a7-46ca-9aca-ef074bb76812): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6574 | 2025.02.19 05:58:23.565427 [ 254 ] {45ce09ea-8e32-4b8a-a654-9fcdd51871ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 6575 | 2025.02.19 05:58:23.565905 [ 254 ] {45ce09ea-8e32-4b8a-a654-9fcdd51871ee} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 6576 | 2025.02.19 05:58:23.566168 [ 254 ] {45ce09ea-8e32-4b8a-a654-9fcdd51871ee} <Trace> oximeter.fields_i16 (2bf1598c-a5a7-46ca-9aca-ef074bb76812): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6577 | 2025.02.19 05:58:23.566445 [ 254 ] {45ce09ea-8e32-4b8a-a654-9fcdd51871ee} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.00214 sec., 99065.42056074766 rows/sec., 6.30 MiB/sec. | ||
| 6578 | 2025.02.19 05:58:23.566572 [ 254 ] {45ce09ea-8e32-4b8a-a654-9fcdd51871ee} <Debug> TCPHandler: Processed in 0.002577374 sec. | ||
| 6579 | 2025.02.19 05:58:23.566853 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6580 | 2025.02.19 05:58:23.567010 [ 258 ] {7ad8d4e9-a683-45a0-b619-ed53b020b96b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6581 | 2025.02.19 05:58:23.567069 [ 258 ] {7ad8d4e9-a683-45a0-b619-ed53b020b96b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6582 | 2025.02.19 05:58:23.568051 [ 258 ] {7ad8d4e9-a683-45a0-b619-ed53b020b96b} <Trace> oximeter.fields_string (2fcca75a-374a-4c87-833b-a981a707b5d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6583 | 2025.02.19 05:58:23.568094 [ 258 ] {7ad8d4e9-a683-45a0-b619-ed53b020b96b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 6584 | 2025.02.19 05:58:23.568528 [ 258 ] {7ad8d4e9-a683-45a0-b619-ed53b020b96b} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 6585 | 2025.02.19 05:58:23.568770 [ 258 ] {7ad8d4e9-a683-45a0-b619-ed53b020b96b} <Trace> oximeter.fields_string (2fcca75a-374a-4c87-833b-a981a707b5d9): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6586 | 2025.02.19 05:58:23.568981 [ 136 ] {} <Debug> oximeter.fields_string (2fcca75a-374a-4c87-833b-a981a707b5d9) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 6587 | 2025.02.19 05:58:23.569040 [ 258 ] {7ad8d4e9-a683-45a0-b619-ed53b020b96b} <Debug> executeQuery: Read 671 rows, 54.45 KiB in 0.002067 sec., 324625.0604741171 rows/sec., 25.73 MiB/sec. | ||
| 6588 | 2025.02.19 05:58:23.569105 [ 136 ] {} <Trace> oximeter.fields_string (2fcca75a-374a-4c87-833b-a981a707b5d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6589 | 2025.02.19 05:58:23.569164 [ 258 ] {7ad8d4e9-a683-45a0-b619-ed53b020b96b} <Debug> TCPHandler: Processed in 0.002442991 sec. | ||
| 6590 | 2025.02.19 05:58:23.569188 [ 136 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 6591 | 2025.02.19 05:58:23.569379 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6592 | 2025.02.19 05:58:23.569390 [ 198 ] {2fcca75a-374a-4c87-833b-a981a707b5d9::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 | ||
| 6593 | 2025.02.19 05:58:23.569547 [ 198 ] {2fcca75a-374a-4c87-833b-a981a707b5d9::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6594 | 2025.02.19 05:58:23.569552 [ 254 ] {c4f84f99-e45f-44cb-a9f9-685e903ddbb1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6595 | 2025.02.19 05:58:23.569584 [ 198 ] {2fcca75a-374a-4c87-833b-a981a707b5d9::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1845 rows starting from the beginning of the part | ||
| 6596 | 2025.02.19 05:58:23.569626 [ 254 ] {c4f84f99-e45f-44cb-a9f9-685e903ddbb1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6597 | 2025.02.19 05:58:23.569710 [ 198 ] {2fcca75a-374a-4c87-833b-a981a707b5d9::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 80 rows starting from the beginning of the part | ||
| 6598 | 2025.02.19 05:58:23.570171 [ 198 ] {2fcca75a-374a-4c87-833b-a981a707b5d9::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 671 rows starting from the beginning of the part | ||
| 6599 | 2025.02.19 05:58:23.570611 [ 198 ] {2fcca75a-374a-4c87-833b-a981a707b5d9::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 1220 rows starting from the beginning of the part | ||
| 6600 | 2025.02.19 05:58:23.570964 [ 198 ] {2fcca75a-374a-4c87-833b-a981a707b5d9::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 56 rows starting from the beginning of the part | ||
| 6601 | 2025.02.19 05:58:23.571345 [ 198 ] {2fcca75a-374a-4c87-833b-a981a707b5d9::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 671 rows starting from the beginning of the part | ||
| 6602 | 2025.02.19 05:58:23.572412 [ 254 ] {c4f84f99-e45f-44cb-a9f9-685e903ddbb1} <Trace> oximeter.fields_u16 (6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6603 | 2025.02.19 05:58:23.572454 [ 254 ] {c4f84f99-e45f-44cb-a9f9-685e903ddbb1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 6604 | 2025.02.19 05:58:23.573110 [ 254 ] {c4f84f99-e45f-44cb-a9f9-685e903ddbb1} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 6605 | 2025.02.19 05:58:23.573424 [ 254 ] {c4f84f99-e45f-44cb-a9f9-685e903ddbb1} <Trace> oximeter.fields_u16 (6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6606 | 2025.02.19 05:58:23.573603 [ 136 ] {} <Debug> oximeter.fields_u16 (6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 6607 | 2025.02.19 05:58:23.573662 [ 136 ] {} <Trace> oximeter.fields_u16 (6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6608 | 2025.02.19 05:58:23.573723 [ 136 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 6609 | 2025.02.19 05:58:23.573714 [ 254 ] {c4f84f99-e45f-44cb-a9f9-685e903ddbb1} <Debug> executeQuery: Read 133 rows, 8.42 KiB in 0.004195 sec., 31704.41001191895 rows/sec., 1.96 MiB/sec. | ||
| 6610 | 2025.02.19 05:58:23.573917 [ 254 ] {c4f84f99-e45f-44cb-a9f9-685e903ddbb1} <Debug> TCPHandler: Processed in 0.004633588 sec. | ||
| 6611 | 2025.02.19 05:58:23.573942 [ 186 ] {6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f::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 | ||
| 6612 | 2025.02.19 05:58:23.574132 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6613 | 2025.02.19 05:58:23.574152 [ 186 ] {6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6614 | 2025.02.19 05:58:23.574214 [ 186 ] {6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 163 rows starting from the beginning of the part | ||
| 6615 | 2025.02.19 05:58:23.574570 [ 258 ] {a6049019-dcc8-484e-8f60-cd8e2a4bdc60} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 6616 | 2025.02.19 05:58:23.574803 [ 186 ] {6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 137 rows starting from the beginning of the part | ||
| 6617 | 2025.02.19 05:58:23.574847 [ 258 ] {a6049019-dcc8-484e-8f60-cd8e2a4bdc60} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6618 | 2025.02.19 05:58:23.574953 [ 198 ] {2fcca75a-374a-4c87-833b-a981a707b5d9::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4543 rows, containing 5 columns (5 merged, 0 gathered) in 0.005617216 sec., 808763.6295275097 rows/sec., 68.72 MiB/sec. | ||
| 6619 | 2025.02.19 05:58:23.575274 [ 186 ] {6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 12 rows starting from the beginning of the part | ||
| 6620 | 2025.02.19 05:58:23.575467 [ 198 ] {2fcca75a-374a-4c87-833b-a981a707b5d9::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 6621 | 2025.02.19 05:58:23.575751 [ 186 ] {6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 133 rows starting from the beginning of the part | ||
| 6622 | 2025.02.19 05:58:23.576169 [ 186 ] {6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 12 rows starting from the beginning of the part | ||
| 6623 | 2025.02.19 05:58:23.576683 [ 186 ] {6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 133 rows starting from the beginning of the part | ||
| 6624 | 2025.02.19 05:58:23.576761 [ 198 ] {2fcca75a-374a-4c87-833b-a981a707b5d9::all_1_51_10} <Trace> oximeter.fields_string (2fcca75a-374a-4c87-833b-a981a707b5d9): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6625 | 2025.02.19 05:58:23.577320 [ 198 ] {2fcca75a-374a-4c87-833b-a981a707b5d9::all_1_51_10} <Trace> oximeter.fields_string (2fcca75a-374a-4c87-833b-a981a707b5d9) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 6626 | 2025.02.19 05:58:23.577514 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.98 MiB. | ||
| 6627 | 2025.02.19 05:58:23.578020 [ 258 ] {a6049019-dcc8-484e-8f60-cd8e2a4bdc60} <Trace> oximeter.fields_u32 (65b4bee1-230d-4ffd-8593-1cf368c54481): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6628 | 2025.02.19 05:58:23.578066 [ 258 ] {a6049019-dcc8-484e-8f60-cd8e2a4bdc60} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 6629 | 2025.02.19 05:58:23.578739 [ 258 ] {a6049019-dcc8-484e-8f60-cd8e2a4bdc60} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 6630 | 2025.02.19 05:58:23.578930 [ 199 ] {6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 590 rows, containing 5 columns (5 merged, 0 gathered) in 0.005108247 sec., 115499.50501610436 rows/sec., 7.69 MiB/sec. | ||
| 6631 | 2025.02.19 05:58:23.579121 [ 258 ] {a6049019-dcc8-484e-8f60-cd8e2a4bdc60} <Trace> oximeter.fields_u32 (65b4bee1-230d-4ffd-8593-1cf368c54481): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6632 | 2025.02.19 05:58:23.579210 [ 199 ] {6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 6633 | 2025.02.19 05:58:23.579629 [ 258 ] {a6049019-dcc8-484e-8f60-cd8e2a4bdc60} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.005283 sec., 21389.36210486466 rows/sec., 1.38 MiB/sec. | ||
| 6634 | 2025.02.19 05:58:23.580023 [ 258 ] {a6049019-dcc8-484e-8f60-cd8e2a4bdc60} <Debug> TCPHandler: Processed in 0.005965302 sec. | ||
| 6635 | 2025.02.19 05:58:23.580215 [ 199 ] {6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f::all_1_41_8} <Trace> oximeter.fields_u16 (6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6636 | 2025.02.19 05:58:23.580244 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6637 | 2025.02.19 05:58:23.580375 [ 199 ] {6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f::all_1_41_8} <Trace> oximeter.fields_u16 (6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 6638 | 2025.02.19 05:58:23.580453 [ 254 ] {0b83df96-1adf-4dff-b80f-612215dfc66a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 6639 | 2025.02.19 05:58:23.580554 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
| 6640 | 2025.02.19 05:58:23.580572 [ 254 ] {0b83df96-1adf-4dff-b80f-612215dfc66a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 6641 | 2025.02.19 05:58:23.581236 [ 254 ] {0b83df96-1adf-4dff-b80f-612215dfc66a} <Trace> oximeter.fields_u8 (cef67ce3-27e4-4c55-9365-409a4c7c6d8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6642 | 2025.02.19 05:58:23.581277 [ 254 ] {0b83df96-1adf-4dff-b80f-612215dfc66a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 6643 | 2025.02.19 05:58:23.581642 [ 254 ] {0b83df96-1adf-4dff-b80f-612215dfc66a} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 6644 | 2025.02.19 05:58:23.581902 [ 254 ] {0b83df96-1adf-4dff-b80f-612215dfc66a} <Trace> oximeter.fields_u8 (cef67ce3-27e4-4c55-9365-409a4c7c6d8e): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6645 | 2025.02.19 05:58:23.582128 [ 254 ] {0b83df96-1adf-4dff-b80f-612215dfc66a} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001729 sec., 64777.32793522267 rows/sec., 3.69 MiB/sec. | ||
| 6646 | 2025.02.19 05:58:23.582182 [ 254 ] {0b83df96-1adf-4dff-b80f-612215dfc66a} <Debug> TCPHandler: Processed in 0.002033965 sec. | ||
| 6647 | 2025.02.19 05:58:23.582322 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6648 | 2025.02.19 05:58:23.582450 [ 258 ] {8766aa1b-6c42-4e5c-9177-f107ecc9e5f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6649 | 2025.02.19 05:58:23.582505 [ 258 ] {8766aa1b-6c42-4e5c-9177-f107ecc9e5f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6650 | 2025.02.19 05:58:23.583222 [ 258 ] {8766aa1b-6c42-4e5c-9177-f107ecc9e5f6} <Trace> oximeter.fields_uuid (3e28ef33-2603-423e-a1ee-258fce097b7c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6651 | 2025.02.19 05:58:23.583262 [ 258 ] {8766aa1b-6c42-4e5c-9177-f107ecc9e5f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 6652 | 2025.02.19 05:58:23.583634 [ 258 ] {8766aa1b-6c42-4e5c-9177-f107ecc9e5f6} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 6653 | 2025.02.19 05:58:23.583870 [ 258 ] {8766aa1b-6c42-4e5c-9177-f107ecc9e5f6} <Trace> oximeter.fields_uuid (3e28ef33-2603-423e-a1ee-258fce097b7c): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6654 | 2025.02.19 05:58:23.584073 [ 136 ] {} <Debug> oximeter.fields_uuid (3e28ef33-2603-423e-a1ee-258fce097b7c) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 6655 | 2025.02.19 05:58:23.584143 [ 258 ] {8766aa1b-6c42-4e5c-9177-f107ecc9e5f6} <Debug> executeQuery: Read 409 rows, 29.75 KiB in 0.00172 sec., 237790.69767441862 rows/sec., 16.89 MiB/sec. | ||
| 6656 | 2025.02.19 05:58:23.584166 [ 136 ] {} <Trace> oximeter.fields_uuid (3e28ef33-2603-423e-a1ee-258fce097b7c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6657 | 2025.02.19 05:58:23.584260 [ 136 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 6658 | 2025.02.19 05:58:23.584270 [ 258 ] {8766aa1b-6c42-4e5c-9177-f107ecc9e5f6} <Debug> TCPHandler: Processed in 0.002009414 sec. | ||
| 6659 | 2025.02.19 05:58:23.584534 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6660 | 2025.02.19 05:58:23.584605 [ 193 ] {3e28ef33-2603-423e-a1ee-258fce097b7c::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 | ||
| 6661 | 2025.02.19 05:58:23.584719 [ 254 ] {ef3d4f1e-b4ca-440f-b2d3-b4a07c4fadfa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 6662 | 2025.02.19 05:58:23.584833 [ 254 ] {ef3d4f1e-b4ca-440f-b2d3-b4a07c4fadfa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 6663 | 2025.02.19 05:58:23.584990 [ 193 ] {3e28ef33-2603-423e-a1ee-258fce097b7c::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6664 | 2025.02.19 05:58:23.585081 [ 193 ] {3e28ef33-2603-423e-a1ee-258fce097b7c::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 913 rows starting from the beginning of the part | ||
| 6665 | 2025.02.19 05:58:23.585428 [ 193 ] {3e28ef33-2603-423e-a1ee-258fce097b7c::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 76 rows starting from the beginning of the part | ||
| 6666 | 2025.02.19 05:58:23.585759 [ 193 ] {3e28ef33-2603-423e-a1ee-258fce097b7c::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 409 rows starting from the beginning of the part | ||
| 6667 | 2025.02.19 05:58:23.586013 [ 193 ] {3e28ef33-2603-423e-a1ee-258fce097b7c::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 532 rows starting from the beginning of the part | ||
| 6668 | 2025.02.19 05:58:23.586316 [ 193 ] {3e28ef33-2603-423e-a1ee-258fce097b7c::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 64 rows starting from the beginning of the part | ||
| 6669 | 2025.02.19 05:58:23.586604 [ 193 ] {3e28ef33-2603-423e-a1ee-258fce097b7c::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 409 rows starting from the beginning of the part | ||
| 6670 | 2025.02.19 05:58:23.587255 [ 254 ] {ef3d4f1e-b4ca-440f-b2d3-b4a07c4fadfa} <Trace> oximeter.measurements_bool (16e9d126-bc56-4e42-988e-352459bd24dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6671 | 2025.02.19 05:58:23.587316 [ 254 ] {ef3d4f1e-b4ca-440f-b2d3-b4a07c4fadfa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 6672 | 2025.02.19 05:58:23.588206 [ 254 ] {ef3d4f1e-b4ca-440f-b2d3-b4a07c4fadfa} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 6673 | 2025.02.19 05:58:23.588728 [ 254 ] {ef3d4f1e-b4ca-440f-b2d3-b4a07c4fadfa} <Trace> oximeter.measurements_bool (16e9d126-bc56-4e42-988e-352459bd24dc): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6674 | 2025.02.19 05:58:23.589386 [ 254 ] {ef3d4f1e-b4ca-440f-b2d3-b4a07c4fadfa} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004694 sec., 1278.227524499361 rows/sec., 66.78 KiB/sec. | ||
| 6675 | 2025.02.19 05:58:23.589588 [ 254 ] {ef3d4f1e-b4ca-440f-b2d3-b4a07c4fadfa} <Debug> TCPHandler: Processed in 0.005213279 sec. | ||
| 6676 | 2025.02.19 05:58:23.589756 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6677 | 2025.02.19 05:58:23.590097 [ 258 ] {0541d032-bbe4-475b-b322-eea83f939e62} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6678 | 2025.02.19 05:58:23.590161 [ 193 ] {3e28ef33-2603-423e-a1ee-258fce097b7c::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2403 rows, containing 5 columns (5 merged, 0 gathered) in 0.005758468 sec., 417298.4898066638 rows/sec., 31.94 MiB/sec. | ||
| 6679 | 2025.02.19 05:58:23.590192 [ 258 ] {0541d032-bbe4-475b-b322-eea83f939e62} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6680 | 2025.02.19 05:58:23.590451 [ 193 ] {3e28ef33-2603-423e-a1ee-258fce097b7c::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 6681 | 2025.02.19 05:58:23.591058 [ 193 ] {3e28ef33-2603-423e-a1ee-258fce097b7c::all_1_51_10} <Trace> oximeter.fields_uuid (3e28ef33-2603-423e-a1ee-258fce097b7c): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6682 | 2025.02.19 05:58:23.591271 [ 193 ] {3e28ef33-2603-423e-a1ee-258fce097b7c::all_1_51_10} <Trace> oximeter.fields_uuid (3e28ef33-2603-423e-a1ee-258fce097b7c) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 6683 | 2025.02.19 05:58:23.591458 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
| 6684 | 2025.02.19 05:58:23.591537 [ 258 ] {0541d032-bbe4-475b-b322-eea83f939e62} <Trace> oximeter.measurements_cumulativeu64 (12ad3da5-8862-4a0c-98f0-1a099eec319b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6685 | 2025.02.19 05:58:23.591580 [ 258 ] {0541d032-bbe4-475b-b322-eea83f939e62} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 6686 | 2025.02.19 05:58:23.591989 [ 258 ] {0541d032-bbe4-475b-b322-eea83f939e62} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 6687 | 2025.02.19 05:58:23.592234 [ 258 ] {0541d032-bbe4-475b-b322-eea83f939e62} <Trace> oximeter.measurements_cumulativeu64 (12ad3da5-8862-4a0c-98f0-1a099eec319b): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6688 | 2025.02.19 05:58:23.592399 [ 135 ] {} <Debug> oximeter.measurements_cumulativeu64 (12ad3da5-8862-4a0c-98f0-1a099eec319b) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 6689 | 2025.02.19 05:58:23.592468 [ 135 ] {} <Trace> oximeter.measurements_cumulativeu64 (12ad3da5-8862-4a0c-98f0-1a099eec319b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6690 | 2025.02.19 05:58:23.592478 [ 258 ] {0541d032-bbe4-475b-b322-eea83f939e62} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002503 sec., 94686.37634838193 rows/sec., 6.35 MiB/sec. | ||
| 6691 | 2025.02.19 05:58:23.592507 [ 135 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 6692 | 2025.02.19 05:58:23.592650 [ 258 ] {0541d032-bbe4-475b-b322-eea83f939e62} <Debug> TCPHandler: Processed in 0.002975291 sec. | ||
| 6693 | 2025.02.19 05:58:23.592880 [ 190 ] {12ad3da5-8862-4a0c-98f0-1a099eec319b::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 | ||
| 6694 | 2025.02.19 05:58:23.592960 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6695 | 2025.02.19 05:58:23.593425 [ 254 ] {4f5cf68e-a257-4df2-af28-d6644c5ba59d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 6696 | 2025.02.19 05:58:23.593529 [ 190 ] {12ad3da5-8862-4a0c-98f0-1a099eec319b::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6697 | 2025.02.19 05:58:23.593644 [ 254 ] {4f5cf68e-a257-4df2-af28-d6644c5ba59d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 6698 | 2025.02.19 05:58:23.593676 [ 190 ] {12ad3da5-8862-4a0c-98f0-1a099eec319b::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_46_9, total 13871 rows starting from the beginning of the part | ||
| 6699 | 2025.02.19 05:58:23.594348 [ 190 ] {12ad3da5-8862-4a0c-98f0-1a099eec319b::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 | ||
| 6700 | 2025.02.19 05:58:23.594631 [ 190 ] {12ad3da5-8862-4a0c-98f0-1a099eec319b::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 | ||
| 6701 | 2025.02.19 05:58:23.594993 [ 190 ] {12ad3da5-8862-4a0c-98f0-1a099eec319b::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 974 rows starting from the beginning of the part | ||
| 6702 | 2025.02.19 05:58:23.595284 [ 190 ] {12ad3da5-8862-4a0c-98f0-1a099eec319b::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 32 rows starting from the beginning of the part | ||
| 6703 | 2025.02.19 05:58:23.595662 [ 190 ] {12ad3da5-8862-4a0c-98f0-1a099eec319b::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 237 rows starting from the beginning of the part | ||
| 6704 | 2025.02.19 05:58:23.596270 [ 254 ] {4f5cf68e-a257-4df2-af28-d6644c5ba59d} <Trace> oximeter.measurements_f64 (338bebf0-eeef-41b9-b679-f4717a277180): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6705 | 2025.02.19 05:58:23.596309 [ 254 ] {4f5cf68e-a257-4df2-af28-d6644c5ba59d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 6706 | 2025.02.19 05:58:23.596929 [ 254 ] {4f5cf68e-a257-4df2-af28-d6644c5ba59d} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 6707 | 2025.02.19 05:58:23.597199 [ 254 ] {4f5cf68e-a257-4df2-af28-d6644c5ba59d} <Trace> oximeter.measurements_f64 (338bebf0-eeef-41b9-b679-f4717a277180): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6708 | 2025.02.19 05:58:23.597480 [ 254 ] {4f5cf68e-a257-4df2-af28-d6644c5ba59d} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00423 sec., 236.40661938534276 rows/sec., 15.93 KiB/sec. | ||
| 6709 | 2025.02.19 05:58:23.597554 [ 254 ] {4f5cf68e-a257-4df2-af28-d6644c5ba59d} <Debug> TCPHandler: Processed in 0.004804912 sec. | ||
| 6710 | 2025.02.19 05:58:23.597692 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6711 | 2025.02.19 05:58:23.597868 [ 258 ] {315c5b0e-236f-49df-ad4f-91a32ec48fbb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6712 | 2025.02.19 05:58:23.597976 [ 258 ] {315c5b0e-236f-49df-ad4f-91a32ec48fbb} <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 | ||
| 6713 | 2025.02.19 05:58:23.599504 [ 258 ] {315c5b0e-236f-49df-ad4f-91a32ec48fbb} <Trace> oximeter.measurements_histogramu64 (7e806432-9fb0-4852-8b8d-11fed24611fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6714 | 2025.02.19 05:58:23.599542 [ 258 ] {315c5b0e-236f-49df-ad4f-91a32ec48fbb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 6715 | 2025.02.19 05:58:23.600376 [ 258 ] {315c5b0e-236f-49df-ad4f-91a32ec48fbb} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 6716 | 2025.02.19 05:58:23.600774 [ 258 ] {315c5b0e-236f-49df-ad4f-91a32ec48fbb} <Trace> oximeter.measurements_histogramu64 (7e806432-9fb0-4852-8b8d-11fed24611fa): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6717 | 2025.02.19 05:58:23.601001 [ 135 ] {} <Debug> oximeter.measurements_histogramu64 (7e806432-9fb0-4852-8b8d-11fed24611fa) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 6718 | 2025.02.19 05:58:23.601128 [ 135 ] {} <Trace> oximeter.measurements_histogramu64 (7e806432-9fb0-4852-8b8d-11fed24611fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6719 | 2025.02.19 05:58:23.601178 [ 135 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 6720 | 2025.02.19 05:58:23.601190 [ 258 ] {315c5b0e-236f-49df-ad4f-91a32ec48fbb} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.003362 sec., 8030.933967876264 rows/sec., 14.39 MiB/sec. | ||
| 6721 | 2025.02.19 05:58:23.602304 [ 258 ] {315c5b0e-236f-49df-ad4f-91a32ec48fbb} <Debug> TCPHandler: Processed in 0.00466734 sec. | ||
| 6722 | 2025.02.19 05:58:23.602304 [ 195 ] {12ad3da5-8862-4a0c-98f0-1a099eec319b::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 15511 rows, containing 5 columns (5 merged, 0 gathered) in 0.009644464 sec., 1608280.149109375 rows/sec., 108.66 MiB/sec. | ||
| 6723 | 2025.02.19 05:58:23.602674 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6724 | 2025.02.19 05:58:23.602772 [ 192 ] {7e806432-9fb0-4852-8b8d-11fed24611fa::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 | ||
| 6725 | 2025.02.19 05:58:23.603283 [ 195 ] {12ad3da5-8862-4a0c-98f0-1a099eec319b::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 6726 | 2025.02.19 05:58:23.603552 [ 254 ] {1efb3d62-03c4-413f-a12d-af15678c79e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6727 | 2025.02.19 05:58:23.603810 [ 254 ] {1efb3d62-03c4-413f-a12d-af15678c79e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6728 | 2025.02.19 05:58:23.604349 [ 195 ] {12ad3da5-8862-4a0c-98f0-1a099eec319b::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (12ad3da5-8862-4a0c-98f0-1a099eec319b): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6729 | 2025.02.19 05:58:23.604679 [ 195 ] {12ad3da5-8862-4a0c-98f0-1a099eec319b::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (12ad3da5-8862-4a0c-98f0-1a099eec319b) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 6730 | 2025.02.19 05:58:23.604721 [ 192 ] {7e806432-9fb0-4852-8b8d-11fed24611fa::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6731 | 2025.02.19 05:58:23.604950 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.84 MiB. | ||
| 6732 | 2025.02.19 05:58:23.605074 [ 192 ] {7e806432-9fb0-4852-8b8d-11fed24611fa::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 662 rows starting from the beginning of the part | ||
| 6733 | 2025.02.19 05:58:23.605825 [ 192 ] {7e806432-9fb0-4852-8b8d-11fed24611fa::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 27 rows starting from the beginning of the part | ||
| 6734 | 2025.02.19 05:58:23.606558 [ 192 ] {7e806432-9fb0-4852-8b8d-11fed24611fa::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 12 rows starting from the beginning of the part | ||
| 6735 | 2025.02.19 05:58:23.606731 [ 254 ] {1efb3d62-03c4-413f-a12d-af15678c79e3} <Trace> oximeter.measurements_u64 (fe0987d5-5b8f-48d5-a303-9c895ee7970c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6736 | 2025.02.19 05:58:23.606877 [ 254 ] {1efb3d62-03c4-413f-a12d-af15678c79e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 6737 | 2025.02.19 05:58:23.607164 [ 192 ] {7e806432-9fb0-4852-8b8d-11fed24611fa::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 27 rows starting from the beginning of the part | ||
| 6738 | 2025.02.19 05:58:23.607764 [ 192 ] {7e806432-9fb0-4852-8b8d-11fed24611fa::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 12 rows starting from the beginning of the part | ||
| 6739 | 2025.02.19 05:58:23.608425 [ 192 ] {7e806432-9fb0-4852-8b8d-11fed24611fa::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 27 rows starting from the beginning of the part | ||
| 6740 | 2025.02.19 05:58:23.608495 [ 254 ] {1efb3d62-03c4-413f-a12d-af15678c79e3} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 6741 | 2025.02.19 05:58:23.609349 [ 254 ] {1efb3d62-03c4-413f-a12d-af15678c79e3} <Trace> oximeter.measurements_u64 (fe0987d5-5b8f-48d5-a303-9c895ee7970c): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6742 | 2025.02.19 05:58:23.609677 [ 135 ] {} <Debug> oximeter.measurements_u64 (fe0987d5-5b8f-48d5-a303-9c895ee7970c) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 6743 | 2025.02.19 05:58:23.609766 [ 135 ] {} <Trace> oximeter.measurements_u64 (fe0987d5-5b8f-48d5-a303-9c895ee7970c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6744 | 2025.02.19 05:58:23.609857 [ 135 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 6745 | 2025.02.19 05:58:23.610141 [ 254 ] {1efb3d62-03c4-413f-a12d-af15678c79e3} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.006887 sec., 11906.49048932772 rows/sec., 774.36 KiB/sec. | ||
| 6746 | 2025.02.19 05:58:23.610516 [ 189 ] {fe0987d5-5b8f-48d5-a303-9c895ee7970c::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 | ||
| 6747 | 2025.02.19 05:58:23.611160 [ 254 ] {1efb3d62-03c4-413f-a12d-af15678c79e3} <Debug> TCPHandler: Processed in 0.008668778 sec. | ||
| 6748 | 2025.02.19 05:58:23.611245 [ 189 ] {fe0987d5-5b8f-48d5-a303-9c895ee7970c::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6749 | 2025.02.19 05:58:23.611399 [ 189 ] {fe0987d5-5b8f-48d5-a303-9c895ee7970c::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 2644 rows starting from the beginning of the part | ||
| 6750 | 2025.02.19 05:58:23.611915 [ 189 ] {fe0987d5-5b8f-48d5-a303-9c895ee7970c::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 | ||
| 6751 | 2025.02.19 05:58:23.612331 [ 189 ] {fe0987d5-5b8f-48d5-a303-9c895ee7970c::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 | ||
| 6752 | 2025.02.19 05:58:23.612580 [ 189 ] {fe0987d5-5b8f-48d5-a303-9c895ee7970c::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 48 rows starting from the beginning of the part | ||
| 6753 | 2025.02.19 05:58:23.612771 [ 189 ] {fe0987d5-5b8f-48d5-a303-9c895ee7970c::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 12 rows starting from the beginning of the part | ||
| 6754 | 2025.02.19 05:58:23.613097 [ 189 ] {fe0987d5-5b8f-48d5-a303-9c895ee7970c::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 82 rows starting from the beginning of the part | ||
| 6755 | 2025.02.19 05:58:23.617105 [ 188 ] {fe0987d5-5b8f-48d5-a303-9c895ee7970c::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2928 rows, containing 4 columns (4 merged, 0 gathered) in 0.007101861 sec., 412286.30073159694 rows/sec., 26.97 MiB/sec. | ||
| 6756 | 2025.02.19 05:58:23.617640 [ 188 ] {fe0987d5-5b8f-48d5-a303-9c895ee7970c::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 6757 | 2025.02.19 05:58:23.618421 [ 188 ] {fe0987d5-5b8f-48d5-a303-9c895ee7970c::all_1_51_10} <Trace> oximeter.measurements_u64 (fe0987d5-5b8f-48d5-a303-9c895ee7970c): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6758 | 2025.02.19 05:58:23.618536 [ 188 ] {fe0987d5-5b8f-48d5-a303-9c895ee7970c::all_1_51_10} <Trace> oximeter.measurements_u64 (fe0987d5-5b8f-48d5-a303-9c895ee7970c) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 6759 | 2025.02.19 05:58:23.618637 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.70 MiB. | ||
| 6760 | 2025.02.19 05:58:23.620192 [ 191 ] {7e806432-9fb0-4852-8b8d-11fed24611fa::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 767 rows, containing 19 columns (19 merged, 0 gathered) in 0.017971346 sec., 42679.0514188531 rows/sec., 76.48 MiB/sec. | ||
| 6761 | 2025.02.19 05:58:23.621235 [ 197 ] {7e806432-9fb0-4852-8b8d-11fed24611fa::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 6762 | 2025.02.19 05:58:23.621690 [ 197 ] {7e806432-9fb0-4852-8b8d-11fed24611fa::all_1_41_8} <Trace> oximeter.measurements_histogramu64 (7e806432-9fb0-4852-8b8d-11fed24611fa): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6763 | 2025.02.19 05:58:23.621777 [ 197 ] {7e806432-9fb0-4852-8b8d-11fed24611fa::all_1_41_8} <Trace> oximeter.measurements_histogramu64 (7e806432-9fb0-4852-8b8d-11fed24611fa) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 6764 | 2025.02.19 05:58:23.621947 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.66 MiB. | ||
| 6765 | 2025.02.19 05:58:24.000175 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 202.15 MiB, peak 209.75 MiB, free memory in arenas 0.00 B, will set to 203.41 MiB (RSS), difference: 1.25 MiB | ||
| 6766 | 2025.02.19 05:58:27.975713 [ 131 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 6767 | 2025.02.19 05:58:27.975795 [ 131 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 6768 | 2025.02.19 05:58:28.106318 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 14701 | ||
| 6769 | 2025.02.19 05:58:28.107149 [ 244 ] {} <Trace> system.asynchronous_metric_log (5573eb27-0871-4eb5-bfd6-93b6d6d4142e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6770 | 2025.02.19 05:58:28.107195 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 6771 | 2025.02.19 05:58:28.107755 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 6772 | 2025.02.19 05:58:28.108027 [ 244 ] {} <Trace> system.asynchronous_metric_log (5573eb27-0871-4eb5-bfd6-93b6d6d4142e): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6773 | 2025.02.19 05:58:28.108281 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14701 | ||
| 6774 | 2025.02.19 05:58:28.181973 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 964 | ||
| 6775 | 2025.02.19 05:58:28.185322 [ 242 ] {} <Trace> system.query_log (c5831a85-9043-4d4c-a5be-d968cb126303): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6776 | 2025.02.19 05:58:28.185382 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 6777 | 2025.02.19 05:58:28.186847 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 6778 | 2025.02.19 05:58:28.187171 [ 242 ] {} <Trace> system.query_log (c5831a85-9043-4d4c-a5be-d968cb126303): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6779 | 2025.02.19 05:58:28.188094 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 964 | ||
| 6780 | 2025.02.19 05:58:28.557190 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6781 | 2025.02.19 05:58:28.557401 [ 254 ] {345c6731-524f-4ff9-a8c6-1a1255fac5e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6782 | 2025.02.19 05:58:28.557481 [ 254 ] {345c6731-524f-4ff9-a8c6-1a1255fac5e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6783 | 2025.02.19 05:58:28.558329 [ 254 ] {345c6731-524f-4ff9-a8c6-1a1255fac5e2} <Trace> oximeter.fields_string (2fcca75a-374a-4c87-833b-a981a707b5d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6784 | 2025.02.19 05:58:28.558370 [ 254 ] {345c6731-524f-4ff9-a8c6-1a1255fac5e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 6785 | 2025.02.19 05:58:28.558804 [ 254 ] {345c6731-524f-4ff9-a8c6-1a1255fac5e2} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 6786 | 2025.02.19 05:58:28.559061 [ 254 ] {345c6731-524f-4ff9-a8c6-1a1255fac5e2} <Trace> oximeter.fields_string (2fcca75a-374a-4c87-833b-a981a707b5d9): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6787 | 2025.02.19 05:58:28.559264 [ 254 ] {345c6731-524f-4ff9-a8c6-1a1255fac5e2} <Debug> executeQuery: Read 80 rows, 6.77 KiB in 0.001925 sec., 41558.441558441555 rows/sec., 3.44 MiB/sec. | ||
| 6788 | 2025.02.19 05:58:28.559326 [ 254 ] {345c6731-524f-4ff9-a8c6-1a1255fac5e2} <Debug> TCPHandler: Processed in 0.002275618 sec. | ||
| 6789 | 2025.02.19 05:58:28.559509 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6790 | 2025.02.19 05:58:28.559652 [ 258 ] {7056a677-ef0f-4b1f-b965-429d7cb2394d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6791 | 2025.02.19 05:58:28.559711 [ 258 ] {7056a677-ef0f-4b1f-b965-429d7cb2394d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6792 | 2025.02.19 05:58:28.560314 [ 258 ] {7056a677-ef0f-4b1f-b965-429d7cb2394d} <Trace> oximeter.fields_u16 (6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6793 | 2025.02.19 05:58:28.560351 [ 258 ] {7056a677-ef0f-4b1f-b965-429d7cb2394d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 6794 | 2025.02.19 05:58:28.560709 [ 258 ] {7056a677-ef0f-4b1f-b965-429d7cb2394d} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 6795 | 2025.02.19 05:58:28.560945 [ 258 ] {7056a677-ef0f-4b1f-b965-429d7cb2394d} <Trace> oximeter.fields_u16 (6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6796 | 2025.02.19 05:58:28.561125 [ 258 ] {7056a677-ef0f-4b1f-b965-429d7cb2394d} <Debug> executeQuery: Read 12 rows, 924.00 B in 0.001507 sec., 7962.8400796284 rows/sec., 598.77 KiB/sec. | ||
| 6797 | 2025.02.19 05:58:28.561175 [ 258 ] {7056a677-ef0f-4b1f-b965-429d7cb2394d} <Debug> TCPHandler: Processed in 0.00173757 sec. | ||
| 6798 | 2025.02.19 05:58:28.561319 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6799 | 2025.02.19 05:58:28.561449 [ 254 ] {7c04982b-0d0d-4a01-ae1c-9316200f5ef1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6800 | 2025.02.19 05:58:28.561502 [ 254 ] {7c04982b-0d0d-4a01-ae1c-9316200f5ef1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6801 | 2025.02.19 05:58:28.562145 [ 254 ] {7c04982b-0d0d-4a01-ae1c-9316200f5ef1} <Trace> oximeter.fields_uuid (3e28ef33-2603-423e-a1ee-258fce097b7c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6802 | 2025.02.19 05:58:28.562182 [ 254 ] {7c04982b-0d0d-4a01-ae1c-9316200f5ef1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 6803 | 2025.02.19 05:58:28.562532 [ 254 ] {7c04982b-0d0d-4a01-ae1c-9316200f5ef1} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 6804 | 2025.02.19 05:58:28.562776 [ 254 ] {7c04982b-0d0d-4a01-ae1c-9316200f5ef1} <Trace> oximeter.fields_uuid (3e28ef33-2603-423e-a1ee-258fce097b7c): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6805 | 2025.02.19 05:58:28.562951 [ 254 ] {7c04982b-0d0d-4a01-ae1c-9316200f5ef1} <Debug> executeQuery: Read 76 rows, 6.08 KiB in 0.001533 sec., 49575.99478147423 rows/sec., 3.87 MiB/sec. | ||
| 6806 | 2025.02.19 05:58:28.563000 [ 254 ] {7c04982b-0d0d-4a01-ae1c-9316200f5ef1} <Debug> TCPHandler: Processed in 0.00174633 sec. | ||
| 6807 | 2025.02.19 05:58:28.563158 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6808 | 2025.02.19 05:58:28.563289 [ 258 ] {16aa2731-8f7d-4462-a765-d4e13823aab4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6809 | 2025.02.19 05:58:28.563346 [ 258 ] {16aa2731-8f7d-4462-a765-d4e13823aab4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6810 | 2025.02.19 05:58:28.563966 [ 258 ] {16aa2731-8f7d-4462-a765-d4e13823aab4} <Trace> oximeter.measurements_cumulativeu64 (12ad3da5-8862-4a0c-98f0-1a099eec319b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6811 | 2025.02.19 05:58:28.564010 [ 258 ] {16aa2731-8f7d-4462-a765-d4e13823aab4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 6812 | 2025.02.19 05:58:28.564399 [ 258 ] {16aa2731-8f7d-4462-a765-d4e13823aab4} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 6813 | 2025.02.19 05:58:28.564660 [ 258 ] {16aa2731-8f7d-4462-a765-d4e13823aab4} <Trace> oximeter.measurements_cumulativeu64 (12ad3da5-8862-4a0c-98f0-1a099eec319b): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6814 | 2025.02.19 05:58:28.564844 [ 258 ] {16aa2731-8f7d-4462-a765-d4e13823aab4} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001585 sec., 100946.37223974764 rows/sec., 7.03 MiB/sec. | ||
| 6815 | 2025.02.19 05:58:28.564904 [ 258 ] {16aa2731-8f7d-4462-a765-d4e13823aab4} <Debug> TCPHandler: Processed in 0.00180897 sec. | ||
| 6816 | 2025.02.19 05:58:28.565056 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6817 | 2025.02.19 05:58:28.565190 [ 254 ] {5dbfd03b-e14e-4209-9314-693aebd98aaa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6818 | 2025.02.19 05:58:28.565268 [ 254 ] {5dbfd03b-e14e-4209-9314-693aebd98aaa} <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 | ||
| 6819 | 2025.02.19 05:58:28.566471 [ 254 ] {5dbfd03b-e14e-4209-9314-693aebd98aaa} <Trace> oximeter.measurements_histogramu64 (7e806432-9fb0-4852-8b8d-11fed24611fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6820 | 2025.02.19 05:58:28.566506 [ 254 ] {5dbfd03b-e14e-4209-9314-693aebd98aaa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 6821 | 2025.02.19 05:58:28.567115 [ 254 ] {5dbfd03b-e14e-4209-9314-693aebd98aaa} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 6822 | 2025.02.19 05:58:28.567367 [ 254 ] {5dbfd03b-e14e-4209-9314-693aebd98aaa} <Trace> oximeter.measurements_histogramu64 (7e806432-9fb0-4852-8b8d-11fed24611fa): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6823 | 2025.02.19 05:58:28.567563 [ 254 ] {5dbfd03b-e14e-4209-9314-693aebd98aaa} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002403 sec., 4993.757802746566 rows/sec., 8.95 MiB/sec. | ||
| 6824 | 2025.02.19 05:58:28.567669 [ 254 ] {5dbfd03b-e14e-4209-9314-693aebd98aaa} <Debug> TCPHandler: Processed in 0.002677735 sec. | ||
| 6825 | 2025.02.19 05:58:28.567835 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6826 | 2025.02.19 05:58:28.567963 [ 258 ] {d47f1cc0-ee85-4caa-bc53-e092a40190e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6827 | 2025.02.19 05:58:28.568018 [ 258 ] {d47f1cc0-ee85-4caa-bc53-e092a40190e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6828 | 2025.02.19 05:58:28.568543 [ 258 ] {d47f1cc0-ee85-4caa-bc53-e092a40190e5} <Trace> oximeter.measurements_u64 (fe0987d5-5b8f-48d5-a303-9c895ee7970c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6829 | 2025.02.19 05:58:28.568586 [ 258 ] {d47f1cc0-ee85-4caa-bc53-e092a40190e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 6830 | 2025.02.19 05:58:28.569007 [ 258 ] {d47f1cc0-ee85-4caa-bc53-e092a40190e5} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 6831 | 2025.02.19 05:58:28.569247 [ 258 ] {d47f1cc0-ee85-4caa-bc53-e092a40190e5} <Trace> oximeter.measurements_u64 (fe0987d5-5b8f-48d5-a303-9c895ee7970c): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6832 | 2025.02.19 05:58:28.569456 [ 258 ] {d47f1cc0-ee85-4caa-bc53-e092a40190e5} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001513 sec., 39656.31196298744 rows/sec., 2.67 MiB/sec. | ||
| 6833 | 2025.02.19 05:58:28.569509 [ 258 ] {d47f1cc0-ee85-4caa-bc53-e092a40190e5} <Debug> TCPHandler: Processed in 0.00173993 sec. | ||
| 6834 | 2025.02.19 05:58:29.001438 [ 248 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001031597 sec. | ||
| 6835 | 2025.02.19 05:58:29.158636 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 242 | ||
| 6836 | 2025.02.19 05:58:29.177357 [ 243 ] {} <Trace> system.metric_log (636422f3-000f-4feb-9852-006313efe3e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6837 | 2025.02.19 05:58:29.177405 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 6838 | 2025.02.19 05:58:29.184395 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 6839 | 2025.02.19 05:58:29.185137 [ 243 ] {} <Trace> system.metric_log (636422f3-000f-4feb-9852-006313efe3e0): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6840 | 2025.02.19 05:58:29.187606 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 242 | ||
| 6841 | 2025.02.19 05:58:33.563702 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6842 | 2025.02.19 05:58:33.563914 [ 254 ] {7db04cb6-def9-4734-b759-9d85f26e9bea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 6843 | 2025.02.19 05:58:33.563995 [ 254 ] {7db04cb6-def9-4734-b759-9d85f26e9bea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 6844 | 2025.02.19 05:58:33.564858 [ 254 ] {7db04cb6-def9-4734-b759-9d85f26e9bea} <Trace> oximeter.fields_i16 (2bf1598c-a5a7-46ca-9aca-ef074bb76812): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6845 | 2025.02.19 05:58:33.564908 [ 254 ] {7db04cb6-def9-4734-b759-9d85f26e9bea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 6846 | 2025.02.19 05:58:33.565363 [ 254 ] {7db04cb6-def9-4734-b759-9d85f26e9bea} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 6847 | 2025.02.19 05:58:33.565611 [ 254 ] {7db04cb6-def9-4734-b759-9d85f26e9bea} <Trace> oximeter.fields_i16 (2bf1598c-a5a7-46ca-9aca-ef074bb76812): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6848 | 2025.02.19 05:58:33.565850 [ 254 ] {7db04cb6-def9-4734-b759-9d85f26e9bea} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001989 sec., 106586.22423328306 rows/sec., 6.78 MiB/sec. | ||
| 6849 | 2025.02.19 05:58:33.565977 [ 254 ] {7db04cb6-def9-4734-b759-9d85f26e9bea} <Debug> TCPHandler: Processed in 0.002414772 sec. | ||
| 6850 | 2025.02.19 05:58:33.566181 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6851 | 2025.02.19 05:58:33.566311 [ 258 ] {8f90043d-e0d6-424a-b186-eed7fcca7828} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6852 | 2025.02.19 05:58:33.566368 [ 258 ] {8f90043d-e0d6-424a-b186-eed7fcca7828} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6853 | 2025.02.19 05:58:33.567399 [ 258 ] {8f90043d-e0d6-424a-b186-eed7fcca7828} <Trace> oximeter.fields_string (2fcca75a-374a-4c87-833b-a981a707b5d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6854 | 2025.02.19 05:58:33.567440 [ 258 ] {8f90043d-e0d6-424a-b186-eed7fcca7828} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 6855 | 2025.02.19 05:58:33.568201 [ 258 ] {8f90043d-e0d6-424a-b186-eed7fcca7828} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 6856 | 2025.02.19 05:58:33.568448 [ 258 ] {8f90043d-e0d6-424a-b186-eed7fcca7828} <Trace> oximeter.fields_string (2fcca75a-374a-4c87-833b-a981a707b5d9): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6857 | 2025.02.19 05:58:33.568709 [ 258 ] {8f90043d-e0d6-424a-b186-eed7fcca7828} <Debug> executeQuery: Read 671 rows, 54.45 KiB in 0.00242 sec., 277272.7272727273 rows/sec., 21.97 MiB/sec. | ||
| 6858 | 2025.02.19 05:58:33.568873 [ 258 ] {8f90043d-e0d6-424a-b186-eed7fcca7828} <Debug> TCPHandler: Processed in 0.002745917 sec. | ||
| 6859 | 2025.02.19 05:58:33.569142 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6860 | 2025.02.19 05:58:33.569260 [ 254 ] {aa0b2f18-8e3f-4b39-b9de-06c525c1af46} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6861 | 2025.02.19 05:58:33.569307 [ 254 ] {aa0b2f18-8e3f-4b39-b9de-06c525c1af46} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6862 | 2025.02.19 05:58:33.569926 [ 254 ] {aa0b2f18-8e3f-4b39-b9de-06c525c1af46} <Trace> oximeter.fields_u16 (6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6863 | 2025.02.19 05:58:33.569966 [ 254 ] {aa0b2f18-8e3f-4b39-b9de-06c525c1af46} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 6864 | 2025.02.19 05:58:33.570340 [ 254 ] {aa0b2f18-8e3f-4b39-b9de-06c525c1af46} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 6865 | 2025.02.19 05:58:33.570580 [ 254 ] {aa0b2f18-8e3f-4b39-b9de-06c525c1af46} <Trace> oximeter.fields_u16 (6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6866 | 2025.02.19 05:58:33.570828 [ 254 ] {aa0b2f18-8e3f-4b39-b9de-06c525c1af46} <Debug> executeQuery: Read 133 rows, 8.42 KiB in 0.001591 sec., 83595.22313010685 rows/sec., 5.17 MiB/sec. | ||
| 6867 | 2025.02.19 05:58:33.571028 [ 254 ] {aa0b2f18-8e3f-4b39-b9de-06c525c1af46} <Debug> TCPHandler: Processed in 0.002024694 sec. | ||
| 6868 | 2025.02.19 05:58:33.571256 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6869 | 2025.02.19 05:58:33.571398 [ 258 ] {bc20a2d5-7b2b-43da-9095-3b14d3e9b19f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 6870 | 2025.02.19 05:58:33.571455 [ 258 ] {bc20a2d5-7b2b-43da-9095-3b14d3e9b19f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6871 | 2025.02.19 05:58:33.572167 [ 258 ] {bc20a2d5-7b2b-43da-9095-3b14d3e9b19f} <Trace> oximeter.fields_u32 (65b4bee1-230d-4ffd-8593-1cf368c54481): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6872 | 2025.02.19 05:58:33.572214 [ 258 ] {bc20a2d5-7b2b-43da-9095-3b14d3e9b19f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 6873 | 2025.02.19 05:58:33.572584 [ 258 ] {bc20a2d5-7b2b-43da-9095-3b14d3e9b19f} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 6874 | 2025.02.19 05:58:33.572828 [ 258 ] {bc20a2d5-7b2b-43da-9095-3b14d3e9b19f} <Trace> oximeter.fields_u32 (65b4bee1-230d-4ffd-8593-1cf368c54481): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6875 | 2025.02.19 05:58:33.572990 [ 124 ] {} <Debug> oximeter.fields_u32 (65b4bee1-230d-4ffd-8593-1cf368c54481) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 6876 | 2025.02.19 05:58:33.573059 [ 258 ] {bc20a2d5-7b2b-43da-9095-3b14d3e9b19f} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.00169 sec., 66863.90532544379 rows/sec., 4.33 MiB/sec. | ||
| 6877 | 2025.02.19 05:58:33.573082 [ 124 ] {} <Trace> oximeter.fields_u32 (65b4bee1-230d-4ffd-8593-1cf368c54481): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6878 | 2025.02.19 05:58:33.573152 [ 124 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 6879 | 2025.02.19 05:58:33.573179 [ 258 ] {bc20a2d5-7b2b-43da-9095-3b14d3e9b19f} <Debug> TCPHandler: Processed in 0.002036714 sec. | ||
| 6880 | 2025.02.19 05:58:33.573459 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6881 | 2025.02.19 05:58:33.573742 [ 201 ] {65b4bee1-230d-4ffd-8593-1cf368c54481::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 | ||
| 6882 | 2025.02.19 05:58:33.574023 [ 254 ] {1a338179-c2f6-4d93-a495-e8c769497628} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 6883 | 2025.02.19 05:58:33.574144 [ 254 ] {1a338179-c2f6-4d93-a495-e8c769497628} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 6884 | 2025.02.19 05:58:33.574222 [ 201 ] {65b4bee1-230d-4ffd-8593-1cf368c54481::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6885 | 2025.02.19 05:58:33.574324 [ 201 ] {65b4bee1-230d-4ffd-8593-1cf368c54481::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 342 rows starting from the beginning of the part | ||
| 6886 | 2025.02.19 05:58:33.574597 [ 201 ] {65b4bee1-230d-4ffd-8593-1cf368c54481::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 113 rows starting from the beginning of the part | ||
| 6887 | 2025.02.19 05:58:33.574896 [ 201 ] {65b4bee1-230d-4ffd-8593-1cf368c54481::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 113 rows starting from the beginning of the part | ||
| 6888 | 2025.02.19 05:58:33.575226 [ 201 ] {65b4bee1-230d-4ffd-8593-1cf368c54481::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 228 rows starting from the beginning of the part | ||
| 6889 | 2025.02.19 05:58:33.575582 [ 201 ] {65b4bee1-230d-4ffd-8593-1cf368c54481::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 113 rows starting from the beginning of the part | ||
| 6890 | 2025.02.19 05:58:33.575900 [ 201 ] {65b4bee1-230d-4ffd-8593-1cf368c54481::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 113 rows starting from the beginning of the part | ||
| 6891 | 2025.02.19 05:58:33.577210 [ 254 ] {1a338179-c2f6-4d93-a495-e8c769497628} <Trace> oximeter.fields_u8 (cef67ce3-27e4-4c55-9365-409a4c7c6d8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6892 | 2025.02.19 05:58:33.577267 [ 254 ] {1a338179-c2f6-4d93-a495-e8c769497628} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 6893 | 2025.02.19 05:58:33.578195 [ 254 ] {1a338179-c2f6-4d93-a495-e8c769497628} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 6894 | 2025.02.19 05:58:33.578764 [ 254 ] {1a338179-c2f6-4d93-a495-e8c769497628} <Trace> oximeter.fields_u8 (cef67ce3-27e4-4c55-9365-409a4c7c6d8e): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6895 | 2025.02.19 05:58:33.578968 [ 201 ] {65b4bee1-230d-4ffd-8593-1cf368c54481::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1022 rows, containing 5 columns (5 merged, 0 gathered) in 0.005684046 sec., 179801.50055084002 rows/sec., 12.56 MiB/sec. | ||
| 6896 | 2025.02.19 05:58:33.579240 [ 254 ] {1a338179-c2f6-4d93-a495-e8c769497628} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.005427 sec., 20637.552975861432 rows/sec., 1.18 MiB/sec. | ||
| 6897 | 2025.02.19 05:58:33.579288 [ 197 ] {65b4bee1-230d-4ffd-8593-1cf368c54481::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 6898 | 2025.02.19 05:58:33.579408 [ 254 ] {1a338179-c2f6-4d93-a495-e8c769497628} <Debug> TCPHandler: Processed in 0.006132714 sec. | ||
| 6899 | 2025.02.19 05:58:33.579606 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6900 | 2025.02.19 05:58:33.579772 [ 197 ] {65b4bee1-230d-4ffd-8593-1cf368c54481::all_1_26_5} <Trace> oximeter.fields_u32 (65b4bee1-230d-4ffd-8593-1cf368c54481): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6901 | 2025.02.19 05:58:33.579806 [ 258 ] {8c62e121-c297-427d-ad4e-6c06a17dfb4a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6902 | 2025.02.19 05:58:33.579905 [ 258 ] {8c62e121-c297-427d-ad4e-6c06a17dfb4a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6903 | 2025.02.19 05:58:33.579937 [ 197 ] {65b4bee1-230d-4ffd-8593-1cf368c54481::all_1_26_5} <Trace> oximeter.fields_u32 (65b4bee1-230d-4ffd-8593-1cf368c54481) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 6904 | 2025.02.19 05:58:33.580135 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.37 MiB. | ||
| 6905 | 2025.02.19 05:58:33.580830 [ 258 ] {8c62e121-c297-427d-ad4e-6c06a17dfb4a} <Trace> oximeter.fields_uuid (3e28ef33-2603-423e-a1ee-258fce097b7c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6906 | 2025.02.19 05:58:33.580875 [ 258 ] {8c62e121-c297-427d-ad4e-6c06a17dfb4a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 6907 | 2025.02.19 05:58:33.581266 [ 258 ] {8c62e121-c297-427d-ad4e-6c06a17dfb4a} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 6908 | 2025.02.19 05:58:33.581522 [ 258 ] {8c62e121-c297-427d-ad4e-6c06a17dfb4a} <Trace> oximeter.fields_uuid (3e28ef33-2603-423e-a1ee-258fce097b7c): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6909 | 2025.02.19 05:58:33.581743 [ 258 ] {8c62e121-c297-427d-ad4e-6c06a17dfb4a} <Debug> executeQuery: Read 409 rows, 29.75 KiB in 0.002002 sec., 204295.70429570432 rows/sec., 14.51 MiB/sec. | ||
| 6910 | 2025.02.19 05:58:33.581797 [ 258 ] {8c62e121-c297-427d-ad4e-6c06a17dfb4a} <Debug> TCPHandler: Processed in 0.002266419 sec. | ||
| 6911 | 2025.02.19 05:58:33.581951 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6912 | 2025.02.19 05:58:33.582082 [ 254 ] {692d170e-b12e-4d7d-b6b6-ac4ecc95d406} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 6913 | 2025.02.19 05:58:33.582140 [ 254 ] {692d170e-b12e-4d7d-b6b6-ac4ecc95d406} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 6914 | 2025.02.19 05:58:33.582614 [ 254 ] {692d170e-b12e-4d7d-b6b6-ac4ecc95d406} <Trace> oximeter.measurements_bool (16e9d126-bc56-4e42-988e-352459bd24dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6915 | 2025.02.19 05:58:33.582653 [ 254 ] {692d170e-b12e-4d7d-b6b6-ac4ecc95d406} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 6916 | 2025.02.19 05:58:33.583013 [ 254 ] {692d170e-b12e-4d7d-b6b6-ac4ecc95d406} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 6917 | 2025.02.19 05:58:33.583248 [ 254 ] {692d170e-b12e-4d7d-b6b6-ac4ecc95d406} <Trace> oximeter.measurements_bool (16e9d126-bc56-4e42-988e-352459bd24dc): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6918 | 2025.02.19 05:58:33.583460 [ 254 ] {692d170e-b12e-4d7d-b6b6-ac4ecc95d406} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001405 sec., 4270.462633451957 rows/sec., 223.11 KiB/sec. | ||
| 6919 | 2025.02.19 05:58:33.583511 [ 254 ] {692d170e-b12e-4d7d-b6b6-ac4ecc95d406} <Debug> TCPHandler: Processed in 0.001624838 sec. | ||
| 6920 | 2025.02.19 05:58:33.583659 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6921 | 2025.02.19 05:58:33.583789 [ 258 ] {85ee2c59-2a62-4a68-a36b-6cba709fa0cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6922 | 2025.02.19 05:58:33.583848 [ 258 ] {85ee2c59-2a62-4a68-a36b-6cba709fa0cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6923 | 2025.02.19 05:58:33.584466 [ 258 ] {85ee2c59-2a62-4a68-a36b-6cba709fa0cb} <Trace> oximeter.measurements_cumulativeu64 (12ad3da5-8862-4a0c-98f0-1a099eec319b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6924 | 2025.02.19 05:58:33.584507 [ 258 ] {85ee2c59-2a62-4a68-a36b-6cba709fa0cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 6925 | 2025.02.19 05:58:33.584890 [ 258 ] {85ee2c59-2a62-4a68-a36b-6cba709fa0cb} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 6926 | 2025.02.19 05:58:33.585134 [ 258 ] {85ee2c59-2a62-4a68-a36b-6cba709fa0cb} <Trace> oximeter.measurements_cumulativeu64 (12ad3da5-8862-4a0c-98f0-1a099eec319b): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6927 | 2025.02.19 05:58:33.585341 [ 258 ] {85ee2c59-2a62-4a68-a36b-6cba709fa0cb} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001582 sec., 149810.36662452592 rows/sec., 10.04 MiB/sec. | ||
| 6928 | 2025.02.19 05:58:33.585393 [ 258 ] {85ee2c59-2a62-4a68-a36b-6cba709fa0cb} <Debug> TCPHandler: Processed in 0.001798011 sec. | ||
| 6929 | 2025.02.19 05:58:33.585532 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6930 | 2025.02.19 05:58:33.585639 [ 254 ] {38e91a28-42f0-4124-9f87-cc9e23a55b9b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 6931 | 2025.02.19 05:58:33.585687 [ 254 ] {38e91a28-42f0-4124-9f87-cc9e23a55b9b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 6932 | 2025.02.19 05:58:33.586116 [ 254 ] {38e91a28-42f0-4124-9f87-cc9e23a55b9b} <Trace> oximeter.measurements_f64 (338bebf0-eeef-41b9-b679-f4717a277180): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6933 | 2025.02.19 05:58:33.586155 [ 254 ] {38e91a28-42f0-4124-9f87-cc9e23a55b9b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 6934 | 2025.02.19 05:58:33.586513 [ 254 ] {38e91a28-42f0-4124-9f87-cc9e23a55b9b} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 6935 | 2025.02.19 05:58:33.586747 [ 254 ] {38e91a28-42f0-4124-9f87-cc9e23a55b9b} <Trace> oximeter.measurements_f64 (338bebf0-eeef-41b9-b679-f4717a277180): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6936 | 2025.02.19 05:58:33.586958 [ 254 ] {38e91a28-42f0-4124-9f87-cc9e23a55b9b} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001341 sec., 745.7121551081283 rows/sec., 50.25 KiB/sec. | ||
| 6937 | 2025.02.19 05:58:33.587008 [ 254 ] {38e91a28-42f0-4124-9f87-cc9e23a55b9b} <Debug> TCPHandler: Processed in 0.001529176 sec. | ||
| 6938 | 2025.02.19 05:58:33.587146 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6939 | 2025.02.19 05:58:33.587254 [ 258 ] {f2bb2b30-461d-45bf-837b-8e78e8dfe742} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6940 | 2025.02.19 05:58:33.587320 [ 258 ] {f2bb2b30-461d-45bf-837b-8e78e8dfe742} <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 | ||
| 6941 | 2025.02.19 05:58:33.588401 [ 258 ] {f2bb2b30-461d-45bf-837b-8e78e8dfe742} <Trace> oximeter.measurements_histogramu64 (7e806432-9fb0-4852-8b8d-11fed24611fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6942 | 2025.02.19 05:58:33.588441 [ 258 ] {f2bb2b30-461d-45bf-837b-8e78e8dfe742} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 6943 | 2025.02.19 05:58:33.589072 [ 258 ] {f2bb2b30-461d-45bf-837b-8e78e8dfe742} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 6944 | 2025.02.19 05:58:33.589334 [ 258 ] {f2bb2b30-461d-45bf-837b-8e78e8dfe742} <Trace> oximeter.measurements_histogramu64 (7e806432-9fb0-4852-8b8d-11fed24611fa): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6945 | 2025.02.19 05:58:33.589627 [ 258 ] {f2bb2b30-461d-45bf-837b-8e78e8dfe742} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002395 sec., 11273.48643006263 rows/sec., 20.20 MiB/sec. | ||
| 6946 | 2025.02.19 05:58:33.590131 [ 258 ] {f2bb2b30-461d-45bf-837b-8e78e8dfe742} <Debug> TCPHandler: Processed in 0.003034111 sec. | ||
| 6947 | 2025.02.19 05:58:33.590332 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6948 | 2025.02.19 05:58:33.590463 [ 254 ] {3429679f-df51-4e3e-a9dd-8bd63a616e21} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6949 | 2025.02.19 05:58:33.590521 [ 254 ] {3429679f-df51-4e3e-a9dd-8bd63a616e21} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6950 | 2025.02.19 05:58:33.591097 [ 254 ] {3429679f-df51-4e3e-a9dd-8bd63a616e21} <Trace> oximeter.measurements_u64 (fe0987d5-5b8f-48d5-a303-9c895ee7970c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6951 | 2025.02.19 05:58:33.591144 [ 254 ] {3429679f-df51-4e3e-a9dd-8bd63a616e21} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 6952 | 2025.02.19 05:58:33.591529 [ 254 ] {3429679f-df51-4e3e-a9dd-8bd63a616e21} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 6953 | 2025.02.19 05:58:33.591761 [ 254 ] {3429679f-df51-4e3e-a9dd-8bd63a616e21} <Trace> oximeter.measurements_u64 (fe0987d5-5b8f-48d5-a303-9c895ee7970c): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6954 | 2025.02.19 05:58:33.591995 [ 254 ] {3429679f-df51-4e3e-a9dd-8bd63a616e21} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001559 sec., 52597.81911481719 rows/sec., 3.34 MiB/sec. | ||
| 6955 | 2025.02.19 05:58:33.592048 [ 254 ] {3429679f-df51-4e3e-a9dd-8bd63a616e21} <Debug> TCPHandler: Processed in 0.001816521 sec. | ||
| 6956 | 2025.02.19 05:58:35.608484 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 15128 | ||
| 6957 | 2025.02.19 05:58:35.609252 [ 244 ] {} <Trace> system.asynchronous_metric_log (5573eb27-0871-4eb5-bfd6-93b6d6d4142e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6958 | 2025.02.19 05:58:35.609310 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 6959 | 2025.02.19 05:58:35.609854 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 6960 | 2025.02.19 05:58:35.610115 [ 244 ] {} <Trace> system.asynchronous_metric_log (5573eb27-0871-4eb5-bfd6-93b6d6d4142e): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6961 | 2025.02.19 05:58:35.610409 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15128 | ||
| 6962 | 2025.02.19 05:58:36.687739 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 249 | ||
| 6963 | 2025.02.19 05:58:36.708549 [ 243 ] {} <Trace> system.metric_log (636422f3-000f-4feb-9852-006313efe3e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6964 | 2025.02.19 05:58:36.708611 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 6965 | 2025.02.19 05:58:36.716047 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 6966 | 2025.02.19 05:58:36.716900 [ 243 ] {} <Trace> system.metric_log (636422f3-000f-4feb-9852-006313efe3e0): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6967 | 2025.02.19 05:58:36.721368 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 249 | ||
| 6968 | 2025.02.19 05:58:38.188445 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 998 | ||
| 6969 | 2025.02.19 05:58:38.191514 [ 242 ] {} <Trace> system.query_log (c5831a85-9043-4d4c-a5be-d968cb126303): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6970 | 2025.02.19 05:58:38.191560 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 6971 | 2025.02.19 05:58:38.193017 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 6972 | 2025.02.19 05:58:38.193318 [ 242 ] {} <Trace> system.query_log (c5831a85-9043-4d4c-a5be-d968cb126303): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6973 | 2025.02.19 05:58:38.194143 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 998 | ||
| 6974 | 2025.02.19 05:58:38.557769 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6975 | 2025.02.19 05:58:38.557991 [ 254 ] {d62a0ceb-c36e-4d36-a4a1-45a7ed4e9b6e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6976 | 2025.02.19 05:58:38.558073 [ 254 ] {d62a0ceb-c36e-4d36-a4a1-45a7ed4e9b6e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6977 | 2025.02.19 05:58:38.558921 [ 254 ] {d62a0ceb-c36e-4d36-a4a1-45a7ed4e9b6e} <Trace> oximeter.fields_string (2fcca75a-374a-4c87-833b-a981a707b5d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6978 | 2025.02.19 05:58:38.558966 [ 254 ] {d62a0ceb-c36e-4d36-a4a1-45a7ed4e9b6e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 6979 | 2025.02.19 05:58:38.559432 [ 254 ] {d62a0ceb-c36e-4d36-a4a1-45a7ed4e9b6e} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 6980 | 2025.02.19 05:58:38.559698 [ 254 ] {d62a0ceb-c36e-4d36-a4a1-45a7ed4e9b6e} <Trace> oximeter.fields_string (2fcca75a-374a-4c87-833b-a981a707b5d9): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6981 | 2025.02.19 05:58:38.559918 [ 254 ] {d62a0ceb-c36e-4d36-a4a1-45a7ed4e9b6e} <Debug> executeQuery: Read 80 rows, 6.77 KiB in 0.001989 sec., 40221.216691804926 rows/sec., 3.33 MiB/sec. | ||
| 6982 | 2025.02.19 05:58:38.559989 [ 254 ] {d62a0ceb-c36e-4d36-a4a1-45a7ed4e9b6e} <Debug> TCPHandler: Processed in 0.00236718 sec. | ||
| 6983 | 2025.02.19 05:58:38.560191 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6984 | 2025.02.19 05:58:38.560338 [ 258 ] {c27acb75-8945-44e9-b8c8-5e5e9677b5fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6985 | 2025.02.19 05:58:38.560397 [ 258 ] {c27acb75-8945-44e9-b8c8-5e5e9677b5fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6986 | 2025.02.19 05:58:38.560980 [ 258 ] {c27acb75-8945-44e9-b8c8-5e5e9677b5fb} <Trace> oximeter.fields_u16 (6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6987 | 2025.02.19 05:58:38.561020 [ 258 ] {c27acb75-8945-44e9-b8c8-5e5e9677b5fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 6988 | 2025.02.19 05:58:38.561387 [ 258 ] {c27acb75-8945-44e9-b8c8-5e5e9677b5fb} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 6989 | 2025.02.19 05:58:38.561660 [ 258 ] {c27acb75-8945-44e9-b8c8-5e5e9677b5fb} <Trace> oximeter.fields_u16 (6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6990 | 2025.02.19 05:58:38.561852 [ 258 ] {c27acb75-8945-44e9-b8c8-5e5e9677b5fb} <Debug> executeQuery: Read 12 rows, 924.00 B in 0.00155 sec., 7741.935483870968 rows/sec., 582.16 KiB/sec. | ||
| 6991 | 2025.02.19 05:58:38.561908 [ 258 ] {c27acb75-8945-44e9-b8c8-5e5e9677b5fb} <Debug> TCPHandler: Processed in 0.00178741 sec. | ||
| 6992 | 2025.02.19 05:58:38.562082 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6993 | 2025.02.19 05:58:38.562222 [ 254 ] {5d87d660-78b8-4205-980f-59fc698a9f04} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6994 | 2025.02.19 05:58:38.562279 [ 254 ] {5d87d660-78b8-4205-980f-59fc698a9f04} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6995 | 2025.02.19 05:58:38.562870 [ 254 ] {5d87d660-78b8-4205-980f-59fc698a9f04} <Trace> oximeter.fields_uuid (3e28ef33-2603-423e-a1ee-258fce097b7c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6996 | 2025.02.19 05:58:38.562908 [ 254 ] {5d87d660-78b8-4205-980f-59fc698a9f04} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 6997 | 2025.02.19 05:58:38.563285 [ 254 ] {5d87d660-78b8-4205-980f-59fc698a9f04} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 6998 | 2025.02.19 05:58:38.563541 [ 254 ] {5d87d660-78b8-4205-980f-59fc698a9f04} <Trace> oximeter.fields_uuid (3e28ef33-2603-423e-a1ee-258fce097b7c): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6999 | 2025.02.19 05:58:38.563724 [ 254 ] {5d87d660-78b8-4205-980f-59fc698a9f04} <Debug> executeQuery: Read 76 rows, 6.08 KiB in 0.001535 sec., 49511.4006514658 rows/sec., 3.87 MiB/sec. | ||
| 7000 | 2025.02.19 05:58:38.563776 [ 254 ] {5d87d660-78b8-4205-980f-59fc698a9f04} <Debug> TCPHandler: Processed in 0.00176102 sec. | ||
| 7001 | 2025.02.19 05:58:38.563930 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7002 | 2025.02.19 05:58:38.564061 [ 258 ] {3a72985b-456c-45fc-b6be-e0bdd4adf3e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7003 | 2025.02.19 05:58:38.564120 [ 258 ] {3a72985b-456c-45fc-b6be-e0bdd4adf3e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7004 | 2025.02.19 05:58:38.564692 [ 258 ] {3a72985b-456c-45fc-b6be-e0bdd4adf3e4} <Trace> oximeter.measurements_cumulativeu64 (12ad3da5-8862-4a0c-98f0-1a099eec319b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7005 | 2025.02.19 05:58:38.564729 [ 258 ] {3a72985b-456c-45fc-b6be-e0bdd4adf3e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 7006 | 2025.02.19 05:58:38.565121 [ 258 ] {3a72985b-456c-45fc-b6be-e0bdd4adf3e4} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 7007 | 2025.02.19 05:58:38.565364 [ 258 ] {3a72985b-456c-45fc-b6be-e0bdd4adf3e4} <Trace> oximeter.measurements_cumulativeu64 (12ad3da5-8862-4a0c-98f0-1a099eec319b): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7008 | 2025.02.19 05:58:38.565540 [ 258 ] {3a72985b-456c-45fc-b6be-e0bdd4adf3e4} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00151 sec., 105960.26490066225 rows/sec., 7.38 MiB/sec. | ||
| 7009 | 2025.02.19 05:58:38.565591 [ 258 ] {3a72985b-456c-45fc-b6be-e0bdd4adf3e4} <Debug> TCPHandler: Processed in 0.001723809 sec. | ||
| 7010 | 2025.02.19 05:58:38.565743 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7011 | 2025.02.19 05:58:38.565872 [ 254 ] {15ad71bc-e1db-4f50-a242-98b864a6f6b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7012 | 2025.02.19 05:58:38.565949 [ 254 ] {15ad71bc-e1db-4f50-a242-98b864a6f6b7} <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 | ||
| 7013 | 2025.02.19 05:58:38.567084 [ 254 ] {15ad71bc-e1db-4f50-a242-98b864a6f6b7} <Trace> oximeter.measurements_histogramu64 (7e806432-9fb0-4852-8b8d-11fed24611fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7014 | 2025.02.19 05:58:38.567121 [ 254 ] {15ad71bc-e1db-4f50-a242-98b864a6f6b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 7015 | 2025.02.19 05:58:38.567729 [ 254 ] {15ad71bc-e1db-4f50-a242-98b864a6f6b7} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 7016 | 2025.02.19 05:58:38.568003 [ 254 ] {15ad71bc-e1db-4f50-a242-98b864a6f6b7} <Trace> oximeter.measurements_histogramu64 (7e806432-9fb0-4852-8b8d-11fed24611fa): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7017 | 2025.02.19 05:58:38.568227 [ 254 ] {15ad71bc-e1db-4f50-a242-98b864a6f6b7} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002381 sec., 5039.89920201596 rows/sec., 9.03 MiB/sec. | ||
| 7018 | 2025.02.19 05:58:38.568561 [ 254 ] {15ad71bc-e1db-4f50-a242-98b864a6f6b7} <Debug> TCPHandler: Processed in 0.002876448 sec. | ||
| 7019 | 2025.02.19 05:58:38.568806 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7020 | 2025.02.19 05:58:38.568950 [ 258 ] {9f7548af-4da9-4242-94e1-b5882962191f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7021 | 2025.02.19 05:58:38.568997 [ 258 ] {9f7548af-4da9-4242-94e1-b5882962191f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7022 | 2025.02.19 05:58:38.569467 [ 258 ] {9f7548af-4da9-4242-94e1-b5882962191f} <Trace> oximeter.measurements_u64 (fe0987d5-5b8f-48d5-a303-9c895ee7970c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7023 | 2025.02.19 05:58:38.569506 [ 258 ] {9f7548af-4da9-4242-94e1-b5882962191f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 7024 | 2025.02.19 05:58:38.569874 [ 258 ] {9f7548af-4da9-4242-94e1-b5882962191f} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 7025 | 2025.02.19 05:58:38.570127 [ 258 ] {9f7548af-4da9-4242-94e1-b5882962191f} <Trace> oximeter.measurements_u64 (fe0987d5-5b8f-48d5-a303-9c895ee7970c): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7026 | 2025.02.19 05:58:38.570325 [ 258 ] {9f7548af-4da9-4242-94e1-b5882962191f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001395 sec., 43010.75268817204 rows/sec., 2.90 MiB/sec. | ||
| 7027 | 2025.02.19 05:58:38.570415 [ 258 ] {9f7548af-4da9-4242-94e1-b5882962191f} <Debug> TCPHandler: Processed in 0.001734649 sec. | ||
| 7028 | 2025.02.19 05:58:42.976051 [ 114 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 7029 | 2025.02.19 05:58:42.976122 [ 114 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 7030 | 2025.02.19 05:58:43.110603 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 15616 | ||
| 7031 | 2025.02.19 05:58:43.111269 [ 244 ] {} <Trace> system.asynchronous_metric_log (5573eb27-0871-4eb5-bfd6-93b6d6d4142e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7032 | 2025.02.19 05:58:43.111313 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 7033 | 2025.02.19 05:58:43.111875 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 7034 | 2025.02.19 05:58:43.112142 [ 244 ] {} <Trace> system.asynchronous_metric_log (5573eb27-0871-4eb5-bfd6-93b6d6d4142e): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7035 | 2025.02.19 05:58:43.112368 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15616 | ||
| 7036 | 2025.02.19 05:58:43.564907 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7037 | 2025.02.19 05:58:43.565122 [ 254 ] {dea3309c-e041-4020-8568-520c9ad04e2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 7038 | 2025.02.19 05:58:43.565202 [ 254 ] {dea3309c-e041-4020-8568-520c9ad04e2d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 7039 | 2025.02.19 05:58:43.566103 [ 254 ] {dea3309c-e041-4020-8568-520c9ad04e2d} <Trace> oximeter.fields_i16 (2bf1598c-a5a7-46ca-9aca-ef074bb76812): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7040 | 2025.02.19 05:58:43.566149 [ 254 ] {dea3309c-e041-4020-8568-520c9ad04e2d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 7041 | 2025.02.19 05:58:43.566605 [ 254 ] {dea3309c-e041-4020-8568-520c9ad04e2d} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 7042 | 2025.02.19 05:58:43.566870 [ 254 ] {dea3309c-e041-4020-8568-520c9ad04e2d} <Trace> oximeter.fields_i16 (2bf1598c-a5a7-46ca-9aca-ef074bb76812): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7043 | 2025.02.19 05:58:43.567116 [ 254 ] {dea3309c-e041-4020-8568-520c9ad04e2d} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002055 sec., 103163.01703163017 rows/sec., 6.56 MiB/sec. | ||
| 7044 | 2025.02.19 05:58:43.567176 [ 254 ] {dea3309c-e041-4020-8568-520c9ad04e2d} <Debug> TCPHandler: Processed in 0.002414611 sec. | ||
| 7045 | 2025.02.19 05:58:43.567358 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7046 | 2025.02.19 05:58:43.567468 [ 258 ] {5f41987b-9248-4dae-b12e-f841896f0afb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7047 | 2025.02.19 05:58:43.567515 [ 258 ] {5f41987b-9248-4dae-b12e-f841896f0afb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7048 | 2025.02.19 05:58:43.568356 [ 258 ] {5f41987b-9248-4dae-b12e-f841896f0afb} <Trace> oximeter.fields_string (2fcca75a-374a-4c87-833b-a981a707b5d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7049 | 2025.02.19 05:58:43.568397 [ 258 ] {5f41987b-9248-4dae-b12e-f841896f0afb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 7050 | 2025.02.19 05:58:43.568816 [ 258 ] {5f41987b-9248-4dae-b12e-f841896f0afb} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 7051 | 2025.02.19 05:58:43.569060 [ 258 ] {5f41987b-9248-4dae-b12e-f841896f0afb} <Trace> oximeter.fields_string (2fcca75a-374a-4c87-833b-a981a707b5d9): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7052 | 2025.02.19 05:58:43.569285 [ 258 ] {5f41987b-9248-4dae-b12e-f841896f0afb} <Debug> executeQuery: Read 671 rows, 54.45 KiB in 0.001839 sec., 364872.2131593257 rows/sec., 28.92 MiB/sec. | ||
| 7053 | 2025.02.19 05:58:43.569340 [ 258 ] {5f41987b-9248-4dae-b12e-f841896f0afb} <Debug> TCPHandler: Processed in 0.002046745 sec. | ||
| 7054 | 2025.02.19 05:58:43.569487 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7055 | 2025.02.19 05:58:43.569595 [ 254 ] {6f244d31-3e0d-4a26-9f55-030911ebac13} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7056 | 2025.02.19 05:58:43.569640 [ 254 ] {6f244d31-3e0d-4a26-9f55-030911ebac13} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7057 | 2025.02.19 05:58:43.570235 [ 254 ] {6f244d31-3e0d-4a26-9f55-030911ebac13} <Trace> oximeter.fields_u16 (6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7058 | 2025.02.19 05:58:43.570275 [ 254 ] {6f244d31-3e0d-4a26-9f55-030911ebac13} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 7059 | 2025.02.19 05:58:43.570639 [ 254 ] {6f244d31-3e0d-4a26-9f55-030911ebac13} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 7060 | 2025.02.19 05:58:43.570896 [ 254 ] {6f244d31-3e0d-4a26-9f55-030911ebac13} <Trace> oximeter.fields_u16 (6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7061 | 2025.02.19 05:58:43.571152 [ 254 ] {6f244d31-3e0d-4a26-9f55-030911ebac13} <Debug> executeQuery: Read 133 rows, 8.42 KiB in 0.001573 sec., 84551.8118245391 rows/sec., 5.22 MiB/sec. | ||
| 7062 | 2025.02.19 05:58:43.571256 [ 254 ] {6f244d31-3e0d-4a26-9f55-030911ebac13} <Debug> TCPHandler: Processed in 0.001826082 sec. | ||
| 7063 | 2025.02.19 05:58:43.571500 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7064 | 2025.02.19 05:58:43.571651 [ 258 ] {f0f17d50-25df-4596-990c-fea3bde9978d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 7065 | 2025.02.19 05:58:43.571802 [ 258 ] {f0f17d50-25df-4596-990c-fea3bde9978d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 7066 | 2025.02.19 05:58:43.572526 [ 258 ] {f0f17d50-25df-4596-990c-fea3bde9978d} <Trace> oximeter.fields_u32 (65b4bee1-230d-4ffd-8593-1cf368c54481): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7067 | 2025.02.19 05:58:43.572573 [ 258 ] {f0f17d50-25df-4596-990c-fea3bde9978d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 7068 | 2025.02.19 05:58:43.572950 [ 258 ] {f0f17d50-25df-4596-990c-fea3bde9978d} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 7069 | 2025.02.19 05:58:43.573199 [ 258 ] {f0f17d50-25df-4596-990c-fea3bde9978d} <Trace> oximeter.fields_u32 (65b4bee1-230d-4ffd-8593-1cf368c54481): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7070 | 2025.02.19 05:58:43.573414 [ 258 ] {f0f17d50-25df-4596-990c-fea3bde9978d} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001794 sec., 62987.73690078038 rows/sec., 4.08 MiB/sec. | ||
| 7071 | 2025.02.19 05:58:43.573468 [ 258 ] {f0f17d50-25df-4596-990c-fea3bde9978d} <Debug> TCPHandler: Processed in 0.002095795 sec. | ||
| 7072 | 2025.02.19 05:58:43.573613 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7073 | 2025.02.19 05:58:43.573834 [ 254 ] {9042a48d-7a3b-4e18-88c5-623510b7d3a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 7074 | 2025.02.19 05:58:43.573891 [ 254 ] {9042a48d-7a3b-4e18-88c5-623510b7d3a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 7075 | 2025.02.19 05:58:43.574568 [ 254 ] {9042a48d-7a3b-4e18-88c5-623510b7d3a1} <Trace> oximeter.fields_u8 (cef67ce3-27e4-4c55-9365-409a4c7c6d8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7076 | 2025.02.19 05:58:43.574616 [ 254 ] {9042a48d-7a3b-4e18-88c5-623510b7d3a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 7077 | 2025.02.19 05:58:43.574976 [ 254 ] {9042a48d-7a3b-4e18-88c5-623510b7d3a1} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 7078 | 2025.02.19 05:58:43.575217 [ 254 ] {9042a48d-7a3b-4e18-88c5-623510b7d3a1} <Trace> oximeter.fields_u8 (cef67ce3-27e4-4c55-9365-409a4c7c6d8e): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7079 | 2025.02.19 05:58:43.575420 [ 254 ] {9042a48d-7a3b-4e18-88c5-623510b7d3a1} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001615 sec., 69349.8452012384 rows/sec., 3.95 MiB/sec. | ||
| 7080 | 2025.02.19 05:58:43.575475 [ 254 ] {9042a48d-7a3b-4e18-88c5-623510b7d3a1} <Debug> TCPHandler: Processed in 0.001915502 sec. | ||
| 7081 | 2025.02.19 05:58:43.575605 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7082 | 2025.02.19 05:58:43.575728 [ 258 ] {53db7883-b367-46bb-b94b-3487cd67de68} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7083 | 2025.02.19 05:58:43.575783 [ 258 ] {53db7883-b367-46bb-b94b-3487cd67de68} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7084 | 2025.02.19 05:58:43.576598 [ 258 ] {53db7883-b367-46bb-b94b-3487cd67de68} <Trace> oximeter.fields_uuid (3e28ef33-2603-423e-a1ee-258fce097b7c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7085 | 2025.02.19 05:58:43.576647 [ 258 ] {53db7883-b367-46bb-b94b-3487cd67de68} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 7086 | 2025.02.19 05:58:43.577027 [ 258 ] {53db7883-b367-46bb-b94b-3487cd67de68} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 7087 | 2025.02.19 05:58:43.577256 [ 258 ] {53db7883-b367-46bb-b94b-3487cd67de68} <Trace> oximeter.fields_uuid (3e28ef33-2603-423e-a1ee-258fce097b7c): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7088 | 2025.02.19 05:58:43.577469 [ 258 ] {53db7883-b367-46bb-b94b-3487cd67de68} <Debug> executeQuery: Read 409 rows, 29.75 KiB in 0.00177 sec., 231073.4463276836 rows/sec., 16.41 MiB/sec. | ||
| 7089 | 2025.02.19 05:58:43.577522 [ 258 ] {53db7883-b367-46bb-b94b-3487cd67de68} <Debug> TCPHandler: Processed in 0.001969374 sec. | ||
| 7090 | 2025.02.19 05:58:43.577664 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7091 | 2025.02.19 05:58:43.577792 [ 254 ] {a53556ca-fac2-4dfb-ac77-84908da321a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 7092 | 2025.02.19 05:58:43.577848 [ 254 ] {a53556ca-fac2-4dfb-ac77-84908da321a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 7093 | 2025.02.19 05:58:43.578387 [ 254 ] {a53556ca-fac2-4dfb-ac77-84908da321a5} <Trace> oximeter.measurements_bool (16e9d126-bc56-4e42-988e-352459bd24dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7094 | 2025.02.19 05:58:43.578434 [ 254 ] {a53556ca-fac2-4dfb-ac77-84908da321a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 7095 | 2025.02.19 05:58:43.578820 [ 254 ] {a53556ca-fac2-4dfb-ac77-84908da321a5} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 7096 | 2025.02.19 05:58:43.579074 [ 254 ] {a53556ca-fac2-4dfb-ac77-84908da321a5} <Trace> oximeter.measurements_bool (16e9d126-bc56-4e42-988e-352459bd24dc): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7097 | 2025.02.19 05:58:43.579323 [ 254 ] {a53556ca-fac2-4dfb-ac77-84908da321a5} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001556 sec., 3856.041131105398 rows/sec., 201.46 KiB/sec. | ||
| 7098 | 2025.02.19 05:58:43.579507 [ 254 ] {a53556ca-fac2-4dfb-ac77-84908da321a5} <Debug> TCPHandler: Processed in 0.001895653 sec. | ||
| 7099 | 2025.02.19 05:58:43.579695 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7100 | 2025.02.19 05:58:43.579824 [ 258 ] {ba2e792f-a996-4c7d-8a9b-09de5cb14fb5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7101 | 2025.02.19 05:58:43.579884 [ 258 ] {ba2e792f-a996-4c7d-8a9b-09de5cb14fb5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7102 | 2025.02.19 05:58:43.580551 [ 258 ] {ba2e792f-a996-4c7d-8a9b-09de5cb14fb5} <Trace> oximeter.measurements_cumulativeu64 (12ad3da5-8862-4a0c-98f0-1a099eec319b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7103 | 2025.02.19 05:58:43.580597 [ 258 ] {ba2e792f-a996-4c7d-8a9b-09de5cb14fb5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 7104 | 2025.02.19 05:58:43.581000 [ 258 ] {ba2e792f-a996-4c7d-8a9b-09de5cb14fb5} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 7105 | 2025.02.19 05:58:43.581239 [ 258 ] {ba2e792f-a996-4c7d-8a9b-09de5cb14fb5} <Trace> oximeter.measurements_cumulativeu64 (12ad3da5-8862-4a0c-98f0-1a099eec319b): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7106 | 2025.02.19 05:58:43.581456 [ 258 ] {ba2e792f-a996-4c7d-8a9b-09de5cb14fb5} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001662 sec., 142599.27797833935 rows/sec., 9.56 MiB/sec. | ||
| 7107 | 2025.02.19 05:58:43.581509 [ 258 ] {ba2e792f-a996-4c7d-8a9b-09de5cb14fb5} <Debug> TCPHandler: Processed in 0.001899813 sec. | ||
| 7108 | 2025.02.19 05:58:43.581648 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7109 | 2025.02.19 05:58:43.581777 [ 254 ] {b50060f9-1737-4494-bb6b-bb8a5e8a0321} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 7110 | 2025.02.19 05:58:43.581833 [ 254 ] {b50060f9-1737-4494-bb6b-bb8a5e8a0321} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 7111 | 2025.02.19 05:58:43.582345 [ 254 ] {b50060f9-1737-4494-bb6b-bb8a5e8a0321} <Trace> oximeter.measurements_f64 (338bebf0-eeef-41b9-b679-f4717a277180): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7112 | 2025.02.19 05:58:43.582391 [ 254 ] {b50060f9-1737-4494-bb6b-bb8a5e8a0321} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 7113 | 2025.02.19 05:58:43.582809 [ 254 ] {b50060f9-1737-4494-bb6b-bb8a5e8a0321} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 7114 | 2025.02.19 05:58:43.583058 [ 254 ] {b50060f9-1737-4494-bb6b-bb8a5e8a0321} <Trace> oximeter.measurements_f64 (338bebf0-eeef-41b9-b679-f4717a277180): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7115 | 2025.02.19 05:58:43.583281 [ 254 ] {b50060f9-1737-4494-bb6b-bb8a5e8a0321} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001534 sec., 651.890482398957 rows/sec., 43.93 KiB/sec. | ||
| 7116 | 2025.02.19 05:58:43.583334 [ 254 ] {b50060f9-1737-4494-bb6b-bb8a5e8a0321} <Debug> TCPHandler: Processed in 0.00174225 sec. | ||
| 7117 | 2025.02.19 05:58:43.583467 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7118 | 2025.02.19 05:58:43.583570 [ 258 ] {c1834471-433d-4a7d-9993-188d72791287} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7119 | 2025.02.19 05:58:43.583635 [ 258 ] {c1834471-433d-4a7d-9993-188d72791287} <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 | ||
| 7120 | 2025.02.19 05:58:43.584906 [ 258 ] {c1834471-433d-4a7d-9993-188d72791287} <Trace> oximeter.measurements_histogramu64 (7e806432-9fb0-4852-8b8d-11fed24611fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7121 | 2025.02.19 05:58:43.584945 [ 258 ] {c1834471-433d-4a7d-9993-188d72791287} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 7122 | 2025.02.19 05:58:43.585575 [ 258 ] {c1834471-433d-4a7d-9993-188d72791287} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 7123 | 2025.02.19 05:58:43.585847 [ 258 ] {c1834471-433d-4a7d-9993-188d72791287} <Trace> oximeter.measurements_histogramu64 (7e806432-9fb0-4852-8b8d-11fed24611fa): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7124 | 2025.02.19 05:58:43.586100 [ 258 ] {c1834471-433d-4a7d-9993-188d72791287} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002552 sec., 10579.937304075234 rows/sec., 18.96 MiB/sec. | ||
| 7125 | 2025.02.19 05:58:43.586202 [ 258 ] {c1834471-433d-4a7d-9993-188d72791287} <Debug> TCPHandler: Processed in 0.002786438 sec. | ||
| 7126 | 2025.02.19 05:58:43.586347 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7127 | 2025.02.19 05:58:43.586475 [ 254 ] {774de640-fc6f-4365-808d-777d84a1eb50} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7128 | 2025.02.19 05:58:43.586531 [ 254 ] {774de640-fc6f-4365-808d-777d84a1eb50} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7129 | 2025.02.19 05:58:43.586992 [ 254 ] {774de640-fc6f-4365-808d-777d84a1eb50} <Trace> oximeter.measurements_u64 (fe0987d5-5b8f-48d5-a303-9c895ee7970c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7130 | 2025.02.19 05:58:43.587031 [ 254 ] {774de640-fc6f-4365-808d-777d84a1eb50} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 7131 | 2025.02.19 05:58:43.587397 [ 254 ] {774de640-fc6f-4365-808d-777d84a1eb50} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 7132 | 2025.02.19 05:58:43.587644 [ 254 ] {774de640-fc6f-4365-808d-777d84a1eb50} <Trace> oximeter.measurements_u64 (fe0987d5-5b8f-48d5-a303-9c895ee7970c): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7133 | 2025.02.19 05:58:43.587851 [ 254 ] {774de640-fc6f-4365-808d-777d84a1eb50} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001404 sec., 58404.558404558404 rows/sec., 3.71 MiB/sec. | ||
| 7134 | 2025.02.19 05:58:43.587901 [ 254 ] {774de640-fc6f-4365-808d-777d84a1eb50} <Debug> TCPHandler: Processed in 0.001615097 sec. | ||
| 7135 | 2025.02.19 05:58:44.221516 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 257 | ||
| 7136 | 2025.02.19 05:58:44.242407 [ 243 ] {} <Trace> system.metric_log (636422f3-000f-4feb-9852-006313efe3e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7137 | 2025.02.19 05:58:44.242458 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 7138 | 2025.02.19 05:58:44.250032 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 7139 | 2025.02.19 05:58:44.250838 [ 243 ] {} <Trace> system.metric_log (636422f3-000f-4feb-9852-006313efe3e0): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7140 | 2025.02.19 05:58:44.253512 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 257 | ||
| 7141 | 2025.02.19 05:58:46.734082 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7142 | 2025.02.19 05:58:46.734301 [ 254 ] {bcededa8-4471-4637-bd49-f352bfd3b5b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 7143 | 2025.02.19 05:58:46.734389 [ 254 ] {bcededa8-4471-4637-bd49-f352bfd3b5b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 7144 | 2025.02.19 05:58:46.735217 [ 254 ] {bcededa8-4471-4637-bd49-f352bfd3b5b4} <Trace> oximeter.fields_ipaddr (46427d01-24ae-42d6-a7d5-07bdb2aa84f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7145 | 2025.02.19 05:58:46.735268 [ 254 ] {bcededa8-4471-4637-bd49-f352bfd3b5b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 7146 | 2025.02.19 05:58:46.735705 [ 254 ] {bcededa8-4471-4637-bd49-f352bfd3b5b4} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 7147 | 2025.02.19 05:58:46.735973 [ 254 ] {bcededa8-4471-4637-bd49-f352bfd3b5b4} <Trace> oximeter.fields_ipaddr (46427d01-24ae-42d6-a7d5-07bdb2aa84f9): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7148 | 2025.02.19 05:58:46.736296 [ 254 ] {bcededa8-4471-4637-bd49-f352bfd3b5b4} <Debug> executeQuery: Read 14 rows, 1.14 KiB in 0.002029 sec., 6899.950714637753 rows/sec., 562.64 KiB/sec. | ||
| 7149 | 2025.02.19 05:58:46.736434 [ 254 ] {bcededa8-4471-4637-bd49-f352bfd3b5b4} <Debug> TCPHandler: Processed in 0.002501033 sec. | ||
| 7150 | 2025.02.19 05:58:46.736612 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7151 | 2025.02.19 05:58:46.736747 [ 258 ] {5760efe8-d53d-4034-9fa9-855fecabb79f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7152 | 2025.02.19 05:58:46.736798 [ 258 ] {5760efe8-d53d-4034-9fa9-855fecabb79f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7153 | 2025.02.19 05:58:46.738067 [ 258 ] {5760efe8-d53d-4034-9fa9-855fecabb79f} <Trace> oximeter.fields_string (2fcca75a-374a-4c87-833b-a981a707b5d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7154 | 2025.02.19 05:58:46.738108 [ 258 ] {5760efe8-d53d-4034-9fa9-855fecabb79f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 7155 | 2025.02.19 05:58:46.738596 [ 258 ] {5760efe8-d53d-4034-9fa9-855fecabb79f} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 7156 | 2025.02.19 05:58:46.738841 [ 258 ] {5760efe8-d53d-4034-9fa9-855fecabb79f} <Trace> oximeter.fields_string (2fcca75a-374a-4c87-833b-a981a707b5d9): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7157 | 2025.02.19 05:58:46.739025 [ 107 ] {} <Debug> oximeter.fields_string (2fcca75a-374a-4c87-833b-a981a707b5d9) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 7158 | 2025.02.19 05:58:46.739088 [ 258 ] {5760efe8-d53d-4034-9fa9-855fecabb79f} <Debug> executeQuery: Read 1227 rows, 103.85 KiB in 0.002369 sec., 517940.05909666524 rows/sec., 42.81 MiB/sec. | ||
| 7159 | 2025.02.19 05:58:46.739115 [ 107 ] {} <Trace> oximeter.fields_string (2fcca75a-374a-4c87-833b-a981a707b5d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7160 | 2025.02.19 05:58:46.739181 [ 107 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 7161 | 2025.02.19 05:58:46.739215 [ 258 ] {5760efe8-d53d-4034-9fa9-855fecabb79f} <Debug> TCPHandler: Processed in 0.002659175 sec. | ||
| 7162 | 2025.02.19 05:58:46.739413 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7163 | 2025.02.19 05:58:46.739422 [ 196 ] {2fcca75a-374a-4c87-833b-a981a707b5d9::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 | ||
| 7164 | 2025.02.19 05:58:46.739618 [ 254 ] {d84c4782-b26e-479d-ac36-3682f7e36034} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7165 | 2025.02.19 05:58:46.739731 [ 254 ] {d84c4782-b26e-479d-ac36-3682f7e36034} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7166 | 2025.02.19 05:58:46.739749 [ 196 ] {2fcca75a-374a-4c87-833b-a981a707b5d9::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7167 | 2025.02.19 05:58:46.739866 [ 196 ] {2fcca75a-374a-4c87-833b-a981a707b5d9::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1845 rows starting from the beginning of the part | ||
| 7168 | 2025.02.19 05:58:46.740170 [ 196 ] {2fcca75a-374a-4c87-833b-a981a707b5d9::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 80 rows starting from the beginning of the part | ||
| 7169 | 2025.02.19 05:58:46.740568 [ 196 ] {2fcca75a-374a-4c87-833b-a981a707b5d9::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 671 rows starting from the beginning of the part | ||
| 7170 | 2025.02.19 05:58:46.740955 [ 196 ] {2fcca75a-374a-4c87-833b-a981a707b5d9::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 80 rows starting from the beginning of the part | ||
| 7171 | 2025.02.19 05:58:46.741334 [ 196 ] {2fcca75a-374a-4c87-833b-a981a707b5d9::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 671 rows starting from the beginning of the part | ||
| 7172 | 2025.02.19 05:58:46.741697 [ 196 ] {2fcca75a-374a-4c87-833b-a981a707b5d9::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 1227 rows starting from the beginning of the part | ||
| 7173 | 2025.02.19 05:58:46.742685 [ 254 ] {d84c4782-b26e-479d-ac36-3682f7e36034} <Trace> oximeter.fields_u16 (6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7174 | 2025.02.19 05:58:46.742774 [ 254 ] {d84c4782-b26e-479d-ac36-3682f7e36034} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 7175 | 2025.02.19 05:58:46.743661 [ 254 ] {d84c4782-b26e-479d-ac36-3682f7e36034} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 7176 | 2025.02.19 05:58:46.744236 [ 254 ] {d84c4782-b26e-479d-ac36-3682f7e36034} <Trace> oximeter.fields_u16 (6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7177 | 2025.02.19 05:58:46.744536 [ 107 ] {} <Debug> oximeter.fields_u16 (6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 7178 | 2025.02.19 05:58:46.744609 [ 107 ] {} <Trace> oximeter.fields_u16 (6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7179 | 2025.02.19 05:58:46.744655 [ 254 ] {d84c4782-b26e-479d-ac36-3682f7e36034} <Debug> executeQuery: Read 26 rows, 1.88 KiB in 0.005079 sec., 5119.117936601693 rows/sec., 370.13 KiB/sec. | ||
| 7180 | 2025.02.19 05:58:46.744667 [ 107 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 7181 | 2025.02.19 05:58:46.744886 [ 254 ] {d84c4782-b26e-479d-ac36-3682f7e36034} <Debug> TCPHandler: Processed in 0.005554494 sec. | ||
| 7182 | 2025.02.19 05:58:46.745061 [ 194 ] {6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f::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 | ||
| 7183 | 2025.02.19 05:58:46.745117 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7184 | 2025.02.19 05:58:46.745187 [ 194 ] {6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7185 | 2025.02.19 05:58:46.745247 [ 194 ] {6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 163 rows starting from the beginning of the part | ||
| 7186 | 2025.02.19 05:58:46.745329 [ 258 ] {f1fbf548-91ef-432e-afff-e934be4c8ec1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 7187 | 2025.02.19 05:58:46.745531 [ 258 ] {f1fbf548-91ef-432e-afff-e934be4c8ec1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 7188 | 2025.02.19 05:58:46.745737 [ 194 ] {6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 12 rows starting from the beginning of the part | ||
| 7189 | 2025.02.19 05:58:46.746430 [ 194 ] {6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 133 rows starting from the beginning of the part | ||
| 7190 | 2025.02.19 05:58:46.746706 [ 196 ] {2fcca75a-374a-4c87-833b-a981a707b5d9::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4574 rows, containing 5 columns (5 merged, 0 gathered) in 0.007379646 sec., 619812.9286960377 rows/sec., 52.71 MiB/sec. | ||
| 7191 | 2025.02.19 05:58:46.746888 [ 194 ] {6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 12 rows starting from the beginning of the part | ||
| 7192 | 2025.02.19 05:58:46.747281 [ 194 ] {6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 133 rows starting from the beginning of the part | ||
| 7193 | 2025.02.19 05:58:46.747383 [ 196 ] {2fcca75a-374a-4c87-833b-a981a707b5d9::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 7194 | 2025.02.19 05:58:46.747795 [ 194 ] {6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 26 rows starting from the beginning of the part | ||
| 7195 | 2025.02.19 05:58:46.748687 [ 196 ] {2fcca75a-374a-4c87-833b-a981a707b5d9::all_1_56_11} <Trace> oximeter.fields_string (2fcca75a-374a-4c87-833b-a981a707b5d9): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7196 | 2025.02.19 05:58:46.749043 [ 196 ] {2fcca75a-374a-4c87-833b-a981a707b5d9::all_1_56_11} <Trace> oximeter.fields_string (2fcca75a-374a-4c87-833b-a981a707b5d9) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 7197 | 2025.02.19 05:58:46.749363 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.97 MiB. | ||
| 7198 | 2025.02.19 05:58:46.749648 [ 258 ] {f1fbf548-91ef-432e-afff-e934be4c8ec1} <Trace> oximeter.fields_u32 (65b4bee1-230d-4ffd-8593-1cf368c54481): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7199 | 2025.02.19 05:58:46.749700 [ 258 ] {f1fbf548-91ef-432e-afff-e934be4c8ec1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 7200 | 2025.02.19 05:58:46.750303 [ 258 ] {f1fbf548-91ef-432e-afff-e934be4c8ec1} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 7201 | 2025.02.19 05:58:46.750412 [ 200 ] {6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 479 rows, containing 5 columns (5 merged, 0 gathered) in 0.005589955 sec., 85689.41968226936 rows/sec., 5.76 MiB/sec. | ||
| 7202 | 2025.02.19 05:58:46.750599 [ 194 ] {6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 7203 | 2025.02.19 05:58:46.750628 [ 258 ] {f1fbf548-91ef-432e-afff-e934be4c8ec1} <Trace> oximeter.fields_u32 (65b4bee1-230d-4ffd-8593-1cf368c54481): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7204 | 2025.02.19 05:58:46.750964 [ 258 ] {f1fbf548-91ef-432e-afff-e934be4c8ec1} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.005742 sec., 39707.419017763845 rows/sec., 2.69 MiB/sec. | ||
| 7205 | 2025.02.19 05:58:46.751060 [ 258 ] {f1fbf548-91ef-432e-afff-e934be4c8ec1} <Debug> TCPHandler: Processed in 0.006035792 sec. | ||
| 7206 | 2025.02.19 05:58:46.751060 [ 194 ] {6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f::all_1_46_9} <Trace> oximeter.fields_u16 (6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7207 | 2025.02.19 05:58:46.751166 [ 194 ] {6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f::all_1_46_9} <Trace> oximeter.fields_u16 (6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 7208 | 2025.02.19 05:58:46.751248 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7209 | 2025.02.19 05:58:46.751259 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
| 7210 | 2025.02.19 05:58:46.751366 [ 254 ] {3c4205f5-3ea4-404d-a135-9832ca822d84} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7211 | 2025.02.19 05:58:46.751413 [ 254 ] {3c4205f5-3ea4-404d-a135-9832ca822d84} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7212 | 2025.02.19 05:58:46.752272 [ 254 ] {3c4205f5-3ea4-404d-a135-9832ca822d84} <Trace> oximeter.fields_uuid (3e28ef33-2603-423e-a1ee-258fce097b7c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7213 | 2025.02.19 05:58:46.752311 [ 254 ] {3c4205f5-3ea4-404d-a135-9832ca822d84} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 7214 | 2025.02.19 05:58:46.752710 [ 254 ] {3c4205f5-3ea4-404d-a135-9832ca822d84} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 7215 | 2025.02.19 05:58:46.752966 [ 254 ] {3c4205f5-3ea4-404d-a135-9832ca822d84} <Trace> oximeter.fields_uuid (3e28ef33-2603-423e-a1ee-258fce097b7c): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7216 | 2025.02.19 05:58:46.753116 [ 106 ] {} <Debug> oximeter.fields_uuid (3e28ef33-2603-423e-a1ee-258fce097b7c) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 7217 | 2025.02.19 05:58:46.753159 [ 106 ] {} <Trace> oximeter.fields_uuid (3e28ef33-2603-423e-a1ee-258fce097b7c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7218 | 2025.02.19 05:58:46.753170 [ 254 ] {3c4205f5-3ea4-404d-a135-9832ca822d84} <Debug> executeQuery: Read 546 rows, 41.51 KiB in 0.001823 sec., 299506.3082830499 rows/sec., 22.23 MiB/sec. | ||
| 7219 | 2025.02.19 05:58:46.753191 [ 106 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 7220 | 2025.02.19 05:58:46.753255 [ 254 ] {3c4205f5-3ea4-404d-a135-9832ca822d84} <Debug> TCPHandler: Processed in 0.002065375 sec. | ||
| 7221 | 2025.02.19 05:58:46.753457 [ 200 ] {3e28ef33-2603-423e-a1ee-258fce097b7c::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 | ||
| 7222 | 2025.02.19 05:58:46.753497 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7223 | 2025.02.19 05:58:46.753693 [ 200 ] {3e28ef33-2603-423e-a1ee-258fce097b7c::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7224 | 2025.02.19 05:58:46.753758 [ 258 ] {0c01e2e1-958c-47e0-b0c8-edb2bb6ad3da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7225 | 2025.02.19 05:58:46.753775 [ 200 ] {3e28ef33-2603-423e-a1ee-258fce097b7c::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 913 rows starting from the beginning of the part | ||
| 7226 | 2025.02.19 05:58:46.753879 [ 258 ] {0c01e2e1-958c-47e0-b0c8-edb2bb6ad3da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7227 | 2025.02.19 05:58:46.754066 [ 200 ] {3e28ef33-2603-423e-a1ee-258fce097b7c::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 76 rows starting from the beginning of the part | ||
| 7228 | 2025.02.19 05:58:46.754390 [ 200 ] {3e28ef33-2603-423e-a1ee-258fce097b7c::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 409 rows starting from the beginning of the part | ||
| 7229 | 2025.02.19 05:58:46.754685 [ 200 ] {3e28ef33-2603-423e-a1ee-258fce097b7c::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 76 rows starting from the beginning of the part | ||
| 7230 | 2025.02.19 05:58:46.755004 [ 200 ] {3e28ef33-2603-423e-a1ee-258fce097b7c::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 409 rows starting from the beginning of the part | ||
| 7231 | 2025.02.19 05:58:46.755340 [ 200 ] {3e28ef33-2603-423e-a1ee-258fce097b7c::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 546 rows starting from the beginning of the part | ||
| 7232 | 2025.02.19 05:58:46.757042 [ 258 ] {0c01e2e1-958c-47e0-b0c8-edb2bb6ad3da} <Trace> oximeter.measurements_cumulativeu64 (12ad3da5-8862-4a0c-98f0-1a099eec319b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7233 | 2025.02.19 05:58:46.757121 [ 258 ] {0c01e2e1-958c-47e0-b0c8-edb2bb6ad3da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 7234 | 2025.02.19 05:58:46.758011 [ 258 ] {0c01e2e1-958c-47e0-b0c8-edb2bb6ad3da} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 7235 | 2025.02.19 05:58:46.758104 [ 200 ] {3e28ef33-2603-423e-a1ee-258fce097b7c::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2429 rows, containing 5 columns (5 merged, 0 gathered) in 0.004810902 sec., 504894.92407037184 rows/sec., 38.68 MiB/sec. | ||
| 7236 | 2025.02.19 05:58:46.758381 [ 200 ] {3e28ef33-2603-423e-a1ee-258fce097b7c::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 7237 | 2025.02.19 05:58:46.758401 [ 258 ] {0c01e2e1-958c-47e0-b0c8-edb2bb6ad3da} <Trace> oximeter.measurements_cumulativeu64 (12ad3da5-8862-4a0c-98f0-1a099eec319b): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7238 | 2025.02.19 05:58:46.758694 [ 106 ] {} <Debug> oximeter.measurements_cumulativeu64 (12ad3da5-8862-4a0c-98f0-1a099eec319b) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 7239 | 2025.02.19 05:58:46.758777 [ 106 ] {} <Trace> oximeter.measurements_cumulativeu64 (12ad3da5-8862-4a0c-98f0-1a099eec319b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7240 | 2025.02.19 05:58:46.758836 [ 106 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 7241 | 2025.02.19 05:58:46.758906 [ 258 ] {0c01e2e1-958c-47e0-b0c8-edb2bb6ad3da} <Debug> executeQuery: Read 981 rows, 67.45 KiB in 0.005204 sec., 188508.8393543428 rows/sec., 12.66 MiB/sec. | ||
| 7242 | 2025.02.19 05:58:46.759225 [ 200 ] {3e28ef33-2603-423e-a1ee-258fce097b7c::all_1_56_11} <Trace> oximeter.fields_uuid (3e28ef33-2603-423e-a1ee-258fce097b7c): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7243 | 2025.02.19 05:58:46.759262 [ 187 ] {12ad3da5-8862-4a0c-98f0-1a099eec319b::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 | ||
| 7244 | 2025.02.19 05:58:46.759290 [ 258 ] {0c01e2e1-958c-47e0-b0c8-edb2bb6ad3da} <Debug> TCPHandler: Processed in 0.00591203 sec. | ||
| 7245 | 2025.02.19 05:58:46.759521 [ 200 ] {3e28ef33-2603-423e-a1ee-258fce097b7c::all_1_56_11} <Trace> oximeter.fields_uuid (3e28ef33-2603-423e-a1ee-258fce097b7c) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 7246 | 2025.02.19 05:58:46.759613 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7247 | 2025.02.19 05:58:46.759767 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.58 MiB. | ||
| 7248 | 2025.02.19 05:58:46.759784 [ 187 ] {12ad3da5-8862-4a0c-98f0-1a099eec319b::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7249 | 2025.02.19 05:58:46.759894 [ 187 ] {12ad3da5-8862-4a0c-98f0-1a099eec319b::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_51_10, total 15511 rows starting from the beginning of the part | ||
| 7250 | 2025.02.19 05:58:46.759953 [ 254 ] {1eb7670f-c282-4cd0-a0d5-8b9a1f55fad8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7251 | 2025.02.19 05:58:46.760219 [ 187 ] {12ad3da5-8862-4a0c-98f0-1a099eec319b::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 160 rows starting from the beginning of the part | ||
| 7252 | 2025.02.19 05:58:46.760248 [ 254 ] {1eb7670f-c282-4cd0-a0d5-8b9a1f55fad8} <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 | ||
| 7253 | 2025.02.19 05:58:46.760677 [ 187 ] {12ad3da5-8862-4a0c-98f0-1a099eec319b::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 237 rows starting from the beginning of the part | ||
| 7254 | 2025.02.19 05:58:46.761166 [ 187 ] {12ad3da5-8862-4a0c-98f0-1a099eec319b::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 | ||
| 7255 | 2025.02.19 05:58:46.761562 [ 187 ] {12ad3da5-8862-4a0c-98f0-1a099eec319b::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 | ||
| 7256 | 2025.02.19 05:58:46.762090 [ 187 ] {12ad3da5-8862-4a0c-98f0-1a099eec319b::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 981 rows starting from the beginning of the part | ||
| 7257 | 2025.02.19 05:58:46.765677 [ 254 ] {1eb7670f-c282-4cd0-a0d5-8b9a1f55fad8} <Trace> oximeter.measurements_histogramu64 (7e806432-9fb0-4852-8b8d-11fed24611fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7258 | 2025.02.19 05:58:46.765768 [ 254 ] {1eb7670f-c282-4cd0-a0d5-8b9a1f55fad8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 7259 | 2025.02.19 05:58:46.767714 [ 254 ] {1eb7670f-c282-4cd0-a0d5-8b9a1f55fad8} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 7260 | 2025.02.19 05:58:46.768053 [ 254 ] {1eb7670f-c282-4cd0-a0d5-8b9a1f55fad8} <Trace> oximeter.measurements_histogramu64 (7e806432-9fb0-4852-8b8d-11fed24611fa): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7261 | 2025.02.19 05:58:46.768226 [ 106 ] {} <Debug> oximeter.measurements_histogramu64 (7e806432-9fb0-4852-8b8d-11fed24611fa) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 7262 | 2025.02.19 05:58:46.768322 [ 106 ] {} <Trace> oximeter.measurements_histogramu64 (7e806432-9fb0-4852-8b8d-11fed24611fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7263 | 2025.02.19 05:58:46.768351 [ 106 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 7264 | 2025.02.19 05:58:46.768441 [ 254 ] {1eb7670f-c282-4cd0-a0d5-8b9a1f55fad8} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.008548 sec., 1403.8371548900327 rows/sec., 2.52 MiB/sec. | ||
| 7265 | 2025.02.19 05:58:46.768656 [ 199 ] {7e806432-9fb0-4852-8b8d-11fed24611fa::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 | ||
| 7266 | 2025.02.19 05:58:46.769039 [ 254 ] {1eb7670f-c282-4cd0-a0d5-8b9a1f55fad8} <Debug> TCPHandler: Processed in 0.009582392 sec. | ||
| 7267 | 2025.02.19 05:58:46.769320 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7268 | 2025.02.19 05:58:46.769814 [ 258 ] {78fabcef-b5d6-4c96-bb2d-5b228b5560e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7269 | 2025.02.19 05:58:46.769893 [ 199 ] {7e806432-9fb0-4852-8b8d-11fed24611fa::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7270 | 2025.02.19 05:58:46.769933 [ 258 ] {78fabcef-b5d6-4c96-bb2d-5b228b5560e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7271 | 2025.02.19 05:58:46.770156 [ 199 ] {7e806432-9fb0-4852-8b8d-11fed24611fa::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 767 rows starting from the beginning of the part | ||
| 7272 | 2025.02.19 05:58:46.771624 [ 187 ] {12ad3da5-8862-4a0c-98f0-1a099eec319b::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 17286 rows, containing 5 columns (5 merged, 0 gathered) in 0.012656885 sec., 1365738.8844095527 rows/sec., 92.27 MiB/sec. | ||
| 7273 | 2025.02.19 05:58:46.771759 [ 199 ] {7e806432-9fb0-4852-8b8d-11fed24611fa::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 12 rows starting from the beginning of the part | ||
| 7274 | 2025.02.19 05:58:46.772112 [ 187 ] {12ad3da5-8862-4a0c-98f0-1a099eec319b::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 7275 | 2025.02.19 05:58:46.772941 [ 199 ] {7e806432-9fb0-4852-8b8d-11fed24611fa::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 27 rows starting from the beginning of the part | ||
| 7276 | 2025.02.19 05:58:46.773692 [ 187 ] {12ad3da5-8862-4a0c-98f0-1a099eec319b::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (12ad3da5-8862-4a0c-98f0-1a099eec319b): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7277 | 2025.02.19 05:58:46.774118 [ 258 ] {78fabcef-b5d6-4c96-bb2d-5b228b5560e0} <Trace> oximeter.measurements_u64 (fe0987d5-5b8f-48d5-a303-9c895ee7970c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7278 | 2025.02.19 05:58:46.774212 [ 187 ] {12ad3da5-8862-4a0c-98f0-1a099eec319b::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (12ad3da5-8862-4a0c-98f0-1a099eec319b) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 7279 | 2025.02.19 05:58:46.774230 [ 258 ] {78fabcef-b5d6-4c96-bb2d-5b228b5560e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 7280 | 2025.02.19 05:58:46.774287 [ 199 ] {7e806432-9fb0-4852-8b8d-11fed24611fa::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 12 rows starting from the beginning of the part | ||
| 7281 | 2025.02.19 05:58:46.774455 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.44 MiB. | ||
| 7282 | 2025.02.19 05:58:46.775170 [ 199 ] {7e806432-9fb0-4852-8b8d-11fed24611fa::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 27 rows starting from the beginning of the part | ||
| 7283 | 2025.02.19 05:58:46.775891 [ 199 ] {7e806432-9fb0-4852-8b8d-11fed24611fa::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 12 rows starting from the beginning of the part | ||
| 7284 | 2025.02.19 05:58:46.775952 [ 258 ] {78fabcef-b5d6-4c96-bb2d-5b228b5560e0} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 7285 | 2025.02.19 05:58:46.776733 [ 258 ] {78fabcef-b5d6-4c96-bb2d-5b228b5560e0} <Trace> oximeter.measurements_u64 (fe0987d5-5b8f-48d5-a303-9c895ee7970c): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7286 | 2025.02.19 05:58:46.777028 [ 106 ] {} <Debug> oximeter.measurements_u64 (fe0987d5-5b8f-48d5-a303-9c895ee7970c) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 7287 | 2025.02.19 05:58:46.777142 [ 106 ] {} <Trace> oximeter.measurements_u64 (fe0987d5-5b8f-48d5-a303-9c895ee7970c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7288 | 2025.02.19 05:58:46.777179 [ 258 ] {78fabcef-b5d6-4c96-bb2d-5b228b5560e0} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.007514 sec., 6388.075592227841 rows/sec., 440.84 KiB/sec. | ||
| 7289 | 2025.02.19 05:58:46.777216 [ 106 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 7290 | 2025.02.19 05:58:46.777673 [ 258 ] {78fabcef-b5d6-4c96-bb2d-5b228b5560e0} <Debug> TCPHandler: Processed in 0.008485944 sec. | ||
| 7291 | 2025.02.19 05:58:46.777918 [ 189 ] {fe0987d5-5b8f-48d5-a303-9c895ee7970c::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 | ||
| 7292 | 2025.02.19 05:58:46.778675 [ 189 ] {fe0987d5-5b8f-48d5-a303-9c895ee7970c::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7293 | 2025.02.19 05:58:46.778819 [ 189 ] {fe0987d5-5b8f-48d5-a303-9c895ee7970c::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 2928 rows starting from the beginning of the part | ||
| 7294 | 2025.02.19 05:58:46.779284 [ 189 ] {fe0987d5-5b8f-48d5-a303-9c895ee7970c::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 60 rows starting from the beginning of the part | ||
| 7295 | 2025.02.19 05:58:46.779629 [ 189 ] {fe0987d5-5b8f-48d5-a303-9c895ee7970c::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 82 rows starting from the beginning of the part | ||
| 7296 | 2025.02.19 05:58:46.779959 [ 189 ] {fe0987d5-5b8f-48d5-a303-9c895ee7970c::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 | ||
| 7297 | 2025.02.19 05:58:46.780226 [ 189 ] {fe0987d5-5b8f-48d5-a303-9c895ee7970c::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 | ||
| 7298 | 2025.02.19 05:58:46.780574 [ 189 ] {fe0987d5-5b8f-48d5-a303-9c895ee7970c::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 48 rows starting from the beginning of the part | ||
| 7299 | 2025.02.19 05:58:46.784455 [ 190 ] {fe0987d5-5b8f-48d5-a303-9c895ee7970c::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3260 rows, containing 4 columns (4 merged, 0 gathered) in 0.00705472 sec., 462101.96861108596 rows/sec., 30.23 MiB/sec. | ||
| 7300 | 2025.02.19 05:58:46.785395 [ 188 ] {fe0987d5-5b8f-48d5-a303-9c895ee7970c::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 7301 | 2025.02.19 05:58:46.785750 [ 188 ] {fe0987d5-5b8f-48d5-a303-9c895ee7970c::all_1_56_11} <Trace> oximeter.measurements_u64 (fe0987d5-5b8f-48d5-a303-9c895ee7970c): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7302 | 2025.02.19 05:58:46.785905 [ 188 ] {fe0987d5-5b8f-48d5-a303-9c895ee7970c::all_1_56_11} <Trace> oximeter.measurements_u64 (fe0987d5-5b8f-48d5-a303-9c895ee7970c) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 7303 | 2025.02.19 05:58:46.786437 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.72 MiB. | ||
| 7304 | 2025.02.19 05:58:46.792000 [ 193 ] {7e806432-9fb0-4852-8b8d-11fed24611fa::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 857 rows, containing 19 columns (19 merged, 0 gathered) in 0.023556591 sec., 36380.47627519618 rows/sec., 65.19 MiB/sec. | ||
| 7305 | 2025.02.19 05:58:46.793058 [ 188 ] {7e806432-9fb0-4852-8b8d-11fed24611fa::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 7306 | 2025.02.19 05:58:46.793502 [ 188 ] {7e806432-9fb0-4852-8b8d-11fed24611fa::all_1_46_9} <Trace> oximeter.measurements_histogramu64 (7e806432-9fb0-4852-8b8d-11fed24611fa): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7307 | 2025.02.19 05:58:46.793591 [ 188 ] {7e806432-9fb0-4852-8b8d-11fed24611fa::all_1_46_9} <Trace> oximeter.measurements_histogramu64 (7e806432-9fb0-4852-8b8d-11fed24611fa) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 7308 | 2025.02.19 05:58:46.793749 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.54 MiB. | ||
| 7309 | 2025.02.19 05:58:47.000170 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 205.55 MiB, peak 213.07 MiB, free memory in arenas 0.00 B, will set to 208.72 MiB (RSS), difference: 3.17 MiB | ||
| 7310 | 2025.02.19 05:58:48.194455 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 50 entries to flush up to offset 1048 | ||
| 7311 | 2025.02.19 05:58:48.198789 [ 242 ] {} <Trace> system.query_log (c5831a85-9043-4d4c-a5be-d968cb126303): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7312 | 2025.02.19 05:58:48.198850 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 7313 | 2025.02.19 05:58:48.200382 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 7314 | 2025.02.19 05:58:48.200734 [ 242 ] {} <Trace> system.query_log (c5831a85-9043-4d4c-a5be-d968cb126303): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7315 | 2025.02.19 05:58:48.202044 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1048 | ||
| 7316 | 2025.02.19 05:58:48.551182 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7317 | 2025.02.19 05:58:48.551352 [ 254 ] {0918023f-9a32-48e8-b40a-fb7dfacbf774} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7318 | 2025.02.19 05:58:48.551418 [ 254 ] {0918023f-9a32-48e8-b40a-fb7dfacbf774} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7319 | 2025.02.19 05:58:48.552145 [ 254 ] {0918023f-9a32-48e8-b40a-fb7dfacbf774} <Trace> oximeter.fields_string (2fcca75a-374a-4c87-833b-a981a707b5d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7320 | 2025.02.19 05:58:48.552189 [ 254 ] {0918023f-9a32-48e8-b40a-fb7dfacbf774} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 7321 | 2025.02.19 05:58:48.552600 [ 254 ] {0918023f-9a32-48e8-b40a-fb7dfacbf774} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 7322 | 2025.02.19 05:58:48.552854 [ 254 ] {0918023f-9a32-48e8-b40a-fb7dfacbf774} <Trace> oximeter.fields_string (2fcca75a-374a-4c87-833b-a981a707b5d9): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7323 | 2025.02.19 05:58:48.553111 [ 254 ] {0918023f-9a32-48e8-b40a-fb7dfacbf774} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001794 sec., 31215.161649944257 rows/sec., 2.40 MiB/sec. | ||
| 7324 | 2025.02.19 05:58:48.553199 [ 254 ] {0918023f-9a32-48e8-b40a-fb7dfacbf774} <Debug> TCPHandler: Processed in 0.002122076 sec. | ||
| 7325 | 2025.02.19 05:58:48.553469 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7326 | 2025.02.19 05:58:48.553618 [ 258 ] {a68825d2-62b2-482f-b09c-c90fbee95b60} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7327 | 2025.02.19 05:58:48.553677 [ 258 ] {a68825d2-62b2-482f-b09c-c90fbee95b60} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7328 | 2025.02.19 05:58:48.554304 [ 258 ] {a68825d2-62b2-482f-b09c-c90fbee95b60} <Trace> oximeter.fields_uuid (3e28ef33-2603-423e-a1ee-258fce097b7c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7329 | 2025.02.19 05:58:48.554347 [ 258 ] {a68825d2-62b2-482f-b09c-c90fbee95b60} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 7330 | 2025.02.19 05:58:48.554749 [ 258 ] {a68825d2-62b2-482f-b09c-c90fbee95b60} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 7331 | 2025.02.19 05:58:48.555010 [ 258 ] {a68825d2-62b2-482f-b09c-c90fbee95b60} <Trace> oximeter.fields_uuid (3e28ef33-2603-423e-a1ee-258fce097b7c): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7332 | 2025.02.19 05:58:48.555232 [ 258 ] {a68825d2-62b2-482f-b09c-c90fbee95b60} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001644 sec., 38929.4403892944 rows/sec., 3.04 MiB/sec. | ||
| 7333 | 2025.02.19 05:58:48.555291 [ 258 ] {a68825d2-62b2-482f-b09c-c90fbee95b60} <Debug> TCPHandler: Processed in 0.001940703 sec. | ||
| 7334 | 2025.02.19 05:58:48.555449 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7335 | 2025.02.19 05:58:48.555565 [ 254 ] {c24a6488-0142-426c-a027-7f48f49cb18e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7336 | 2025.02.19 05:58:48.555615 [ 254 ] {c24a6488-0142-426c-a027-7f48f49cb18e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7337 | 2025.02.19 05:58:48.556123 [ 254 ] {c24a6488-0142-426c-a027-7f48f49cb18e} <Trace> oximeter.measurements_cumulativeu64 (12ad3da5-8862-4a0c-98f0-1a099eec319b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7338 | 2025.02.19 05:58:48.556165 [ 254 ] {c24a6488-0142-426c-a027-7f48f49cb18e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 7339 | 2025.02.19 05:58:48.556560 [ 254 ] {c24a6488-0142-426c-a027-7f48f49cb18e} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 7340 | 2025.02.19 05:58:48.556915 [ 254 ] {c24a6488-0142-426c-a027-7f48f49cb18e} <Trace> oximeter.measurements_cumulativeu64 (12ad3da5-8862-4a0c-98f0-1a099eec319b): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7341 | 2025.02.19 05:58:48.557130 [ 254 ] {c24a6488-0142-426c-a027-7f48f49cb18e} <Debug> executeQuery: Read 32 rows, 2.28 KiB in 0.001589 sec., 20138.451856513533 rows/sec., 1.40 MiB/sec. | ||
| 7342 | 2025.02.19 05:58:48.557184 [ 254 ] {c24a6488-0142-426c-a027-7f48f49cb18e} <Debug> TCPHandler: Processed in 0.001788 sec. | ||
| 7343 | 2025.02.19 05:58:48.557371 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7344 | 2025.02.19 05:58:48.557501 [ 258 ] {56abb29f-d567-4cf1-bcbc-1f0c52713d5e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7345 | 2025.02.19 05:58:48.557561 [ 258 ] {56abb29f-d567-4cf1-bcbc-1f0c52713d5e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7346 | 2025.02.19 05:58:48.558050 [ 258 ] {56abb29f-d567-4cf1-bcbc-1f0c52713d5e} <Trace> oximeter.measurements_u64 (fe0987d5-5b8f-48d5-a303-9c895ee7970c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7347 | 2025.02.19 05:58:48.558091 [ 258 ] {56abb29f-d567-4cf1-bcbc-1f0c52713d5e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 7348 | 2025.02.19 05:58:48.558467 [ 258 ] {56abb29f-d567-4cf1-bcbc-1f0c52713d5e} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 7349 | 2025.02.19 05:58:48.558716 [ 258 ] {56abb29f-d567-4cf1-bcbc-1f0c52713d5e} <Trace> oximeter.measurements_u64 (fe0987d5-5b8f-48d5-a303-9c895ee7970c): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7350 | 2025.02.19 05:58:48.558943 [ 258 ] {56abb29f-d567-4cf1-bcbc-1f0c52713d5e} <Debug> executeQuery: Read 12 rows, 848.00 B in 0.001466 sec., 8185.538881309686 rows/sec., 564.89 KiB/sec. | ||
| 7351 | 2025.02.19 05:58:48.558996 [ 258 ] {56abb29f-d567-4cf1-bcbc-1f0c52713d5e} <Debug> TCPHandler: Processed in 0.001692329 sec. | ||
| 7352 | 2025.02.19 05:58:50.612595 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 16043 | ||
| 7353 | 2025.02.19 05:58:50.613396 [ 244 ] {} <Trace> system.asynchronous_metric_log (5573eb27-0871-4eb5-bfd6-93b6d6d4142e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7354 | 2025.02.19 05:58:50.613440 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 7355 | 2025.02.19 05:58:50.613968 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 7356 | 2025.02.19 05:58:50.614230 [ 244 ] {} <Trace> system.asynchronous_metric_log (5573eb27-0871-4eb5-bfd6-93b6d6d4142e): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7357 | 2025.02.19 05:58:50.614475 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16043 | ||
| 7358 | 2025.02.19 05:58:51.753655 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 264 | ||
| 7359 | 2025.02.19 05:58:51.775739 [ 243 ] {} <Trace> system.metric_log (636422f3-000f-4feb-9852-006313efe3e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7360 | 2025.02.19 05:58:51.775806 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 7361 | 2025.02.19 05:58:51.783180 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 7362 | 2025.02.19 05:58:51.783998 [ 243 ] {} <Trace> system.metric_log (636422f3-000f-4feb-9852-006313efe3e0): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7363 | 2025.02.19 05:58:51.788640 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 264 | ||
| 7364 | 2025.02.19 05:58:53.564555 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7365 | 2025.02.19 05:58:53.564779 [ 254 ] {1e25188c-8406-4a1c-ab20-2591ba7a551a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 7366 | 2025.02.19 05:58:53.564884 [ 254 ] {1e25188c-8406-4a1c-ab20-2591ba7a551a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 7367 | 2025.02.19 05:58:53.565829 [ 254 ] {1e25188c-8406-4a1c-ab20-2591ba7a551a} <Trace> oximeter.fields_i16 (2bf1598c-a5a7-46ca-9aca-ef074bb76812): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7368 | 2025.02.19 05:58:53.565878 [ 254 ] {1e25188c-8406-4a1c-ab20-2591ba7a551a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 7369 | 2025.02.19 05:58:53.566343 [ 254 ] {1e25188c-8406-4a1c-ab20-2591ba7a551a} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 7370 | 2025.02.19 05:58:53.566603 [ 254 ] {1e25188c-8406-4a1c-ab20-2591ba7a551a} <Trace> oximeter.fields_i16 (2bf1598c-a5a7-46ca-9aca-ef074bb76812): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7371 | 2025.02.19 05:58:53.566806 [ 100 ] {} <Debug> oximeter.fields_i16 (2bf1598c-a5a7-46ca-9aca-ef074bb76812) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0 | ||
| 7372 | 2025.02.19 05:58:53.566877 [ 254 ] {1e25188c-8406-4a1c-ab20-2591ba7a551a} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002162 sec., 98057.35430157262 rows/sec., 6.24 MiB/sec. | ||
| 7373 | 2025.02.19 05:58:53.566903 [ 100 ] {} <Trace> oximeter.fields_i16 (2bf1598c-a5a7-46ca-9aca-ef074bb76812): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7374 | 2025.02.19 05:58:53.566979 [ 100 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 7375 | 2025.02.19 05:58:53.567002 [ 254 ] {1e25188c-8406-4a1c-ab20-2591ba7a551a} <Debug> TCPHandler: Processed in 0.002589334 sec. | ||
| 7376 | 2025.02.19 05:58:53.567220 [ 186 ] {2bf1598c-a5a7-46ca-9aca-ef074bb76812::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 | ||
| 7377 | 2025.02.19 05:58:53.567248 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7378 | 2025.02.19 05:58:53.567435 [ 186 ] {2bf1598c-a5a7-46ca-9aca-ef074bb76812::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7379 | 2025.02.19 05:58:53.567448 [ 258 ] {e77bae4f-f8c4-4894-a6f5-3f467ff9731e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7380 | 2025.02.19 05:58:53.567494 [ 186 ] {2bf1598c-a5a7-46ca-9aca-ef074bb76812::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 | ||
| 7381 | 2025.02.19 05:58:53.567525 [ 258 ] {e77bae4f-f8c4-4894-a6f5-3f467ff9731e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7382 | 2025.02.19 05:58:53.567688 [ 186 ] {2bf1598c-a5a7-46ca-9aca-ef074bb76812::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 | ||
| 7383 | 2025.02.19 05:58:53.568170 [ 186 ] {2bf1598c-a5a7-46ca-9aca-ef074bb76812::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 | ||
| 7384 | 2025.02.19 05:58:53.568583 [ 186 ] {2bf1598c-a5a7-46ca-9aca-ef074bb76812::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 | ||
| 7385 | 2025.02.19 05:58:53.568929 [ 186 ] {2bf1598c-a5a7-46ca-9aca-ef074bb76812::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 | ||
| 7386 | 2025.02.19 05:58:53.570305 [ 258 ] {e77bae4f-f8c4-4894-a6f5-3f467ff9731e} <Trace> oximeter.fields_string (2fcca75a-374a-4c87-833b-a981a707b5d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7387 | 2025.02.19 05:58:53.570353 [ 258 ] {e77bae4f-f8c4-4894-a6f5-3f467ff9731e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 7388 | 2025.02.19 05:58:53.570738 [ 193 ] {2bf1598c-a5a7-46ca-9aca-ef074bb76812::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.003638511 sec., 291327.9635543221 rows/sec., 19.64 MiB/sec. | ||
| 7389 | 2025.02.19 05:58:53.570939 [ 258 ] {e77bae4f-f8c4-4894-a6f5-3f467ff9731e} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 7390 | 2025.02.19 05:58:53.571011 [ 193 ] {2bf1598c-a5a7-46ca-9aca-ef074bb76812::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary) | ||
| 7391 | 2025.02.19 05:58:53.571448 [ 258 ] {e77bae4f-f8c4-4894-a6f5-3f467ff9731e} <Trace> oximeter.fields_string (2fcca75a-374a-4c87-833b-a981a707b5d9): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7392 | 2025.02.19 05:58:53.571614 [ 198 ] {2bf1598c-a5a7-46ca-9aca-ef074bb76812::all_1_21_5} <Trace> oximeter.fields_i16 (2bf1598c-a5a7-46ca-9aca-ef074bb76812): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7393 | 2025.02.19 05:58:53.571819 [ 198 ] {2bf1598c-a5a7-46ca-9aca-ef074bb76812::all_1_21_5} <Trace> oximeter.fields_i16 (2bf1598c-a5a7-46ca-9aca-ef074bb76812) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5 | ||
| 7394 | 2025.02.19 05:58:53.571823 [ 258 ] {e77bae4f-f8c4-4894-a6f5-3f467ff9731e} <Debug> executeQuery: Read 671 rows, 54.45 KiB in 0.004417 sec., 151913.06316504415 rows/sec., 12.04 MiB/sec. | ||
| 7395 | 2025.02.19 05:58:53.571957 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
| 7396 | 2025.02.19 05:58:53.571959 [ 258 ] {e77bae4f-f8c4-4894-a6f5-3f467ff9731e} <Debug> TCPHandler: Processed in 0.004822112 sec. | ||
| 7397 | 2025.02.19 05:58:53.572130 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7398 | 2025.02.19 05:58:53.572243 [ 254 ] {b06156d6-5ab3-4e69-a905-04596a33a08f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7399 | 2025.02.19 05:58:53.572291 [ 254 ] {b06156d6-5ab3-4e69-a905-04596a33a08f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7400 | 2025.02.19 05:58:53.572889 [ 254 ] {b06156d6-5ab3-4e69-a905-04596a33a08f} <Trace> oximeter.fields_u16 (6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7401 | 2025.02.19 05:58:53.572928 [ 254 ] {b06156d6-5ab3-4e69-a905-04596a33a08f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 7402 | 2025.02.19 05:58:53.573286 [ 254 ] {b06156d6-5ab3-4e69-a905-04596a33a08f} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 7403 | 2025.02.19 05:58:53.573531 [ 254 ] {b06156d6-5ab3-4e69-a905-04596a33a08f} <Trace> oximeter.fields_u16 (6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7404 | 2025.02.19 05:58:53.573782 [ 254 ] {b06156d6-5ab3-4e69-a905-04596a33a08f} <Debug> executeQuery: Read 133 rows, 8.42 KiB in 0.001555 sec., 85530.54662379422 rows/sec., 5.29 MiB/sec. | ||
| 7405 | 2025.02.19 05:58:53.573873 [ 254 ] {b06156d6-5ab3-4e69-a905-04596a33a08f} <Debug> TCPHandler: Processed in 0.001792121 sec. | ||
| 7406 | 2025.02.19 05:58:53.574132 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7407 | 2025.02.19 05:58:53.574291 [ 258 ] {6c9f8589-fac0-45ad-8460-2aa6b1efc7a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 7408 | 2025.02.19 05:58:53.574348 [ 258 ] {6c9f8589-fac0-45ad-8460-2aa6b1efc7a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 7409 | 2025.02.19 05:58:53.575047 [ 258 ] {6c9f8589-fac0-45ad-8460-2aa6b1efc7a8} <Trace> oximeter.fields_u32 (65b4bee1-230d-4ffd-8593-1cf368c54481): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7410 | 2025.02.19 05:58:53.575089 [ 258 ] {6c9f8589-fac0-45ad-8460-2aa6b1efc7a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 7411 | 2025.02.19 05:58:53.575467 [ 258 ] {6c9f8589-fac0-45ad-8460-2aa6b1efc7a8} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 7412 | 2025.02.19 05:58:53.575739 [ 258 ] {6c9f8589-fac0-45ad-8460-2aa6b1efc7a8} <Trace> oximeter.fields_u32 (65b4bee1-230d-4ffd-8593-1cf368c54481): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7413 | 2025.02.19 05:58:53.575949 [ 258 ] {6c9f8589-fac0-45ad-8460-2aa6b1efc7a8} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.00169 sec., 66863.90532544379 rows/sec., 4.33 MiB/sec. | ||
| 7414 | 2025.02.19 05:58:53.576003 [ 258 ] {6c9f8589-fac0-45ad-8460-2aa6b1efc7a8} <Debug> TCPHandler: Processed in 0.002011984 sec. | ||
| 7415 | 2025.02.19 05:58:53.576148 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7416 | 2025.02.19 05:58:53.576255 [ 254 ] {7d8c48f4-1954-4adb-80f2-d40ee651bafa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 7417 | 2025.02.19 05:58:53.576301 [ 254 ] {7d8c48f4-1954-4adb-80f2-d40ee651bafa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 7418 | 2025.02.19 05:58:53.576867 [ 254 ] {7d8c48f4-1954-4adb-80f2-d40ee651bafa} <Trace> oximeter.fields_u8 (cef67ce3-27e4-4c55-9365-409a4c7c6d8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7419 | 2025.02.19 05:58:53.576908 [ 254 ] {7d8c48f4-1954-4adb-80f2-d40ee651bafa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 7420 | 2025.02.19 05:58:53.577277 [ 254 ] {7d8c48f4-1954-4adb-80f2-d40ee651bafa} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 7421 | 2025.02.19 05:58:53.577527 [ 254 ] {7d8c48f4-1954-4adb-80f2-d40ee651bafa} <Trace> oximeter.fields_u8 (cef67ce3-27e4-4c55-9365-409a4c7c6d8e): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7422 | 2025.02.19 05:58:53.577693 [ 99 ] {} <Debug> oximeter.fields_u8 (cef67ce3-27e4-4c55-9365-409a4c7c6d8e) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0 | ||
| 7423 | 2025.02.19 05:58:53.577771 [ 254 ] {7d8c48f4-1954-4adb-80f2-d40ee651bafa} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001533 sec., 73059.3607305936 rows/sec., 4.16 MiB/sec. | ||
| 7424 | 2025.02.19 05:58:53.577778 [ 99 ] {} <Trace> oximeter.fields_u8 (cef67ce3-27e4-4c55-9365-409a4c7c6d8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7425 | 2025.02.19 05:58:53.577861 [ 99 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 7426 | 2025.02.19 05:58:53.577907 [ 254 ] {7d8c48f4-1954-4adb-80f2-d40ee651bafa} <Debug> TCPHandler: Processed in 0.001808661 sec. | ||
| 7427 | 2025.02.19 05:58:53.578110 [ 186 ] {cef67ce3-27e4-4c55-9365-409a4c7c6d8e::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 | ||
| 7428 | 2025.02.19 05:58:53.578167 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7429 | 2025.02.19 05:58:53.578366 [ 186 ] {cef67ce3-27e4-4c55-9365-409a4c7c6d8e::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7430 | 2025.02.19 05:58:53.578418 [ 186 ] {cef67ce3-27e4-4c55-9365-409a4c7c6d8e::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 | ||
| 7431 | 2025.02.19 05:58:53.578425 [ 258 ] {fb0748ef-31e5-4527-b59d-855e1feb437c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7432 | 2025.02.19 05:58:53.578538 [ 258 ] {fb0748ef-31e5-4527-b59d-855e1feb437c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7433 | 2025.02.19 05:58:53.578652 [ 186 ] {cef67ce3-27e4-4c55-9365-409a4c7c6d8e::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 | ||
| 7434 | 2025.02.19 05:58:53.579106 [ 186 ] {cef67ce3-27e4-4c55-9365-409a4c7c6d8e::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 | ||
| 7435 | 2025.02.19 05:58:53.579380 [ 186 ] {cef67ce3-27e4-4c55-9365-409a4c7c6d8e::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 | ||
| 7436 | 2025.02.19 05:58:53.579787 [ 186 ] {cef67ce3-27e4-4c55-9365-409a4c7c6d8e::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 | ||
| 7437 | 2025.02.19 05:58:53.581083 [ 258 ] {fb0748ef-31e5-4527-b59d-855e1feb437c} <Trace> oximeter.fields_uuid (3e28ef33-2603-423e-a1ee-258fce097b7c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7438 | 2025.02.19 05:58:53.581138 [ 258 ] {fb0748ef-31e5-4527-b59d-855e1feb437c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 7439 | 2025.02.19 05:58:53.581475 [ 186 ] {cef67ce3-27e4-4c55-9365-409a4c7c6d8e::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.00351229 sec., 159440.13734628973 rows/sec., 9.69 MiB/sec. | ||
| 7440 | 2025.02.19 05:58:53.581599 [ 186 ] {cef67ce3-27e4-4c55-9365-409a4c7c6d8e::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary) | ||
| 7441 | 2025.02.19 05:58:53.581690 [ 258 ] {fb0748ef-31e5-4527-b59d-855e1feb437c} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 7442 | 2025.02.19 05:58:53.581915 [ 186 ] {cef67ce3-27e4-4c55-9365-409a4c7c6d8e::all_1_21_5} <Trace> oximeter.fields_u8 (cef67ce3-27e4-4c55-9365-409a4c7c6d8e): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7443 | 2025.02.19 05:58:53.582007 [ 258 ] {fb0748ef-31e5-4527-b59d-855e1feb437c} <Trace> oximeter.fields_uuid (3e28ef33-2603-423e-a1ee-258fce097b7c): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7444 | 2025.02.19 05:58:53.582021 [ 186 ] {cef67ce3-27e4-4c55-9365-409a4c7c6d8e::all_1_21_5} <Trace> oximeter.fields_u8 (cef67ce3-27e4-4c55-9365-409a4c7c6d8e) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5 | ||
| 7445 | 2025.02.19 05:58:53.582108 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 7446 | 2025.02.19 05:58:53.582275 [ 258 ] {fb0748ef-31e5-4527-b59d-855e1feb437c} <Debug> executeQuery: Read 409 rows, 29.75 KiB in 0.003901 sec., 104844.91156113817 rows/sec., 7.45 MiB/sec. | ||
| 7447 | 2025.02.19 05:58:53.582334 [ 258 ] {fb0748ef-31e5-4527-b59d-855e1feb437c} <Debug> TCPHandler: Processed in 0.004294893 sec. | ||
| 7448 | 2025.02.19 05:58:53.582480 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7449 | 2025.02.19 05:58:53.582609 [ 254 ] {b40f07f3-c02c-4a0b-9a75-07b10b31a510} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 7450 | 2025.02.19 05:58:53.582666 [ 254 ] {b40f07f3-c02c-4a0b-9a75-07b10b31a510} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 7451 | 2025.02.19 05:58:53.583174 [ 254 ] {b40f07f3-c02c-4a0b-9a75-07b10b31a510} <Trace> oximeter.measurements_bool (16e9d126-bc56-4e42-988e-352459bd24dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7452 | 2025.02.19 05:58:53.583214 [ 254 ] {b40f07f3-c02c-4a0b-9a75-07b10b31a510} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 7453 | 2025.02.19 05:58:53.583574 [ 254 ] {b40f07f3-c02c-4a0b-9a75-07b10b31a510} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 7454 | 2025.02.19 05:58:53.583830 [ 254 ] {b40f07f3-c02c-4a0b-9a75-07b10b31a510} <Trace> oximeter.measurements_bool (16e9d126-bc56-4e42-988e-352459bd24dc): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7455 | 2025.02.19 05:58:53.583994 [ 99 ] {} <Debug> oximeter.measurements_bool (16e9d126-bc56-4e42-988e-352459bd24dc) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 7456 | 2025.02.19 05:58:53.584055 [ 99 ] {} <Trace> oximeter.measurements_bool (16e9d126-bc56-4e42-988e-352459bd24dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7457 | 2025.02.19 05:58:53.584090 [ 254 ] {b40f07f3-c02c-4a0b-9a75-07b10b31a510} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001497 sec., 4008.016032064128 rows/sec., 209.40 KiB/sec. | ||
| 7458 | 2025.02.19 05:58:53.584097 [ 99 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 7459 | 2025.02.19 05:58:53.584270 [ 254 ] {b40f07f3-c02c-4a0b-9a75-07b10b31a510} <Debug> TCPHandler: Processed in 0.001845811 sec. | ||
| 7460 | 2025.02.19 05:58:53.584628 [ 192 ] {16e9d126-bc56-4e42-988e-352459bd24dc::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 | ||
| 7461 | 2025.02.19 05:58:53.584673 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7462 | 2025.02.19 05:58:53.584984 [ 258 ] {e37fb504-652c-4666-9981-d86367ce73c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7463 | 2025.02.19 05:58:53.585020 [ 192 ] {16e9d126-bc56-4e42-988e-352459bd24dc::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7464 | 2025.02.19 05:58:53.585089 [ 258 ] {e37fb504-652c-4666-9981-d86367ce73c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7465 | 2025.02.19 05:58:53.585094 [ 192 ] {16e9d126-bc56-4e42-988e-352459bd24dc::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 | ||
| 7466 | 2025.02.19 05:58:53.585442 [ 192 ] {16e9d126-bc56-4e42-988e-352459bd24dc::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 | ||
| 7467 | 2025.02.19 05:58:53.585796 [ 192 ] {16e9d126-bc56-4e42-988e-352459bd24dc::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 | ||
| 7468 | 2025.02.19 05:58:53.586141 [ 192 ] {16e9d126-bc56-4e42-988e-352459bd24dc::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 | ||
| 7469 | 2025.02.19 05:58:53.586452 [ 192 ] {16e9d126-bc56-4e42-988e-352459bd24dc::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 | ||
| 7470 | 2025.02.19 05:58:53.586746 [ 192 ] {16e9d126-bc56-4e42-988e-352459bd24dc::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 | ||
| 7471 | 2025.02.19 05:58:53.587672 [ 258 ] {e37fb504-652c-4666-9981-d86367ce73c7} <Trace> oximeter.measurements_cumulativeu64 (12ad3da5-8862-4a0c-98f0-1a099eec319b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7472 | 2025.02.19 05:58:53.587747 [ 258 ] {e37fb504-652c-4666-9981-d86367ce73c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 7473 | 2025.02.19 05:58:53.588716 [ 258 ] {e37fb504-652c-4666-9981-d86367ce73c7} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 7474 | 2025.02.19 05:58:53.589199 [ 258 ] {e37fb504-652c-4666-9981-d86367ce73c7} <Trace> oximeter.measurements_cumulativeu64 (12ad3da5-8862-4a0c-98f0-1a099eec319b): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7475 | 2025.02.19 05:58:53.589989 [ 258 ] {e37fb504-652c-4666-9981-d86367ce73c7} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00506 sec., 46837.94466403162 rows/sec., 3.14 MiB/sec. | ||
| 7476 | 2025.02.19 05:58:53.590056 [ 192 ] {16e9d126-bc56-4e42-988e-352459bd24dc::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 126 rows, containing 4 columns (4 merged, 0 gathered) in 0.005786948 sec., 21773.134992745745 rows/sec., 1.11 MiB/sec. | ||
| 7477 | 2025.02.19 05:58:53.590459 [ 258 ] {e37fb504-652c-4666-9981-d86367ce73c7} <Debug> TCPHandler: Processed in 0.006027803 sec. | ||
| 7478 | 2025.02.19 05:58:53.590509 [ 192 ] {16e9d126-bc56-4e42-988e-352459bd24dc::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 7479 | 2025.02.19 05:58:53.590829 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7480 | 2025.02.19 05:58:53.591184 [ 254 ] {13d44307-3e72-4441-a942-4613d383dc94} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 7481 | 2025.02.19 05:58:53.591272 [ 254 ] {13d44307-3e72-4441-a942-4613d383dc94} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 7482 | 2025.02.19 05:58:53.591731 [ 192 ] {16e9d126-bc56-4e42-988e-352459bd24dc::all_1_21_4} <Trace> oximeter.measurements_bool (16e9d126-bc56-4e42-988e-352459bd24dc): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7483 | 2025.02.19 05:58:53.591985 [ 192 ] {16e9d126-bc56-4e42-988e-352459bd24dc::all_1_21_4} <Trace> oximeter.measurements_bool (16e9d126-bc56-4e42-988e-352459bd24dc) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 7484 | 2025.02.19 05:58:53.592199 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 7485 | 2025.02.19 05:58:53.592299 [ 254 ] {13d44307-3e72-4441-a942-4613d383dc94} <Trace> oximeter.measurements_f64 (338bebf0-eeef-41b9-b679-f4717a277180): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7486 | 2025.02.19 05:58:53.592345 [ 254 ] {13d44307-3e72-4441-a942-4613d383dc94} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 7487 | 2025.02.19 05:58:53.592713 [ 254 ] {13d44307-3e72-4441-a942-4613d383dc94} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 7488 | 2025.02.19 05:58:53.592973 [ 254 ] {13d44307-3e72-4441-a942-4613d383dc94} <Trace> oximeter.measurements_f64 (338bebf0-eeef-41b9-b679-f4717a277180): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7489 | 2025.02.19 05:58:53.593163 [ 99 ] {} <Debug> oximeter.measurements_f64 (338bebf0-eeef-41b9-b679-f4717a277180) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 7490 | 2025.02.19 05:58:53.593219 [ 99 ] {} <Trace> oximeter.measurements_f64 (338bebf0-eeef-41b9-b679-f4717a277180): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7491 | 2025.02.19 05:58:53.593237 [ 254 ] {13d44307-3e72-4441-a942-4613d383dc94} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.002123 sec., 471.0315591144607 rows/sec., 31.74 KiB/sec. | ||
| 7492 | 2025.02.19 05:58:53.593272 [ 99 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 7493 | 2025.02.19 05:58:53.593393 [ 254 ] {13d44307-3e72-4441-a942-4613d383dc94} <Debug> TCPHandler: Processed in 0.002767718 sec. | ||
| 7494 | 2025.02.19 05:58:53.593499 [ 195 ] {338bebf0-eeef-41b9-b679-f4717a277180::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 | ||
| 7495 | 2025.02.19 05:58:53.593600 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7496 | 2025.02.19 05:58:53.593696 [ 195 ] {338bebf0-eeef-41b9-b679-f4717a277180::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7497 | 2025.02.19 05:58:53.593781 [ 195 ] {338bebf0-eeef-41b9-b679-f4717a277180::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 17 rows starting from the beginning of the part | ||
| 7498 | 2025.02.19 05:58:53.593823 [ 258 ] {862d6374-de4d-4fe2-951d-bc2d11f38ff2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7499 | 2025.02.19 05:58:53.594007 [ 195 ] {338bebf0-eeef-41b9-b679-f4717a277180::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 1 rows starting from the beginning of the part | ||
| 7500 | 2025.02.19 05:58:53.594284 [ 195 ] {338bebf0-eeef-41b9-b679-f4717a277180::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 1 rows starting from the beginning of the part | ||
| 7501 | 2025.02.19 05:58:53.594304 [ 258 ] {862d6374-de4d-4fe2-951d-bc2d11f38ff2} <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 | ||
| 7502 | 2025.02.19 05:58:53.594583 [ 195 ] {338bebf0-eeef-41b9-b679-f4717a277180::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 1 rows starting from the beginning of the part | ||
| 7503 | 2025.02.19 05:58:53.594852 [ 195 ] {338bebf0-eeef-41b9-b679-f4717a277180::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 1 rows starting from the beginning of the part | ||
| 7504 | 2025.02.19 05:58:53.595275 [ 195 ] {338bebf0-eeef-41b9-b679-f4717a277180::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 1 rows starting from the beginning of the part | ||
| 7505 | 2025.02.19 05:58:53.599203 [ 191 ] {338bebf0-eeef-41b9-b679-f4717a277180::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 22 rows, containing 4 columns (4 merged, 0 gathered) in 0.005798488 sec., 3794.092528948926 rows/sec., 254.98 KiB/sec. | ||
| 7506 | 2025.02.19 05:58:53.599467 [ 191 ] {338bebf0-eeef-41b9-b679-f4717a277180::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 7507 | 2025.02.19 05:58:53.599601 [ 258 ] {862d6374-de4d-4fe2-951d-bc2d11f38ff2} <Trace> oximeter.measurements_histogramu64 (7e806432-9fb0-4852-8b8d-11fed24611fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7508 | 2025.02.19 05:58:53.599669 [ 258 ] {862d6374-de4d-4fe2-951d-bc2d11f38ff2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 7509 | 2025.02.19 05:58:53.600179 [ 191 ] {338bebf0-eeef-41b9-b679-f4717a277180::all_1_21_4} <Trace> oximeter.measurements_f64 (338bebf0-eeef-41b9-b679-f4717a277180): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7510 | 2025.02.19 05:58:53.600368 [ 191 ] {338bebf0-eeef-41b9-b679-f4717a277180::all_1_21_4} <Trace> oximeter.measurements_f64 (338bebf0-eeef-41b9-b679-f4717a277180) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 7511 | 2025.02.19 05:58:53.600539 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
| 7512 | 2025.02.19 05:58:53.600868 [ 258 ] {862d6374-de4d-4fe2-951d-bc2d11f38ff2} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 7513 | 2025.02.19 05:58:53.601149 [ 258 ] {862d6374-de4d-4fe2-951d-bc2d11f38ff2} <Trace> oximeter.measurements_histogramu64 (7e806432-9fb0-4852-8b8d-11fed24611fa): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7514 | 2025.02.19 05:58:53.601403 [ 258 ] {862d6374-de4d-4fe2-951d-bc2d11f38ff2} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.007654 sec., 3527.567285079697 rows/sec., 6.32 MiB/sec. | ||
| 7515 | 2025.02.19 05:58:53.601513 [ 258 ] {862d6374-de4d-4fe2-951d-bc2d11f38ff2} <Debug> TCPHandler: Processed in 0.007998886 sec. | ||
| 7516 | 2025.02.19 05:58:53.601671 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7517 | 2025.02.19 05:58:53.601801 [ 254 ] {a0ceb45c-980c-4668-b4d6-29efcac6c69b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7518 | 2025.02.19 05:58:53.601857 [ 254 ] {a0ceb45c-980c-4668-b4d6-29efcac6c69b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7519 | 2025.02.19 05:58:53.602333 [ 254 ] {a0ceb45c-980c-4668-b4d6-29efcac6c69b} <Trace> oximeter.measurements_u64 (fe0987d5-5b8f-48d5-a303-9c895ee7970c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7520 | 2025.02.19 05:58:53.602374 [ 254 ] {a0ceb45c-980c-4668-b4d6-29efcac6c69b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 7521 | 2025.02.19 05:58:53.602749 [ 254 ] {a0ceb45c-980c-4668-b4d6-29efcac6c69b} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 7522 | 2025.02.19 05:58:53.603015 [ 254 ] {a0ceb45c-980c-4668-b4d6-29efcac6c69b} <Trace> oximeter.measurements_u64 (fe0987d5-5b8f-48d5-a303-9c895ee7970c): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7523 | 2025.02.19 05:58:53.603236 [ 254 ] {a0ceb45c-980c-4668-b4d6-29efcac6c69b} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001464 sec., 56010.928961748636 rows/sec., 3.56 MiB/sec. | ||
| 7524 | 2025.02.19 05:58:53.603287 [ 254 ] {a0ceb45c-980c-4668-b4d6-29efcac6c69b} <Debug> TCPHandler: Processed in 0.001679449 sec. | ||
| 7525 | 2025.02.19 05:58:57.976359 [ 95 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 7526 | 2025.02.19 05:58:57.976426 [ 95 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 7527 | 2025.02.19 05:58:58.114671 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 16531 | ||
| 7528 | 2025.02.19 05:58:58.115413 [ 244 ] {} <Trace> system.asynchronous_metric_log (5573eb27-0871-4eb5-bfd6-93b6d6d4142e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7529 | 2025.02.19 05:58:58.115458 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 7530 | 2025.02.19 05:58:58.115963 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 7531 | 2025.02.19 05:58:58.116220 [ 244 ] {} <Trace> system.asynchronous_metric_log (5573eb27-0871-4eb5-bfd6-93b6d6d4142e): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7532 | 2025.02.19 05:58:58.116449 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16531 | ||
| 7533 | 2025.02.19 05:58:58.116462 [ 94 ] {} <Debug> system.asynchronous_metric_log (5573eb27-0871-4eb5-bfd6-93b6d6d4142e) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 7534 | 2025.02.19 05:58:58.116541 [ 94 ] {} <Trace> system.asynchronous_metric_log (5573eb27-0871-4eb5-bfd6-93b6d6d4142e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7535 | 2025.02.19 05:58:58.116570 [ 94 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 7536 | 2025.02.19 05:58:58.116703 [ 194 ] {5573eb27-0871-4eb5-bfd6-93b6d6d4142e::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 | ||
| 7537 | 2025.02.19 05:58:58.116855 [ 194 ] {5573eb27-0871-4eb5-bfd6-93b6d6d4142e::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7538 | 2025.02.19 05:58:58.116902 [ 194 ] {5573eb27-0871-4eb5-bfd6-93b6d6d4142e::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 14213 rows starting from the beginning of the part | ||
| 7539 | 2025.02.19 05:58:58.116990 [ 194 ] {5573eb27-0871-4eb5-bfd6-93b6d6d4142e::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 488 rows starting from the beginning of the part | ||
| 7540 | 2025.02.19 05:58:58.117227 [ 194 ] {5573eb27-0871-4eb5-bfd6-93b6d6d4142e::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 427 rows starting from the beginning of the part | ||
| 7541 | 2025.02.19 05:58:58.117396 [ 194 ] {5573eb27-0871-4eb5-bfd6-93b6d6d4142e::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 488 rows starting from the beginning of the part | ||
| 7542 | 2025.02.19 05:58:58.117596 [ 194 ] {5573eb27-0871-4eb5-bfd6-93b6d6d4142e::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 427 rows starting from the beginning of the part | ||
| 7543 | 2025.02.19 05:58:58.117765 [ 194 ] {5573eb27-0871-4eb5-bfd6-93b6d6d4142e::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 488 rows starting from the beginning of the part | ||
| 7544 | 2025.02.19 05:58:58.120230 [ 191 ] {5573eb27-0871-4eb5-bfd6-93b6d6d4142e::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 16531 rows, containing 4 columns (4 merged, 0 gathered) in 0.003587141 sec., 4608405.41255557 rows/sec., 65.92 MiB/sec. | ||
| 7545 | 2025.02.19 05:58:58.120369 [ 200 ] {5573eb27-0871-4eb5-bfd6-93b6d6d4142e::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 7546 | 2025.02.19 05:58:58.120691 [ 200 ] {5573eb27-0871-4eb5-bfd6-93b6d6d4142e::all_1_36_7} <Trace> system.asynchronous_metric_log (5573eb27-0871-4eb5-bfd6-93b6d6d4142e): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7547 | 2025.02.19 05:58:58.120773 [ 200 ] {5573eb27-0871-4eb5-bfd6-93b6d6d4142e::all_1_36_7} <Trace> system.asynchronous_metric_log (5573eb27-0871-4eb5-bfd6-93b6d6d4142e) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 7548 | 2025.02.19 05:58:58.120884 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.48 MiB. | ||
| 7549 | 2025.02.19 05:58:58.202431 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1078 | ||
| 7550 | 2025.02.19 05:58:58.205723 [ 242 ] {} <Trace> system.query_log (c5831a85-9043-4d4c-a5be-d968cb126303): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7551 | 2025.02.19 05:58:58.205764 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 7552 | 2025.02.19 05:58:58.207176 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 7553 | 2025.02.19 05:58:58.207490 [ 242 ] {} <Trace> system.query_log (c5831a85-9043-4d4c-a5be-d968cb126303): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7554 | 2025.02.19 05:58:58.207666 [ 94 ] {} <Debug> system.query_log (c5831a85-9043-4d4c-a5be-d968cb126303) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 7555 | 2025.02.19 05:58:58.207732 [ 94 ] {} <Trace> system.query_log (c5831a85-9043-4d4c-a5be-d968cb126303): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7556 | 2025.02.19 05:58:58.207778 [ 94 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 7557 | 2025.02.19 05:58:58.208158 [ 194 ] {c5831a85-9043-4d4c-a5be-d968cb126303::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 | ||
| 7558 | 2025.02.19 05:58:58.209050 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1078 | ||
| 7559 | 2025.02.19 05:58:58.209335 [ 194 ] {c5831a85-9043-4d4c-a5be-d968cb126303::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7560 | 2025.02.19 05:58:58.209459 [ 194 ] {c5831a85-9043-4d4c-a5be-d968cb126303::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 886 rows starting from the beginning of the part | ||
| 7561 | 2025.02.19 05:58:58.210901 [ 194 ] {c5831a85-9043-4d4c-a5be-d968cb126303::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 48 rows starting from the beginning of the part | ||
| 7562 | 2025.02.19 05:58:58.211434 [ 194 ] {c5831a85-9043-4d4c-a5be-d968cb126303::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 30 rows starting from the beginning of the part | ||
| 7563 | 2025.02.19 05:58:58.211972 [ 194 ] {c5831a85-9043-4d4c-a5be-d968cb126303::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 34 rows starting from the beginning of the part | ||
| 7564 | 2025.02.19 05:58:58.212536 [ 194 ] {c5831a85-9043-4d4c-a5be-d968cb126303::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 50 rows starting from the beginning of the part | ||
| 7565 | 2025.02.19 05:58:58.213170 [ 194 ] {c5831a85-9043-4d4c-a5be-d968cb126303::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 30 rows starting from the beginning of the part | ||
| 7566 | 2025.02.19 05:58:58.220998 [ 200 ] {c5831a85-9043-4d4c-a5be-d968cb126303::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1078 rows, containing 72 columns (72 merged, 0 gathered) in 0.013135183 sec., 82069.6597831945 rows/sec., 66.02 MiB/sec. | ||
| 7567 | 2025.02.19 05:58:58.222377 [ 200 ] {c5831a85-9043-4d4c-a5be-d968cb126303::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 7568 | 2025.02.19 05:58:58.223206 [ 200 ] {c5831a85-9043-4d4c-a5be-d968cb126303::all_1_26_5} <Trace> system.query_log (c5831a85-9043-4d4c-a5be-d968cb126303): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7569 | 2025.02.19 05:58:58.223298 [ 200 ] {c5831a85-9043-4d4c-a5be-d968cb126303::all_1_26_5} <Trace> system.query_log (c5831a85-9043-4d4c-a5be-d968cb126303) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 7570 | 2025.02.19 05:58:58.223659 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.47 MiB. | ||
| 7571 | 2025.02.19 05:58:58.557168 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7572 | 2025.02.19 05:58:58.557358 [ 254 ] {562b4085-26df-4be6-8df8-108c63e61d30} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7573 | 2025.02.19 05:58:58.557431 [ 254 ] {562b4085-26df-4be6-8df8-108c63e61d30} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7574 | 2025.02.19 05:58:58.558213 [ 254 ] {562b4085-26df-4be6-8df8-108c63e61d30} <Trace> oximeter.fields_string (2fcca75a-374a-4c87-833b-a981a707b5d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7575 | 2025.02.19 05:58:58.558254 [ 254 ] {562b4085-26df-4be6-8df8-108c63e61d30} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 7576 | 2025.02.19 05:58:58.558703 [ 254 ] {562b4085-26df-4be6-8df8-108c63e61d30} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 7577 | 2025.02.19 05:58:58.558971 [ 254 ] {562b4085-26df-4be6-8df8-108c63e61d30} <Trace> oximeter.fields_string (2fcca75a-374a-4c87-833b-a981a707b5d9): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7578 | 2025.02.19 05:58:58.559181 [ 254 ] {562b4085-26df-4be6-8df8-108c63e61d30} <Debug> executeQuery: Read 80 rows, 6.77 KiB in 0.001865 sec., 42895.44235924933 rows/sec., 3.55 MiB/sec. | ||
| 7579 | 2025.02.19 05:58:58.559289 [ 254 ] {562b4085-26df-4be6-8df8-108c63e61d30} <Debug> TCPHandler: Processed in 0.002249668 sec. | ||
| 7580 | 2025.02.19 05:58:58.559513 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7581 | 2025.02.19 05:58:58.559652 [ 258 ] {9a06ba6f-78a7-46c8-8590-fd5de9801815} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7582 | 2025.02.19 05:58:58.559700 [ 258 ] {9a06ba6f-78a7-46c8-8590-fd5de9801815} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7583 | 2025.02.19 05:58:58.560287 [ 258 ] {9a06ba6f-78a7-46c8-8590-fd5de9801815} <Trace> oximeter.fields_u16 (6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7584 | 2025.02.19 05:58:58.560331 [ 258 ] {9a06ba6f-78a7-46c8-8590-fd5de9801815} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 7585 | 2025.02.19 05:58:58.560735 [ 258 ] {9a06ba6f-78a7-46c8-8590-fd5de9801815} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 7586 | 2025.02.19 05:58:58.560979 [ 258 ] {9a06ba6f-78a7-46c8-8590-fd5de9801815} <Trace> oximeter.fields_u16 (6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7587 | 2025.02.19 05:58:58.561159 [ 258 ] {9a06ba6f-78a7-46c8-8590-fd5de9801815} <Debug> executeQuery: Read 12 rows, 924.00 B in 0.001531 sec., 7838.014369693011 rows/sec., 589.38 KiB/sec. | ||
| 7588 | 2025.02.19 05:58:58.561213 [ 258 ] {9a06ba6f-78a7-46c8-8590-fd5de9801815} <Debug> TCPHandler: Processed in 0.001800361 sec. | ||
| 7589 | 2025.02.19 05:58:58.561354 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7590 | 2025.02.19 05:58:58.561463 [ 254 ] {bbe97b5e-2bbd-4a27-9e61-d43e0a13a337} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7591 | 2025.02.19 05:58:58.561508 [ 254 ] {bbe97b5e-2bbd-4a27-9e61-d43e0a13a337} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7592 | 2025.02.19 05:58:58.562082 [ 254 ] {bbe97b5e-2bbd-4a27-9e61-d43e0a13a337} <Trace> oximeter.fields_uuid (3e28ef33-2603-423e-a1ee-258fce097b7c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7593 | 2025.02.19 05:58:58.562121 [ 254 ] {bbe97b5e-2bbd-4a27-9e61-d43e0a13a337} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 7594 | 2025.02.19 05:58:58.562485 [ 254 ] {bbe97b5e-2bbd-4a27-9e61-d43e0a13a337} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 7595 | 2025.02.19 05:58:58.562740 [ 254 ] {bbe97b5e-2bbd-4a27-9e61-d43e0a13a337} <Trace> oximeter.fields_uuid (3e28ef33-2603-423e-a1ee-258fce097b7c): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7596 | 2025.02.19 05:58:58.562950 [ 254 ] {bbe97b5e-2bbd-4a27-9e61-d43e0a13a337} <Debug> executeQuery: Read 76 rows, 6.08 KiB in 0.001497 sec., 50768.20307281229 rows/sec., 3.96 MiB/sec. | ||
| 7597 | 2025.02.19 05:58:58.563020 [ 254 ] {bbe97b5e-2bbd-4a27-9e61-d43e0a13a337} <Debug> TCPHandler: Processed in 0.001714609 sec. | ||
| 7598 | 2025.02.19 05:58:58.563272 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7599 | 2025.02.19 05:58:58.563431 [ 258 ] {4336371a-0c18-417f-80ee-aaf29665142c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7600 | 2025.02.19 05:58:58.563491 [ 258 ] {4336371a-0c18-417f-80ee-aaf29665142c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7601 | 2025.02.19 05:58:58.564135 [ 258 ] {4336371a-0c18-417f-80ee-aaf29665142c} <Trace> oximeter.measurements_cumulativeu64 (12ad3da5-8862-4a0c-98f0-1a099eec319b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7602 | 2025.02.19 05:58:58.564181 [ 258 ] {4336371a-0c18-417f-80ee-aaf29665142c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 7603 | 2025.02.19 05:58:58.564574 [ 258 ] {4336371a-0c18-417f-80ee-aaf29665142c} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 7604 | 2025.02.19 05:58:58.564828 [ 258 ] {4336371a-0c18-417f-80ee-aaf29665142c} <Trace> oximeter.measurements_cumulativeu64 (12ad3da5-8862-4a0c-98f0-1a099eec319b): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7605 | 2025.02.19 05:58:58.565006 [ 258 ] {4336371a-0c18-417f-80ee-aaf29665142c} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001606 sec., 99626.40099626401 rows/sec., 6.94 MiB/sec. | ||
| 7606 | 2025.02.19 05:58:58.565059 [ 258 ] {4336371a-0c18-417f-80ee-aaf29665142c} <Debug> TCPHandler: Processed in 0.001908962 sec. | ||
| 7607 | 2025.02.19 05:58:58.565203 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7608 | 2025.02.19 05:58:58.565335 [ 254 ] {c869f25d-a865-4ceb-8a58-87c9637e9dcd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7609 | 2025.02.19 05:58:58.565413 [ 254 ] {c869f25d-a865-4ceb-8a58-87c9637e9dcd} <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 | ||
| 7610 | 2025.02.19 05:58:58.566611 [ 254 ] {c869f25d-a865-4ceb-8a58-87c9637e9dcd} <Trace> oximeter.measurements_histogramu64 (7e806432-9fb0-4852-8b8d-11fed24611fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7611 | 2025.02.19 05:58:58.566650 [ 254 ] {c869f25d-a865-4ceb-8a58-87c9637e9dcd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 7612 | 2025.02.19 05:58:58.567279 [ 254 ] {c869f25d-a865-4ceb-8a58-87c9637e9dcd} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 7613 | 2025.02.19 05:58:58.567572 [ 254 ] {c869f25d-a865-4ceb-8a58-87c9637e9dcd} <Trace> oximeter.measurements_histogramu64 (7e806432-9fb0-4852-8b8d-11fed24611fa): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7614 | 2025.02.19 05:58:58.567777 [ 254 ] {c869f25d-a865-4ceb-8a58-87c9637e9dcd} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002471 sec., 4856.333468231485 rows/sec., 8.70 MiB/sec. | ||
| 7615 | 2025.02.19 05:58:58.567880 [ 254 ] {c869f25d-a865-4ceb-8a58-87c9637e9dcd} <Debug> TCPHandler: Processed in 0.002729066 sec. | ||
| 7616 | 2025.02.19 05:58:58.568027 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7617 | 2025.02.19 05:58:58.568179 [ 258 ] {3b46dbd6-5404-41cd-a205-0b231b71536b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7618 | 2025.02.19 05:58:58.568249 [ 258 ] {3b46dbd6-5404-41cd-a205-0b231b71536b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7619 | 2025.02.19 05:58:58.568863 [ 258 ] {3b46dbd6-5404-41cd-a205-0b231b71536b} <Trace> oximeter.measurements_u64 (fe0987d5-5b8f-48d5-a303-9c895ee7970c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7620 | 2025.02.19 05:58:58.568909 [ 258 ] {3b46dbd6-5404-41cd-a205-0b231b71536b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 7621 | 2025.02.19 05:58:58.569424 [ 258 ] {3b46dbd6-5404-41cd-a205-0b231b71536b} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 7622 | 2025.02.19 05:58:58.569791 [ 258 ] {3b46dbd6-5404-41cd-a205-0b231b71536b} <Trace> oximeter.measurements_u64 (fe0987d5-5b8f-48d5-a303-9c895ee7970c): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7623 | 2025.02.19 05:58:58.570063 [ 258 ] {3b46dbd6-5404-41cd-a205-0b231b71536b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001912 sec., 31380.753138075313 rows/sec., 2.11 MiB/sec. | ||
| 7624 | 2025.02.19 05:58:58.570146 [ 258 ] {3b46dbd6-5404-41cd-a205-0b231b71536b} <Debug> TCPHandler: Processed in 0.002179587 sec. | ||
| 7625 | 2025.02.19 05:58:59.288769 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 272 | ||
| 7626 | 2025.02.19 05:58:59.311025 [ 243 ] {} <Trace> system.metric_log (636422f3-000f-4feb-9852-006313efe3e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7627 | 2025.02.19 05:58:59.311078 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 7628 | 2025.02.19 05:58:59.318479 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 7629 | 2025.02.19 05:58:59.319275 [ 243 ] {} <Trace> system.metric_log (636422f3-000f-4feb-9852-006313efe3e0): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7630 | 2025.02.19 05:58:59.319584 [ 91 ] {} <Debug> system.metric_log (636422f3-000f-4feb-9852-006313efe3e0) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 7631 | 2025.02.19 05:58:59.319657 [ 91 ] {} <Trace> system.metric_log (636422f3-000f-4feb-9852-006313efe3e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7632 | 2025.02.19 05:58:59.319701 [ 91 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 7633 | 2025.02.19 05:58:59.320100 [ 197 ] {636422f3-000f-4feb-9852-006313efe3e0::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 | ||
| 7634 | 2025.02.19 05:58:59.336733 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 272 | ||
| 7635 | 2025.02.19 05:58:59.337903 [ 197 ] {636422f3-000f-4feb-9852-006313efe3e0::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7636 | 2025.02.19 05:58:59.339519 [ 197 ] {636422f3-000f-4feb-9852-006313efe3e0::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 | ||
| 7637 | 2025.02.19 05:58:59.345416 [ 197 ] {636422f3-000f-4feb-9852-006313efe3e0::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 | ||
| 7638 | 2025.02.19 05:58:59.351262 [ 197 ] {636422f3-000f-4feb-9852-006313efe3e0::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 | ||
| 7639 | 2025.02.19 05:58:59.356896 [ 197 ] {636422f3-000f-4feb-9852-006313efe3e0::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 | ||
| 7640 | 2025.02.19 05:58:59.362790 [ 197 ] {636422f3-000f-4feb-9852-006313efe3e0::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 | ||
| 7641 | 2025.02.19 05:58:59.367489 [ 197 ] {636422f3-000f-4feb-9852-006313efe3e0::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 | ||
| 7642 | 2025.02.19 05:58:59.429936 [ 196 ] {636422f3-000f-4feb-9852-006313efe3e0::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 272 rows, containing 679 columns (679 merged, 0 gathered) in 0.110105571 sec., 2470.3563818764446 rows/sec., 12.77 MiB/sec. | ||
| 7643 | 2025.02.19 05:58:59.432015 [ 189 ] {636422f3-000f-4feb-9852-006313efe3e0::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 7644 | 2025.02.19 05:58:59.434708 [ 189 ] {636422f3-000f-4feb-9852-006313efe3e0::all_1_36_7} <Trace> system.metric_log (636422f3-000f-4feb-9852-006313efe3e0): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7645 | 2025.02.19 05:58:59.434831 [ 189 ] {636422f3-000f-4feb-9852-006313efe3e0::all_1_36_7} <Trace> system.metric_log (636422f3-000f-4feb-9852-006313efe3e0) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 7646 | 2025.02.19 05:58:59.436529 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 12.44 MiB. | ||
| 7647 | 2025.02.19 05:59:03.564158 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7648 | 2025.02.19 05:59:03.564469 [ 254 ] {779acf13-3584-43c0-aba6-8526eb13b7fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 7649 | 2025.02.19 05:59:03.564543 [ 254 ] {779acf13-3584-43c0-aba6-8526eb13b7fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 7650 | 2025.02.19 05:59:03.565404 [ 254 ] {779acf13-3584-43c0-aba6-8526eb13b7fc} <Trace> oximeter.fields_i16 (2bf1598c-a5a7-46ca-9aca-ef074bb76812): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7651 | 2025.02.19 05:59:03.565452 [ 254 ] {779acf13-3584-43c0-aba6-8526eb13b7fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 7652 | 2025.02.19 05:59:03.565919 [ 254 ] {779acf13-3584-43c0-aba6-8526eb13b7fc} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 7653 | 2025.02.19 05:59:03.566203 [ 254 ] {779acf13-3584-43c0-aba6-8526eb13b7fc} <Trace> oximeter.fields_i16 (2bf1598c-a5a7-46ca-9aca-ef074bb76812): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7654 | 2025.02.19 05:59:03.566453 [ 254 ] {779acf13-3584-43c0-aba6-8526eb13b7fc} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002068 sec., 102514.50676982592 rows/sec., 6.52 MiB/sec. | ||
| 7655 | 2025.02.19 05:59:03.566521 [ 254 ] {779acf13-3584-43c0-aba6-8526eb13b7fc} <Debug> TCPHandler: Processed in 0.002557133 sec. | ||
| 7656 | 2025.02.19 05:59:03.566711 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7657 | 2025.02.19 05:59:03.566856 [ 258 ] {231d3915-f577-4dfc-883a-d704678f5b8e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 7658 | 2025.02.19 05:59:03.566916 [ 258 ] {231d3915-f577-4dfc-883a-d704678f5b8e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 7659 | 2025.02.19 05:59:03.567550 [ 258 ] {231d3915-f577-4dfc-883a-d704678f5b8e} <Trace> oximeter.fields_ipaddr (46427d01-24ae-42d6-a7d5-07bdb2aa84f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7660 | 2025.02.19 05:59:03.567591 [ 258 ] {231d3915-f577-4dfc-883a-d704678f5b8e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 7661 | 2025.02.19 05:59:03.567955 [ 258 ] {231d3915-f577-4dfc-883a-d704678f5b8e} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 7662 | 2025.02.19 05:59:03.568205 [ 258 ] {231d3915-f577-4dfc-883a-d704678f5b8e} <Trace> oximeter.fields_ipaddr (46427d01-24ae-42d6-a7d5-07bdb2aa84f9): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7663 | 2025.02.19 05:59:03.568470 [ 258 ] {231d3915-f577-4dfc-883a-d704678f5b8e} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001642 sec., 2436.05359317905 rows/sec., 198.64 KiB/sec. | ||
| 7664 | 2025.02.19 05:59:03.568713 [ 258 ] {231d3915-f577-4dfc-883a-d704678f5b8e} <Debug> TCPHandler: Processed in 0.002068325 sec. | ||
| 7665 | 2025.02.19 05:59:03.568902 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7666 | 2025.02.19 05:59:03.569035 [ 254 ] {51a08c4a-437f-4add-a100-6383424a151b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7667 | 2025.02.19 05:59:03.569090 [ 254 ] {51a08c4a-437f-4add-a100-6383424a151b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7668 | 2025.02.19 05:59:03.569997 [ 254 ] {51a08c4a-437f-4add-a100-6383424a151b} <Trace> oximeter.fields_string (2fcca75a-374a-4c87-833b-a981a707b5d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7669 | 2025.02.19 05:59:03.570038 [ 254 ] {51a08c4a-437f-4add-a100-6383424a151b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 7670 | 2025.02.19 05:59:03.570459 [ 254 ] {51a08c4a-437f-4add-a100-6383424a151b} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 7671 | 2025.02.19 05:59:03.570719 [ 254 ] {51a08c4a-437f-4add-a100-6383424a151b} <Trace> oximeter.fields_string (2fcca75a-374a-4c87-833b-a981a707b5d9): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7672 | 2025.02.19 05:59:03.570953 [ 254 ] {51a08c4a-437f-4add-a100-6383424a151b} <Debug> executeQuery: Read 673 rows, 54.60 KiB in 0.001947 sec., 345659.98972778633 rows/sec., 27.39 MiB/sec. | ||
| 7673 | 2025.02.19 05:59:03.571017 [ 254 ] {51a08c4a-437f-4add-a100-6383424a151b} <Debug> TCPHandler: Processed in 0.002211618 sec. | ||
| 7674 | 2025.02.19 05:59:03.571178 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7675 | 2025.02.19 05:59:03.571307 [ 258 ] {d9474083-7aae-4f3d-8e79-3096434846bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7676 | 2025.02.19 05:59:03.571360 [ 258 ] {d9474083-7aae-4f3d-8e79-3096434846bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7677 | 2025.02.19 05:59:03.572069 [ 258 ] {d9474083-7aae-4f3d-8e79-3096434846bf} <Trace> oximeter.fields_u16 (6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7678 | 2025.02.19 05:59:03.572117 [ 258 ] {d9474083-7aae-4f3d-8e79-3096434846bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 7679 | 2025.02.19 05:59:03.572534 [ 258 ] {d9474083-7aae-4f3d-8e79-3096434846bf} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 7680 | 2025.02.19 05:59:03.572778 [ 258 ] {d9474083-7aae-4f3d-8e79-3096434846bf} <Trace> oximeter.fields_u16 (6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7681 | 2025.02.19 05:59:03.572993 [ 258 ] {d9474083-7aae-4f3d-8e79-3096434846bf} <Debug> executeQuery: Read 137 rows, 8.70 KiB in 0.001715 sec., 79883.38192419826 rows/sec., 4.95 MiB/sec. | ||
| 7682 | 2025.02.19 05:59:03.573045 [ 258 ] {d9474083-7aae-4f3d-8e79-3096434846bf} <Debug> TCPHandler: Processed in 0.001931973 sec. | ||
| 7683 | 2025.02.19 05:59:03.573209 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7684 | 2025.02.19 05:59:03.573317 [ 254 ] {6a80c962-ca17-4132-8322-98443dfde7a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 7685 | 2025.02.19 05:59:03.573363 [ 254 ] {6a80c962-ca17-4132-8322-98443dfde7a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 7686 | 2025.02.19 05:59:03.574042 [ 254 ] {6a80c962-ca17-4132-8322-98443dfde7a5} <Trace> oximeter.fields_u32 (65b4bee1-230d-4ffd-8593-1cf368c54481): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7687 | 2025.02.19 05:59:03.574090 [ 254 ] {6a80c962-ca17-4132-8322-98443dfde7a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 7688 | 2025.02.19 05:59:03.574505 [ 254 ] {6a80c962-ca17-4132-8322-98443dfde7a5} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 7689 | 2025.02.19 05:59:03.574763 [ 254 ] {6a80c962-ca17-4132-8322-98443dfde7a5} <Trace> oximeter.fields_u32 (65b4bee1-230d-4ffd-8593-1cf368c54481): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7690 | 2025.02.19 05:59:03.574986 [ 254 ] {6a80c962-ca17-4132-8322-98443dfde7a5} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001689 sec., 66903.49319123742 rows/sec., 4.33 MiB/sec. | ||
| 7691 | 2025.02.19 05:59:03.575037 [ 254 ] {6a80c962-ca17-4132-8322-98443dfde7a5} <Debug> TCPHandler: Processed in 0.001880792 sec. | ||
| 7692 | 2025.02.19 05:59:03.575173 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7693 | 2025.02.19 05:59:03.575281 [ 258 ] {fe6b8bbd-97c1-4b2f-a267-e3d76001a3f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 7694 | 2025.02.19 05:59:03.575326 [ 258 ] {fe6b8bbd-97c1-4b2f-a267-e3d76001a3f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 7695 | 2025.02.19 05:59:03.575888 [ 258 ] {fe6b8bbd-97c1-4b2f-a267-e3d76001a3f1} <Trace> oximeter.fields_u8 (cef67ce3-27e4-4c55-9365-409a4c7c6d8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7696 | 2025.02.19 05:59:03.575927 [ 258 ] {fe6b8bbd-97c1-4b2f-a267-e3d76001a3f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 7697 | 2025.02.19 05:59:03.576279 [ 258 ] {fe6b8bbd-97c1-4b2f-a267-e3d76001a3f1} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 7698 | 2025.02.19 05:59:03.576519 [ 258 ] {fe6b8bbd-97c1-4b2f-a267-e3d76001a3f1} <Trace> oximeter.fields_u8 (cef67ce3-27e4-4c55-9365-409a4c7c6d8e): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7699 | 2025.02.19 05:59:03.576725 [ 258 ] {fe6b8bbd-97c1-4b2f-a267-e3d76001a3f1} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001465 sec., 76450.5119453925 rows/sec., 4.36 MiB/sec. | ||
| 7700 | 2025.02.19 05:59:03.576776 [ 258 ] {fe6b8bbd-97c1-4b2f-a267-e3d76001a3f1} <Debug> TCPHandler: Processed in 0.001655879 sec. | ||
| 7701 | 2025.02.19 05:59:03.576914 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7702 | 2025.02.19 05:59:03.577018 [ 254 ] {c6ea5d84-efef-4a43-99ee-e960bf70e55e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7703 | 2025.02.19 05:59:03.577064 [ 254 ] {c6ea5d84-efef-4a43-99ee-e960bf70e55e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7704 | 2025.02.19 05:59:03.577740 [ 254 ] {c6ea5d84-efef-4a43-99ee-e960bf70e55e} <Trace> oximeter.fields_uuid (3e28ef33-2603-423e-a1ee-258fce097b7c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7705 | 2025.02.19 05:59:03.577779 [ 254 ] {c6ea5d84-efef-4a43-99ee-e960bf70e55e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 7706 | 2025.02.19 05:59:03.578176 [ 254 ] {c6ea5d84-efef-4a43-99ee-e960bf70e55e} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 7707 | 2025.02.19 05:59:03.578437 [ 254 ] {c6ea5d84-efef-4a43-99ee-e960bf70e55e} <Trace> oximeter.fields_uuid (3e28ef33-2603-423e-a1ee-258fce097b7c): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7708 | 2025.02.19 05:59:03.578654 [ 254 ] {c6ea5d84-efef-4a43-99ee-e960bf70e55e} <Debug> executeQuery: Read 413 rows, 30.07 KiB in 0.001657 sec., 249245.6246228123 rows/sec., 17.72 MiB/sec. | ||
| 7709 | 2025.02.19 05:59:03.578706 [ 254 ] {c6ea5d84-efef-4a43-99ee-e960bf70e55e} <Debug> TCPHandler: Processed in 0.001842321 sec. | ||
| 7710 | 2025.02.19 05:59:03.578838 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7711 | 2025.02.19 05:59:03.578945 [ 258 ] {d5d9782a-2327-48ba-9b6a-f3771a67c7f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 7712 | 2025.02.19 05:59:03.578993 [ 258 ] {d5d9782a-2327-48ba-9b6a-f3771a67c7f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 7713 | 2025.02.19 05:59:03.579429 [ 258 ] {d5d9782a-2327-48ba-9b6a-f3771a67c7f9} <Trace> oximeter.measurements_bool (16e9d126-bc56-4e42-988e-352459bd24dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7714 | 2025.02.19 05:59:03.579467 [ 258 ] {d5d9782a-2327-48ba-9b6a-f3771a67c7f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 7715 | 2025.02.19 05:59:03.579824 [ 258 ] {d5d9782a-2327-48ba-9b6a-f3771a67c7f9} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 7716 | 2025.02.19 05:59:03.580071 [ 258 ] {d5d9782a-2327-48ba-9b6a-f3771a67c7f9} <Trace> oximeter.measurements_bool (16e9d126-bc56-4e42-988e-352459bd24dc): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7717 | 2025.02.19 05:59:03.580265 [ 258 ] {d5d9782a-2327-48ba-9b6a-f3771a67c7f9} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001331 sec., 4507.888805409467 rows/sec., 235.52 KiB/sec. | ||
| 7718 | 2025.02.19 05:59:03.580387 [ 258 ] {d5d9782a-2327-48ba-9b6a-f3771a67c7f9} <Debug> TCPHandler: Processed in 0.001595877 sec. | ||
| 7719 | 2025.02.19 05:59:03.580594 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7720 | 2025.02.19 05:59:03.580717 [ 254 ] {9c0f2db7-7902-421f-afef-7e9577590533} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7721 | 2025.02.19 05:59:03.580768 [ 254 ] {9c0f2db7-7902-421f-afef-7e9577590533} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7722 | 2025.02.19 05:59:03.581338 [ 254 ] {9c0f2db7-7902-421f-afef-7e9577590533} <Trace> oximeter.measurements_cumulativeu64 (12ad3da5-8862-4a0c-98f0-1a099eec319b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7723 | 2025.02.19 05:59:03.581378 [ 254 ] {9c0f2db7-7902-421f-afef-7e9577590533} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 7724 | 2025.02.19 05:59:03.581782 [ 254 ] {9c0f2db7-7902-421f-afef-7e9577590533} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 7725 | 2025.02.19 05:59:03.582045 [ 254 ] {9c0f2db7-7902-421f-afef-7e9577590533} <Trace> oximeter.measurements_cumulativeu64 (12ad3da5-8862-4a0c-98f0-1a099eec319b): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7726 | 2025.02.19 05:59:03.582237 [ 254 ] {9c0f2db7-7902-421f-afef-7e9577590533} <Debug> executeQuery: Read 239 rows, 16.41 KiB in 0.00154 sec., 155194.8051948052 rows/sec., 10.40 MiB/sec. | ||
| 7727 | 2025.02.19 05:59:03.582323 [ 254 ] {9c0f2db7-7902-421f-afef-7e9577590533} <Debug> TCPHandler: Processed in 0.001836962 sec. | ||
| 7728 | 2025.02.19 05:59:03.582538 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7729 | 2025.02.19 05:59:03.582740 [ 258 ] {6352c6f4-bf15-48a1-afe5-a3d58c93fcd2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 7730 | 2025.02.19 05:59:03.582790 [ 258 ] {6352c6f4-bf15-48a1-afe5-a3d58c93fcd2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 7731 | 2025.02.19 05:59:03.583230 [ 258 ] {6352c6f4-bf15-48a1-afe5-a3d58c93fcd2} <Trace> oximeter.measurements_f64 (338bebf0-eeef-41b9-b679-f4717a277180): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7732 | 2025.02.19 05:59:03.583269 [ 258 ] {6352c6f4-bf15-48a1-afe5-a3d58c93fcd2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 7733 | 2025.02.19 05:59:03.583630 [ 258 ] {6352c6f4-bf15-48a1-afe5-a3d58c93fcd2} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 7734 | 2025.02.19 05:59:03.583880 [ 258 ] {6352c6f4-bf15-48a1-afe5-a3d58c93fcd2} <Trace> oximeter.measurements_f64 (338bebf0-eeef-41b9-b679-f4717a277180): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7735 | 2025.02.19 05:59:03.584095 [ 258 ] {6352c6f4-bf15-48a1-afe5-a3d58c93fcd2} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001399 sec., 714.7962830593281 rows/sec., 48.16 KiB/sec. | ||
| 7736 | 2025.02.19 05:59:03.584148 [ 258 ] {6352c6f4-bf15-48a1-afe5-a3d58c93fcd2} <Debug> TCPHandler: Processed in 0.00173304 sec. | ||
| 7737 | 2025.02.19 05:59:03.584274 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7738 | 2025.02.19 05:59:03.584381 [ 254 ] {9cad87a0-2360-46d3-a956-799ad5cd5dfe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7739 | 2025.02.19 05:59:03.584459 [ 254 ] {9cad87a0-2360-46d3-a956-799ad5cd5dfe} <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 | ||
| 7740 | 2025.02.19 05:59:03.585738 [ 254 ] {9cad87a0-2360-46d3-a956-799ad5cd5dfe} <Trace> oximeter.measurements_histogramu64 (7e806432-9fb0-4852-8b8d-11fed24611fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7741 | 2025.02.19 05:59:03.585776 [ 254 ] {9cad87a0-2360-46d3-a956-799ad5cd5dfe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 7742 | 2025.02.19 05:59:03.586405 [ 254 ] {9cad87a0-2360-46d3-a956-799ad5cd5dfe} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 7743 | 2025.02.19 05:59:03.586680 [ 254 ] {9cad87a0-2360-46d3-a956-799ad5cd5dfe} <Trace> oximeter.measurements_histogramu64 (7e806432-9fb0-4852-8b8d-11fed24611fa): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7744 | 2025.02.19 05:59:03.586911 [ 254 ] {9cad87a0-2360-46d3-a956-799ad5cd5dfe} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002541 sec., 10625.737898465171 rows/sec., 19.04 MiB/sec. | ||
| 7745 | 2025.02.19 05:59:03.587295 [ 254 ] {9cad87a0-2360-46d3-a956-799ad5cd5dfe} <Debug> TCPHandler: Processed in 0.003068882 sec. | ||
| 7746 | 2025.02.19 05:59:03.587541 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7747 | 2025.02.19 05:59:03.587708 [ 258 ] {58ca2ecc-24c5-4834-a355-c38c52fcae35} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7748 | 2025.02.19 05:59:03.587760 [ 258 ] {58ca2ecc-24c5-4834-a355-c38c52fcae35} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7749 | 2025.02.19 05:59:03.588233 [ 258 ] {58ca2ecc-24c5-4834-a355-c38c52fcae35} <Trace> oximeter.measurements_u64 (fe0987d5-5b8f-48d5-a303-9c895ee7970c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7750 | 2025.02.19 05:59:03.588273 [ 258 ] {58ca2ecc-24c5-4834-a355-c38c52fcae35} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 7751 | 2025.02.19 05:59:03.588648 [ 258 ] {58ca2ecc-24c5-4834-a355-c38c52fcae35} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 7752 | 2025.02.19 05:59:03.588900 [ 258 ] {58ca2ecc-24c5-4834-a355-c38c52fcae35} <Trace> oximeter.measurements_u64 (fe0987d5-5b8f-48d5-a303-9c895ee7970c): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7753 | 2025.02.19 05:59:03.589077 [ 258 ] {58ca2ecc-24c5-4834-a355-c38c52fcae35} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001394 sec., 58823.529411764706 rows/sec., 3.74 MiB/sec. | ||
| 7754 | 2025.02.19 05:59:03.589131 [ 258 ] {58ca2ecc-24c5-4834-a355-c38c52fcae35} <Debug> TCPHandler: Processed in 0.00173244 sec. | ||
| 7755 | 2025.02.19 05:59:05.616656 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 16958 | ||
| 7756 | 2025.02.19 05:59:05.617318 [ 244 ] {} <Trace> system.asynchronous_metric_log (5573eb27-0871-4eb5-bfd6-93b6d6d4142e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7757 | 2025.02.19 05:59:05.617365 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 7758 | 2025.02.19 05:59:05.617955 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 7759 | 2025.02.19 05:59:05.618209 [ 244 ] {} <Trace> system.asynchronous_metric_log (5573eb27-0871-4eb5-bfd6-93b6d6d4142e): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7760 | 2025.02.19 05:59:05.618434 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16958 | ||
| 7761 | 2025.02.19 05:59:06.836886 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 279 | ||
| 7762 | 2025.02.19 05:59:06.855738 [ 243 ] {} <Trace> system.metric_log (636422f3-000f-4feb-9852-006313efe3e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7763 | 2025.02.19 05:59:06.855793 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 7764 | 2025.02.19 05:59:06.863247 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 7765 | 2025.02.19 05:59:06.864027 [ 243 ] {} <Trace> system.metric_log (636422f3-000f-4feb-9852-006313efe3e0): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7766 | 2025.02.19 05:59:06.866869 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 279 | ||
| 7767 | 2025.02.19 05:59:08.209326 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1114 | ||
| 7768 | 2025.02.19 05:59:08.212469 [ 242 ] {} <Trace> system.query_log (c5831a85-9043-4d4c-a5be-d968cb126303): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7769 | 2025.02.19 05:59:08.212510 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 7770 | 2025.02.19 05:59:08.214045 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 7771 | 2025.02.19 05:59:08.214354 [ 242 ] {} <Trace> system.query_log (c5831a85-9043-4d4c-a5be-d968cb126303): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7772 | 2025.02.19 05:59:08.214821 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1114 | ||
| 7773 | 2025.02.19 05:59:08.558550 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7774 | 2025.02.19 05:59:08.558758 [ 254 ] {74e9f462-8f7a-484a-b95c-85b15876dc4c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7775 | 2025.02.19 05:59:08.558836 [ 254 ] {74e9f462-8f7a-484a-b95c-85b15876dc4c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7776 | 2025.02.19 05:59:08.559665 [ 254 ] {74e9f462-8f7a-484a-b95c-85b15876dc4c} <Trace> oximeter.fields_string (2fcca75a-374a-4c87-833b-a981a707b5d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7777 | 2025.02.19 05:59:08.559706 [ 254 ] {74e9f462-8f7a-484a-b95c-85b15876dc4c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 7778 | 2025.02.19 05:59:08.560148 [ 254 ] {74e9f462-8f7a-484a-b95c-85b15876dc4c} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 7779 | 2025.02.19 05:59:08.560412 [ 254 ] {74e9f462-8f7a-484a-b95c-85b15876dc4c} <Trace> oximeter.fields_string (2fcca75a-374a-4c87-833b-a981a707b5d9): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7780 | 2025.02.19 05:59:08.560569 [ 82 ] {} <Debug> oximeter.fields_string (2fcca75a-374a-4c87-833b-a981a707b5d9) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 7781 | 2025.02.19 05:59:08.560614 [ 82 ] {} <Trace> oximeter.fields_string (2fcca75a-374a-4c87-833b-a981a707b5d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7782 | 2025.02.19 05:59:08.560620 [ 254 ] {74e9f462-8f7a-484a-b95c-85b15876dc4c} <Debug> executeQuery: Read 80 rows, 6.77 KiB in 0.001919 sec., 41688.379364252214 rows/sec., 3.45 MiB/sec. | ||
| 7783 | 2025.02.19 05:59:08.560644 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 7784 | 2025.02.19 05:59:08.560725 [ 254 ] {74e9f462-8f7a-484a-b95c-85b15876dc4c} <Debug> TCPHandler: Processed in 0.002309709 sec. | ||
| 7785 | 2025.02.19 05:59:08.561033 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7786 | 2025.02.19 05:59:08.561088 [ 187 ] {2fcca75a-374a-4c87-833b-a981a707b5d9::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 | ||
| 7787 | 2025.02.19 05:59:08.561448 [ 258 ] {2656ce1e-1361-4acd-b711-2a13e2bf2dd0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7788 | 2025.02.19 05:59:08.561628 [ 187 ] {2fcca75a-374a-4c87-833b-a981a707b5d9::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7789 | 2025.02.19 05:59:08.561745 [ 187 ] {2fcca75a-374a-4c87-833b-a981a707b5d9::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1845 rows starting from the beginning of the part | ||
| 7790 | 2025.02.19 05:59:08.561656 [ 258 ] {2656ce1e-1361-4acd-b711-2a13e2bf2dd0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7791 | 2025.02.19 05:59:08.562256 [ 187 ] {2fcca75a-374a-4c87-833b-a981a707b5d9::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 56 rows starting from the beginning of the part | ||
| 7792 | 2025.02.19 05:59:08.562777 [ 187 ] {2fcca75a-374a-4c87-833b-a981a707b5d9::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 671 rows starting from the beginning of the part | ||
| 7793 | 2025.02.19 05:59:08.563026 [ 187 ] {2fcca75a-374a-4c87-833b-a981a707b5d9::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 80 rows starting from the beginning of the part | ||
| 7794 | 2025.02.19 05:59:08.563280 [ 187 ] {2fcca75a-374a-4c87-833b-a981a707b5d9::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 673 rows starting from the beginning of the part | ||
| 7795 | 2025.02.19 05:59:08.563560 [ 187 ] {2fcca75a-374a-4c87-833b-a981a707b5d9::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 80 rows starting from the beginning of the part | ||
| 7796 | 2025.02.19 05:59:08.565001 [ 258 ] {2656ce1e-1361-4acd-b711-2a13e2bf2dd0} <Trace> oximeter.fields_u16 (6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7797 | 2025.02.19 05:59:08.565075 [ 258 ] {2656ce1e-1361-4acd-b711-2a13e2bf2dd0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 7798 | 2025.02.19 05:59:08.566089 [ 258 ] {2656ce1e-1361-4acd-b711-2a13e2bf2dd0} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 7799 | 2025.02.19 05:59:08.566472 [ 258 ] {2656ce1e-1361-4acd-b711-2a13e2bf2dd0} <Trace> oximeter.fields_u16 (6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7800 | 2025.02.19 05:59:08.566760 [ 258 ] {2656ce1e-1361-4acd-b711-2a13e2bf2dd0} <Debug> executeQuery: Read 12 rows, 924.00 B in 0.005495 sec., 2183.803457688808 rows/sec., 164.21 KiB/sec. | ||
| 7801 | 2025.02.19 05:59:08.566997 [ 258 ] {2656ce1e-1361-4acd-b711-2a13e2bf2dd0} <Debug> TCPHandler: Processed in 0.006151974 sec. | ||
| 7802 | 2025.02.19 05:59:08.567249 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7803 | 2025.02.19 05:59:08.567360 [ 196 ] {2fcca75a-374a-4c87-833b-a981a707b5d9::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3405 rows, containing 5 columns (5 merged, 0 gathered) in 0.006599132 sec., 515976.9496958085 rows/sec., 43.57 MiB/sec. | ||
| 7804 | 2025.02.19 05:59:08.567442 [ 254 ] {003c3a29-969a-431c-bc56-51dba20e390f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7805 | 2025.02.19 05:59:08.567530 [ 254 ] {003c3a29-969a-431c-bc56-51dba20e390f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7806 | 2025.02.19 05:59:08.567868 [ 196 ] {2fcca75a-374a-4c87-833b-a981a707b5d9::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 7807 | 2025.02.19 05:59:08.568590 [ 196 ] {2fcca75a-374a-4c87-833b-a981a707b5d9::all_1_61_12} <Trace> oximeter.fields_string (2fcca75a-374a-4c87-833b-a981a707b5d9): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7808 | 2025.02.19 05:59:08.568764 [ 254 ] {003c3a29-969a-431c-bc56-51dba20e390f} <Trace> oximeter.fields_uuid (3e28ef33-2603-423e-a1ee-258fce097b7c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7809 | 2025.02.19 05:59:08.568810 [ 196 ] {2fcca75a-374a-4c87-833b-a981a707b5d9::all_1_61_12} <Trace> oximeter.fields_string (2fcca75a-374a-4c87-833b-a981a707b5d9) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 7810 | 2025.02.19 05:59:08.568833 [ 254 ] {003c3a29-969a-431c-bc56-51dba20e390f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 7811 | 2025.02.19 05:59:08.568999 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. | ||
| 7812 | 2025.02.19 05:59:08.569349 [ 254 ] {003c3a29-969a-431c-bc56-51dba20e390f} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 7813 | 2025.02.19 05:59:08.569622 [ 254 ] {003c3a29-969a-431c-bc56-51dba20e390f} <Trace> oximeter.fields_uuid (3e28ef33-2603-423e-a1ee-258fce097b7c): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7814 | 2025.02.19 05:59:08.569758 [ 82 ] {} <Debug> oximeter.fields_uuid (3e28ef33-2603-423e-a1ee-258fce097b7c) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 7815 | 2025.02.19 05:59:08.569791 [ 82 ] {} <Trace> oximeter.fields_uuid (3e28ef33-2603-423e-a1ee-258fce097b7c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7816 | 2025.02.19 05:59:08.569807 [ 254 ] {003c3a29-969a-431c-bc56-51dba20e390f} <Debug> executeQuery: Read 76 rows, 6.08 KiB in 0.002408 sec., 31561.461794019935 rows/sec., 2.46 MiB/sec. | ||
| 7817 | 2025.02.19 05:59:08.569817 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 7818 | 2025.02.19 05:59:08.569904 [ 254 ] {003c3a29-969a-431c-bc56-51dba20e390f} <Debug> TCPHandler: Processed in 0.002808528 sec. | ||
| 7819 | 2025.02.19 05:59:08.569960 [ 198 ] {3e28ef33-2603-423e-a1ee-258fce097b7c::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 | ||
| 7820 | 2025.02.19 05:59:08.570066 [ 198 ] {3e28ef33-2603-423e-a1ee-258fce097b7c::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7821 | 2025.02.19 05:59:08.570077 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7822 | 2025.02.19 05:59:08.570101 [ 198 ] {3e28ef33-2603-423e-a1ee-258fce097b7c::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 913 rows starting from the beginning of the part | ||
| 7823 | 2025.02.19 05:59:08.570279 [ 198 ] {3e28ef33-2603-423e-a1ee-258fce097b7c::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 64 rows starting from the beginning of the part | ||
| 7824 | 2025.02.19 05:59:08.570429 [ 258 ] {26dec1ad-1886-4418-81b2-d21c07459afe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7825 | 2025.02.19 05:59:08.570634 [ 198 ] {3e28ef33-2603-423e-a1ee-258fce097b7c::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 409 rows starting from the beginning of the part | ||
| 7826 | 2025.02.19 05:59:08.570646 [ 258 ] {26dec1ad-1886-4418-81b2-d21c07459afe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7827 | 2025.02.19 05:59:08.571006 [ 198 ] {3e28ef33-2603-423e-a1ee-258fce097b7c::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 76 rows starting from the beginning of the part | ||
| 7828 | 2025.02.19 05:59:08.571403 [ 198 ] {3e28ef33-2603-423e-a1ee-258fce097b7c::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 413 rows starting from the beginning of the part | ||
| 7829 | 2025.02.19 05:59:08.571749 [ 198 ] {3e28ef33-2603-423e-a1ee-258fce097b7c::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 76 rows starting from the beginning of the part | ||
| 7830 | 2025.02.19 05:59:08.572816 [ 258 ] {26dec1ad-1886-4418-81b2-d21c07459afe} <Trace> oximeter.measurements_cumulativeu64 (12ad3da5-8862-4a0c-98f0-1a099eec319b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7831 | 2025.02.19 05:59:08.572861 [ 258 ] {26dec1ad-1886-4418-81b2-d21c07459afe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 7832 | 2025.02.19 05:59:08.573478 [ 258 ] {26dec1ad-1886-4418-81b2-d21c07459afe} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 7833 | 2025.02.19 05:59:08.573765 [ 258 ] {26dec1ad-1886-4418-81b2-d21c07459afe} <Trace> oximeter.measurements_cumulativeu64 (12ad3da5-8862-4a0c-98f0-1a099eec319b): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7834 | 2025.02.19 05:59:08.573961 [ 196 ] {3e28ef33-2603-423e-a1ee-258fce097b7c::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1951 rows, containing 5 columns (5 merged, 0 gathered) in 0.004068419 sec., 479547.46057375113 rows/sec., 36.63 MiB/sec. | ||
| 7835 | 2025.02.19 05:59:08.574033 [ 82 ] {} <Debug> oximeter.measurements_cumulativeu64 (12ad3da5-8862-4a0c-98f0-1a099eec319b) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 7836 | 2025.02.19 05:59:08.574125 [ 82 ] {} <Trace> oximeter.measurements_cumulativeu64 (12ad3da5-8862-4a0c-98f0-1a099eec319b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7837 | 2025.02.19 05:59:08.574165 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 7838 | 2025.02.19 05:59:08.574195 [ 258 ] {26dec1ad-1886-4418-81b2-d21c07459afe} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.003899 sec., 41036.163118748394 rows/sec., 2.86 MiB/sec. | ||
| 7839 | 2025.02.19 05:59:08.574516 [ 201 ] {3e28ef33-2603-423e-a1ee-258fce097b7c::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 7840 | 2025.02.19 05:59:08.574553 [ 196 ] {12ad3da5-8862-4a0c-98f0-1a099eec319b::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 | ||
| 7841 | 2025.02.19 05:59:08.574546 [ 258 ] {26dec1ad-1886-4418-81b2-d21c07459afe} <Debug> TCPHandler: Processed in 0.004531397 sec. | ||
| 7842 | 2025.02.19 05:59:08.574940 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7843 | 2025.02.19 05:59:08.575053 [ 196 ] {12ad3da5-8862-4a0c-98f0-1a099eec319b::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7844 | 2025.02.19 05:59:08.575166 [ 196 ] {12ad3da5-8862-4a0c-98f0-1a099eec319b::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_56_11, total 17286 rows starting from the beginning of the part | ||
| 7845 | 2025.02.19 05:59:08.575568 [ 196 ] {12ad3da5-8862-4a0c-98f0-1a099eec319b::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 32 rows starting from the beginning of the part | ||
| 7846 | 2025.02.19 05:59:08.575616 [ 254 ] {23f331a6-24c1-4deb-9cd1-271701485f03} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7847 | 2025.02.19 05:59:08.575669 [ 201 ] {3e28ef33-2603-423e-a1ee-258fce097b7c::all_1_61_12} <Trace> oximeter.fields_uuid (3e28ef33-2603-423e-a1ee-258fce097b7c): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7848 | 2025.02.19 05:59:08.575948 [ 196 ] {12ad3da5-8862-4a0c-98f0-1a099eec319b::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 237 rows starting from the beginning of the part | ||
| 7849 | 2025.02.19 05:59:08.576330 [ 201 ] {3e28ef33-2603-423e-a1ee-258fce097b7c::all_1_61_12} <Trace> oximeter.fields_uuid (3e28ef33-2603-423e-a1ee-258fce097b7c) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 7850 | 2025.02.19 05:59:08.576397 [ 196 ] {12ad3da5-8862-4a0c-98f0-1a099eec319b::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 160 rows starting from the beginning of the part | ||
| 7851 | 2025.02.19 05:59:08.576490 [ 254 ] {23f331a6-24c1-4deb-9cd1-271701485f03} <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 | ||
| 7852 | 2025.02.19 05:59:08.576747 [ 196 ] {12ad3da5-8862-4a0c-98f0-1a099eec319b::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 239 rows starting from the beginning of the part | ||
| 7853 | 2025.02.19 05:59:08.577099 [ 196 ] {12ad3da5-8862-4a0c-98f0-1a099eec319b::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 | ||
| 7854 | 2025.02.19 05:59:08.577795 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
| 7855 | 2025.02.19 05:59:08.580135 [ 254 ] {23f331a6-24c1-4deb-9cd1-271701485f03} <Trace> oximeter.measurements_histogramu64 (7e806432-9fb0-4852-8b8d-11fed24611fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7856 | 2025.02.19 05:59:08.580212 [ 254 ] {23f331a6-24c1-4deb-9cd1-271701485f03} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 7857 | 2025.02.19 05:59:08.582121 [ 254 ] {23f331a6-24c1-4deb-9cd1-271701485f03} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 7858 | 2025.02.19 05:59:08.582442 [ 254 ] {23f331a6-24c1-4deb-9cd1-271701485f03} <Trace> oximeter.measurements_histogramu64 (7e806432-9fb0-4852-8b8d-11fed24611fa): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7859 | 2025.02.19 05:59:08.582899 [ 254 ] {23f331a6-24c1-4deb-9cd1-271701485f03} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.007681 sec., 1562.2965759666708 rows/sec., 2.80 MiB/sec. | ||
| 7860 | 2025.02.19 05:59:08.583660 [ 254 ] {23f331a6-24c1-4deb-9cd1-271701485f03} <Debug> TCPHandler: Processed in 0.008940792 sec. | ||
| 7861 | 2025.02.19 05:59:08.583917 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7862 | 2025.02.19 05:59:08.584081 [ 258 ] {420c4f37-339d-4a14-a1ca-d89539989457} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7863 | 2025.02.19 05:59:08.584167 [ 258 ] {420c4f37-339d-4a14-a1ca-d89539989457} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7864 | 2025.02.19 05:59:08.584926 [ 258 ] {420c4f37-339d-4a14-a1ca-d89539989457} <Trace> oximeter.measurements_u64 (fe0987d5-5b8f-48d5-a303-9c895ee7970c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7865 | 2025.02.19 05:59:08.584965 [ 258 ] {420c4f37-339d-4a14-a1ca-d89539989457} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 7866 | 2025.02.19 05:59:08.585812 [ 258 ] {420c4f37-339d-4a14-a1ca-d89539989457} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 7867 | 2025.02.19 05:59:08.586149 [ 258 ] {420c4f37-339d-4a14-a1ca-d89539989457} <Trace> oximeter.measurements_u64 (fe0987d5-5b8f-48d5-a303-9c895ee7970c): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7868 | 2025.02.19 05:59:08.586351 [ 78 ] {} <Debug> oximeter.measurements_u64 (fe0987d5-5b8f-48d5-a303-9c895ee7970c) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 7869 | 2025.02.19 05:59:08.586447 [ 78 ] {} <Trace> oximeter.measurements_u64 (fe0987d5-5b8f-48d5-a303-9c895ee7970c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7870 | 2025.02.19 05:59:08.586497 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 7871 | 2025.02.19 05:59:08.586527 [ 258 ] {420c4f37-339d-4a14-a1ca-d89539989457} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002479 sec., 24203.307785397337 rows/sec., 1.63 MiB/sec. | ||
| 7872 | 2025.02.19 05:59:08.586914 [ 258 ] {420c4f37-339d-4a14-a1ca-d89539989457} <Debug> TCPHandler: Processed in 0.003144143 sec. | ||
| 7873 | 2025.02.19 05:59:08.587297 [ 201 ] {fe0987d5-5b8f-48d5-a303-9c895ee7970c::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 | ||
| 7874 | 2025.02.19 05:59:08.587350 [ 193 ] {12ad3da5-8862-4a0c-98f0-1a099eec319b::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 18114 rows, containing 5 columns (5 merged, 0 gathered) in 0.013083272 sec., 1384516.0446102472 rows/sec., 93.58 MiB/sec. | ||
| 7875 | 2025.02.19 05:59:08.587448 [ 201 ] {fe0987d5-5b8f-48d5-a303-9c895ee7970c::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7876 | 2025.02.19 05:59:08.587489 [ 201 ] {fe0987d5-5b8f-48d5-a303-9c895ee7970c::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 3260 rows starting from the beginning of the part | ||
| 7877 | 2025.02.19 05:59:08.587646 [ 201 ] {fe0987d5-5b8f-48d5-a303-9c895ee7970c::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 12 rows starting from the beginning of the part | ||
| 7878 | 2025.02.19 05:59:08.587668 [ 193 ] {12ad3da5-8862-4a0c-98f0-1a099eec319b::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 7879 | 2025.02.19 05:59:08.588032 [ 201 ] {fe0987d5-5b8f-48d5-a303-9c895ee7970c::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 82 rows starting from the beginning of the part | ||
| 7880 | 2025.02.19 05:59:08.588312 [ 201 ] {fe0987d5-5b8f-48d5-a303-9c895ee7970c::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 60 rows starting from the beginning of the part | ||
| 7881 | 2025.02.19 05:59:08.588583 [ 201 ] {fe0987d5-5b8f-48d5-a303-9c895ee7970c::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 82 rows starting from the beginning of the part | ||
| 7882 | 2025.02.19 05:59:08.588843 [ 193 ] {12ad3da5-8862-4a0c-98f0-1a099eec319b::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (12ad3da5-8862-4a0c-98f0-1a099eec319b): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7883 | 2025.02.19 05:59:08.588967 [ 201 ] {fe0987d5-5b8f-48d5-a303-9c895ee7970c::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 | ||
| 7884 | 2025.02.19 05:59:08.589144 [ 193 ] {12ad3da5-8862-4a0c-98f0-1a099eec319b::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (12ad3da5-8862-4a0c-98f0-1a099eec319b) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 7885 | 2025.02.19 05:59:08.589419 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.13 MiB. | ||
| 7886 | 2025.02.19 05:59:08.590833 [ 192 ] {fe0987d5-5b8f-48d5-a303-9c895ee7970c::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3556 rows, containing 4 columns (4 merged, 0 gathered) in 0.004161911 sec., 854415.1953273389 rows/sec., 55.88 MiB/sec. | ||
| 7887 | 2025.02.19 05:59:08.591119 [ 193 ] {fe0987d5-5b8f-48d5-a303-9c895ee7970c::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 7888 | 2025.02.19 05:59:08.591393 [ 193 ] {fe0987d5-5b8f-48d5-a303-9c895ee7970c::all_1_61_12} <Trace> oximeter.measurements_u64 (fe0987d5-5b8f-48d5-a303-9c895ee7970c): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7889 | 2025.02.19 05:59:08.591468 [ 193 ] {fe0987d5-5b8f-48d5-a303-9c895ee7970c::all_1_61_12} <Trace> oximeter.measurements_u64 (fe0987d5-5b8f-48d5-a303-9c895ee7970c) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 7890 | 2025.02.19 05:59:08.591540 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.75 MiB. | ||
| 7891 | 2025.02.19 05:59:09.000177 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 210.64 MiB, peak 221.87 MiB, free memory in arenas 0.00 B, will set to 212.46 MiB (RSS), difference: 1.82 MiB | ||
| 7892 | 2025.02.19 05:59:12.976481 [ 74 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 7893 | 2025.02.19 05:59:12.976541 [ 74 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 7894 | 2025.02.19 05:59:13.118622 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 17446 | ||
| 7895 | 2025.02.19 05:59:13.119406 [ 244 ] {} <Trace> system.asynchronous_metric_log (5573eb27-0871-4eb5-bfd6-93b6d6d4142e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7896 | 2025.02.19 05:59:13.119460 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 7897 | 2025.02.19 05:59:13.120034 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 7898 | 2025.02.19 05:59:13.120296 [ 244 ] {} <Trace> system.asynchronous_metric_log (5573eb27-0871-4eb5-bfd6-93b6d6d4142e): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7899 | 2025.02.19 05:59:13.120583 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17446 | ||
| 7900 | 2025.02.19 05:59:13.565065 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7901 | 2025.02.19 05:59:13.565281 [ 254 ] {c9406e84-2c8a-4ba6-8788-c82996055379} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 7902 | 2025.02.19 05:59:13.565361 [ 254 ] {c9406e84-2c8a-4ba6-8788-c82996055379} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 7903 | 2025.02.19 05:59:13.566270 [ 254 ] {c9406e84-2c8a-4ba6-8788-c82996055379} <Trace> oximeter.fields_i16 (2bf1598c-a5a7-46ca-9aca-ef074bb76812): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7904 | 2025.02.19 05:59:13.566322 [ 254 ] {c9406e84-2c8a-4ba6-8788-c82996055379} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 7905 | 2025.02.19 05:59:13.566773 [ 254 ] {c9406e84-2c8a-4ba6-8788-c82996055379} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 7906 | 2025.02.19 05:59:13.567040 [ 254 ] {c9406e84-2c8a-4ba6-8788-c82996055379} <Trace> oximeter.fields_i16 (2bf1598c-a5a7-46ca-9aca-ef074bb76812): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7907 | 2025.02.19 05:59:13.567315 [ 254 ] {c9406e84-2c8a-4ba6-8788-c82996055379} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.00208 sec., 101923.07692307694 rows/sec., 6.48 MiB/sec. | ||
| 7908 | 2025.02.19 05:59:13.567407 [ 254 ] {c9406e84-2c8a-4ba6-8788-c82996055379} <Debug> TCPHandler: Processed in 0.002489933 sec. | ||
| 7909 | 2025.02.19 05:59:13.567684 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7910 | 2025.02.19 05:59:13.567857 [ 258 ] {d6ca971e-9465-477f-9f77-c5ffaf2b2ada} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7911 | 2025.02.19 05:59:13.567915 [ 258 ] {d6ca971e-9465-477f-9f77-c5ffaf2b2ada} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7912 | 2025.02.19 05:59:13.568934 [ 258 ] {d6ca971e-9465-477f-9f77-c5ffaf2b2ada} <Trace> oximeter.fields_string (2fcca75a-374a-4c87-833b-a981a707b5d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7913 | 2025.02.19 05:59:13.568974 [ 258 ] {d6ca971e-9465-477f-9f77-c5ffaf2b2ada} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 7914 | 2025.02.19 05:59:13.569374 [ 258 ] {d6ca971e-9465-477f-9f77-c5ffaf2b2ada} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 7915 | 2025.02.19 05:59:13.569616 [ 258 ] {d6ca971e-9465-477f-9f77-c5ffaf2b2ada} <Trace> oximeter.fields_string (2fcca75a-374a-4c87-833b-a981a707b5d9): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7916 | 2025.02.19 05:59:13.569856 [ 258 ] {d6ca971e-9465-477f-9f77-c5ffaf2b2ada} <Debug> executeQuery: Read 671 rows, 54.45 KiB in 0.002028 sec., 330867.85009861935 rows/sec., 26.22 MiB/sec. | ||
| 7917 | 2025.02.19 05:59:13.569954 [ 258 ] {d6ca971e-9465-477f-9f77-c5ffaf2b2ada} <Debug> TCPHandler: Processed in 0.002409601 sec. | ||
| 7918 | 2025.02.19 05:59:13.570175 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7919 | 2025.02.19 05:59:13.570344 [ 254 ] {dde46328-3924-4404-99ac-415d7f57bb50} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7920 | 2025.02.19 05:59:13.570401 [ 254 ] {dde46328-3924-4404-99ac-415d7f57bb50} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7921 | 2025.02.19 05:59:13.571063 [ 254 ] {dde46328-3924-4404-99ac-415d7f57bb50} <Trace> oximeter.fields_u16 (6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7922 | 2025.02.19 05:59:13.571104 [ 254 ] {dde46328-3924-4404-99ac-415d7f57bb50} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 7923 | 2025.02.19 05:59:13.571481 [ 254 ] {dde46328-3924-4404-99ac-415d7f57bb50} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 7924 | 2025.02.19 05:59:13.571727 [ 254 ] {dde46328-3924-4404-99ac-415d7f57bb50} <Trace> oximeter.fields_u16 (6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7925 | 2025.02.19 05:59:13.571907 [ 71 ] {} <Debug> oximeter.fields_u16 (6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 7926 | 2025.02.19 05:59:13.571977 [ 254 ] {dde46328-3924-4404-99ac-415d7f57bb50} <Debug> executeQuery: Read 133 rows, 8.42 KiB in 0.00166 sec., 80120.48192771085 rows/sec., 4.95 MiB/sec. | ||
| 7927 | 2025.02.19 05:59:13.572006 [ 71 ] {} <Trace> oximeter.fields_u16 (6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7928 | 2025.02.19 05:59:13.572083 [ 71 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 7929 | 2025.02.19 05:59:13.572102 [ 254 ] {dde46328-3924-4404-99ac-415d7f57bb50} <Debug> TCPHandler: Processed in 0.002041995 sec. | ||
| 7930 | 2025.02.19 05:59:13.572273 [ 186 ] {6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f::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 | ||
| 7931 | 2025.02.19 05:59:13.572282 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7932 | 2025.02.19 05:59:13.572426 [ 186 ] {6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7933 | 2025.02.19 05:59:13.572438 [ 258 ] {b8570364-a811-4aff-b31a-e22d44b62efb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 7934 | 2025.02.19 05:59:13.572470 [ 186 ] {6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 163 rows starting from the beginning of the part | ||
| 7935 | 2025.02.19 05:59:13.572493 [ 258 ] {b8570364-a811-4aff-b31a-e22d44b62efb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 7936 | 2025.02.19 05:59:13.572755 [ 186 ] {6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 133 rows starting from the beginning of the part | ||
| 7937 | 2025.02.19 05:59:13.573102 [ 186 ] {6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 12 rows starting from the beginning of the part | ||
| 7938 | 2025.02.19 05:59:13.573581 [ 186 ] {6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f::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 | ||
| 7939 | 2025.02.19 05:59:13.573930 [ 186 ] {6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 12 rows starting from the beginning of the part | ||
| 7940 | 2025.02.19 05:59:13.574307 [ 186 ] {6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 133 rows starting from the beginning of the part | ||
| 7941 | 2025.02.19 05:59:13.575230 [ 258 ] {b8570364-a811-4aff-b31a-e22d44b62efb} <Trace> oximeter.fields_u32 (65b4bee1-230d-4ffd-8593-1cf368c54481): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7942 | 2025.02.19 05:59:13.575273 [ 258 ] {b8570364-a811-4aff-b31a-e22d44b62efb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 7943 | 2025.02.19 05:59:13.575825 [ 258 ] {b8570364-a811-4aff-b31a-e22d44b62efb} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 7944 | 2025.02.19 05:59:13.576165 [ 193 ] {6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 590 rows, containing 5 columns (5 merged, 0 gathered) in 0.003955927 sec., 149143.29814478377 rows/sec., 9.93 MiB/sec. | ||
| 7945 | 2025.02.19 05:59:13.576208 [ 258 ] {b8570364-a811-4aff-b31a-e22d44b62efb} <Trace> oximeter.fields_u32 (65b4bee1-230d-4ffd-8593-1cf368c54481): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7946 | 2025.02.19 05:59:13.576455 [ 71 ] {} <Debug> oximeter.fields_u32 (65b4bee1-230d-4ffd-8593-1cf368c54481) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 7947 | 2025.02.19 05:59:13.576529 [ 192 ] {6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 7948 | 2025.02.19 05:59:13.576550 [ 71 ] {} <Trace> oximeter.fields_u32 (65b4bee1-230d-4ffd-8593-1cf368c54481): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7949 | 2025.02.19 05:59:13.576639 [ 71 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 7950 | 2025.02.19 05:59:13.576668 [ 258 ] {b8570364-a811-4aff-b31a-e22d44b62efb} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.004228 sec., 26726.584673604542 rows/sec., 1.73 MiB/sec. | ||
| 7951 | 2025.02.19 05:59:13.577009 [ 258 ] {b8570364-a811-4aff-b31a-e22d44b62efb} <Debug> TCPHandler: Processed in 0.004788432 sec. | ||
| 7952 | 2025.02.19 05:59:13.577050 [ 186 ] {65b4bee1-230d-4ffd-8593-1cf368c54481::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 | ||
| 7953 | 2025.02.19 05:59:13.577261 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7954 | 2025.02.19 05:59:13.577347 [ 186 ] {65b4bee1-230d-4ffd-8593-1cf368c54481::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7955 | 2025.02.19 05:59:13.577435 [ 186 ] {65b4bee1-230d-4ffd-8593-1cf368c54481::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 342 rows starting from the beginning of the part | ||
| 7956 | 2025.02.19 05:59:13.577611 [ 192 ] {6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f::all_1_51_10} <Trace> oximeter.fields_u16 (6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7957 | 2025.02.19 05:59:13.577648 [ 254 ] {4a946f17-e78e-43f7-b0cd-c8490b19cd5d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 7958 | 2025.02.19 05:59:13.577827 [ 186 ] {65b4bee1-230d-4ffd-8593-1cf368c54481::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 113 rows starting from the beginning of the part | ||
| 7959 | 2025.02.19 05:59:13.577882 [ 254 ] {4a946f17-e78e-43f7-b0cd-c8490b19cd5d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 7960 | 2025.02.19 05:59:13.578173 [ 192 ] {6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f::all_1_51_10} <Trace> oximeter.fields_u16 (6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 7961 | 2025.02.19 05:59:13.578403 [ 186 ] {65b4bee1-230d-4ffd-8593-1cf368c54481::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 228 rows starting from the beginning of the part | ||
| 7962 | 2025.02.19 05:59:13.578697 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
| 7963 | 2025.02.19 05:59:13.578906 [ 186 ] {65b4bee1-230d-4ffd-8593-1cf368c54481::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 113 rows starting from the beginning of the part | ||
| 7964 | 2025.02.19 05:59:13.579283 [ 186 ] {65b4bee1-230d-4ffd-8593-1cf368c54481::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 113 rows starting from the beginning of the part | ||
| 7965 | 2025.02.19 05:59:13.579609 [ 186 ] {65b4bee1-230d-4ffd-8593-1cf368c54481::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 113 rows starting from the beginning of the part | ||
| 7966 | 2025.02.19 05:59:13.580704 [ 254 ] {4a946f17-e78e-43f7-b0cd-c8490b19cd5d} <Trace> oximeter.fields_u8 (cef67ce3-27e4-4c55-9365-409a4c7c6d8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7967 | 2025.02.19 05:59:13.580753 [ 254 ] {4a946f17-e78e-43f7-b0cd-c8490b19cd5d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 7968 | 2025.02.19 05:59:13.581298 [ 254 ] {4a946f17-e78e-43f7-b0cd-c8490b19cd5d} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 7969 | 2025.02.19 05:59:13.581502 [ 191 ] {65b4bee1-230d-4ffd-8593-1cf368c54481::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1022 rows, containing 5 columns (5 merged, 0 gathered) in 0.004722351 sec., 216417.62757575625 rows/sec., 15.12 MiB/sec. | ||
| 7970 | 2025.02.19 05:59:13.581720 [ 254 ] {4a946f17-e78e-43f7-b0cd-c8490b19cd5d} <Trace> oximeter.fields_u8 (cef67ce3-27e4-4c55-9365-409a4c7c6d8e): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7971 | 2025.02.19 05:59:13.581800 [ 191 ] {65b4bee1-230d-4ffd-8593-1cf368c54481::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 7972 | 2025.02.19 05:59:13.582077 [ 254 ] {4a946f17-e78e-43f7-b0cd-c8490b19cd5d} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.004587 sec., 24416.830172225855 rows/sec., 1.39 MiB/sec. | ||
| 7973 | 2025.02.19 05:59:13.582251 [ 254 ] {4a946f17-e78e-43f7-b0cd-c8490b19cd5d} <Debug> TCPHandler: Processed in 0.005116947 sec. | ||
| 7974 | 2025.02.19 05:59:13.582429 [ 191 ] {65b4bee1-230d-4ffd-8593-1cf368c54481::all_1_31_6} <Trace> oximeter.fields_u32 (65b4bee1-230d-4ffd-8593-1cf368c54481): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7975 | 2025.02.19 05:59:13.582443 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7976 | 2025.02.19 05:59:13.582591 [ 191 ] {65b4bee1-230d-4ffd-8593-1cf368c54481::all_1_31_6} <Trace> oximeter.fields_u32 (65b4bee1-230d-4ffd-8593-1cf368c54481) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 7977 | 2025.02.19 05:59:13.582661 [ 258 ] {bdf7a9e0-6f01-4775-8167-de40f63050ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7978 | 2025.02.19 05:59:13.582775 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
| 7979 | 2025.02.19 05:59:13.582790 [ 258 ] {bdf7a9e0-6f01-4775-8167-de40f63050ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7980 | 2025.02.19 05:59:13.583523 [ 258 ] {bdf7a9e0-6f01-4775-8167-de40f63050ed} <Trace> oximeter.fields_uuid (3e28ef33-2603-423e-a1ee-258fce097b7c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7981 | 2025.02.19 05:59:13.583562 [ 258 ] {bdf7a9e0-6f01-4775-8167-de40f63050ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 7982 | 2025.02.19 05:59:13.583939 [ 258 ] {bdf7a9e0-6f01-4775-8167-de40f63050ed} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 7983 | 2025.02.19 05:59:13.584178 [ 258 ] {bdf7a9e0-6f01-4775-8167-de40f63050ed} <Trace> oximeter.fields_uuid (3e28ef33-2603-423e-a1ee-258fce097b7c): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7984 | 2025.02.19 05:59:13.584392 [ 258 ] {bdf7a9e0-6f01-4775-8167-de40f63050ed} <Debug> executeQuery: Read 409 rows, 29.75 KiB in 0.00178 sec., 229775.28089887643 rows/sec., 16.32 MiB/sec. | ||
| 7985 | 2025.02.19 05:59:13.584445 [ 258 ] {bdf7a9e0-6f01-4775-8167-de40f63050ed} <Debug> TCPHandler: Processed in 0.002092675 sec. | ||
| 7986 | 2025.02.19 05:59:13.584578 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7987 | 2025.02.19 05:59:13.584708 [ 254 ] {03e5e25e-7069-4fb7-915b-e96ea060c350} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 7988 | 2025.02.19 05:59:13.584765 [ 254 ] {03e5e25e-7069-4fb7-915b-e96ea060c350} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 7989 | 2025.02.19 05:59:13.585300 [ 254 ] {03e5e25e-7069-4fb7-915b-e96ea060c350} <Trace> oximeter.measurements_bool (16e9d126-bc56-4e42-988e-352459bd24dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7990 | 2025.02.19 05:59:13.585347 [ 254 ] {03e5e25e-7069-4fb7-915b-e96ea060c350} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 7991 | 2025.02.19 05:59:13.585774 [ 254 ] {03e5e25e-7069-4fb7-915b-e96ea060c350} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 7992 | 2025.02.19 05:59:13.586022 [ 254 ] {03e5e25e-7069-4fb7-915b-e96ea060c350} <Trace> oximeter.measurements_bool (16e9d126-bc56-4e42-988e-352459bd24dc): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7993 | 2025.02.19 05:59:13.586275 [ 254 ] {03e5e25e-7069-4fb7-915b-e96ea060c350} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001593 sec., 3766.478342749529 rows/sec., 196.78 KiB/sec. | ||
| 7994 | 2025.02.19 05:59:13.586422 [ 254 ] {03e5e25e-7069-4fb7-915b-e96ea060c350} <Debug> TCPHandler: Processed in 0.001901783 sec. | ||
| 7995 | 2025.02.19 05:59:13.586668 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7996 | 2025.02.19 05:59:13.586829 [ 258 ] {61bc3f3f-586e-4a8a-b13d-dd0a8f80199d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7997 | 2025.02.19 05:59:13.586888 [ 258 ] {61bc3f3f-586e-4a8a-b13d-dd0a8f80199d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7998 | 2025.02.19 05:59:13.587532 [ 258 ] {61bc3f3f-586e-4a8a-b13d-dd0a8f80199d} <Trace> oximeter.measurements_cumulativeu64 (12ad3da5-8862-4a0c-98f0-1a099eec319b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7999 | 2025.02.19 05:59:13.587580 [ 258 ] {61bc3f3f-586e-4a8a-b13d-dd0a8f80199d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 8000 | 2025.02.19 05:59:13.587995 [ 258 ] {61bc3f3f-586e-4a8a-b13d-dd0a8f80199d} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 8001 | 2025.02.19 05:59:13.588229 [ 258 ] {61bc3f3f-586e-4a8a-b13d-dd0a8f80199d} <Trace> oximeter.measurements_cumulativeu64 (12ad3da5-8862-4a0c-98f0-1a099eec319b): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8002 | 2025.02.19 05:59:13.588465 [ 258 ] {61bc3f3f-586e-4a8a-b13d-dd0a8f80199d} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001667 sec., 142171.56568686262 rows/sec., 9.53 MiB/sec. | ||
| 8003 | 2025.02.19 05:59:13.588546 [ 258 ] {61bc3f3f-586e-4a8a-b13d-dd0a8f80199d} <Debug> TCPHandler: Processed in 0.002008524 sec. | ||
| 8004 | 2025.02.19 05:59:13.588745 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8005 | 2025.02.19 05:59:13.588946 [ 254 ] {117e5c38-1645-4b29-9833-5979b135b882} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 8006 | 2025.02.19 05:59:13.589004 [ 254 ] {117e5c38-1645-4b29-9833-5979b135b882} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 8007 | 2025.02.19 05:59:13.589508 [ 254 ] {117e5c38-1645-4b29-9833-5979b135b882} <Trace> oximeter.measurements_f64 (338bebf0-eeef-41b9-b679-f4717a277180): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8008 | 2025.02.19 05:59:13.589552 [ 254 ] {117e5c38-1645-4b29-9833-5979b135b882} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 8009 | 2025.02.19 05:59:13.589908 [ 254 ] {117e5c38-1645-4b29-9833-5979b135b882} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 8010 | 2025.02.19 05:59:13.590128 [ 254 ] {117e5c38-1645-4b29-9833-5979b135b882} <Trace> oximeter.measurements_f64 (338bebf0-eeef-41b9-b679-f4717a277180): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8011 | 2025.02.19 05:59:13.590399 [ 254 ] {117e5c38-1645-4b29-9833-5979b135b882} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00149 sec., 671.1409395973154 rows/sec., 45.22 KiB/sec. | ||
| 8012 | 2025.02.19 05:59:13.590451 [ 254 ] {117e5c38-1645-4b29-9833-5979b135b882} <Debug> TCPHandler: Processed in 0.001823571 sec. | ||
| 8013 | 2025.02.19 05:59:13.590574 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8014 | 2025.02.19 05:59:13.590679 [ 258 ] {175042ff-ae0c-47c3-a09d-ac6761023564} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8015 | 2025.02.19 05:59:13.590746 [ 258 ] {175042ff-ae0c-47c3-a09d-ac6761023564} <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 | ||
| 8016 | 2025.02.19 05:59:13.591968 [ 258 ] {175042ff-ae0c-47c3-a09d-ac6761023564} <Trace> oximeter.measurements_histogramu64 (7e806432-9fb0-4852-8b8d-11fed24611fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8017 | 2025.02.19 05:59:13.592009 [ 258 ] {175042ff-ae0c-47c3-a09d-ac6761023564} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 8018 | 2025.02.19 05:59:13.592635 [ 258 ] {175042ff-ae0c-47c3-a09d-ac6761023564} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 8019 | 2025.02.19 05:59:13.592893 [ 258 ] {175042ff-ae0c-47c3-a09d-ac6761023564} <Trace> oximeter.measurements_histogramu64 (7e806432-9fb0-4852-8b8d-11fed24611fa): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8020 | 2025.02.19 05:59:13.593141 [ 68 ] {} <Debug> oximeter.measurements_histogramu64 (7e806432-9fb0-4852-8b8d-11fed24611fa) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 8021 | 2025.02.19 05:59:13.593177 [ 258 ] {175042ff-ae0c-47c3-a09d-ac6761023564} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002518 sec., 10722.795869737887 rows/sec., 19.21 MiB/sec. | ||
| 8022 | 2025.02.19 05:59:13.593238 [ 68 ] {} <Trace> oximeter.measurements_histogramu64 (7e806432-9fb0-4852-8b8d-11fed24611fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8023 | 2025.02.19 05:59:13.593353 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 8024 | 2025.02.19 05:59:13.593453 [ 258 ] {175042ff-ae0c-47c3-a09d-ac6761023564} <Debug> TCPHandler: Processed in 0.0029287 sec. | ||
| 8025 | 2025.02.19 05:59:13.593718 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8026 | 2025.02.19 05:59:13.593801 [ 191 ] {7e806432-9fb0-4852-8b8d-11fed24611fa::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 | ||
| 8027 | 2025.02.19 05:59:13.593972 [ 254 ] {75a2e166-3779-4f83-afa0-8a0dcd82b933} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8028 | 2025.02.19 05:59:13.594100 [ 254 ] {75a2e166-3779-4f83-afa0-8a0dcd82b933} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8029 | 2025.02.19 05:59:13.594916 [ 191 ] {7e806432-9fb0-4852-8b8d-11fed24611fa::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8030 | 2025.02.19 05:59:13.595096 [ 191 ] {7e806432-9fb0-4852-8b8d-11fed24611fa::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 857 rows starting from the beginning of the part | ||
| 8031 | 2025.02.19 05:59:13.595901 [ 191 ] {7e806432-9fb0-4852-8b8d-11fed24611fa::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 27 rows starting from the beginning of the part | ||
| 8032 | 2025.02.19 05:59:13.596268 [ 254 ] {75a2e166-3779-4f83-afa0-8a0dcd82b933} <Trace> oximeter.measurements_u64 (fe0987d5-5b8f-48d5-a303-9c895ee7970c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8033 | 2025.02.19 05:59:13.596507 [ 254 ] {75a2e166-3779-4f83-afa0-8a0dcd82b933} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 8034 | 2025.02.19 05:59:13.596536 [ 191 ] {7e806432-9fb0-4852-8b8d-11fed24611fa::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 12 rows starting from the beginning of the part | ||
| 8035 | 2025.02.19 05:59:13.597246 [ 191 ] {7e806432-9fb0-4852-8b8d-11fed24611fa::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 27 rows starting from the beginning of the part | ||
| 8036 | 2025.02.19 05:59:13.597930 [ 191 ] {7e806432-9fb0-4852-8b8d-11fed24611fa::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 12 rows starting from the beginning of the part | ||
| 8037 | 2025.02.19 05:59:13.598062 [ 254 ] {75a2e166-3779-4f83-afa0-8a0dcd82b933} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 8038 | 2025.02.19 05:59:13.598453 [ 191 ] {7e806432-9fb0-4852-8b8d-11fed24611fa::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 27 rows starting from the beginning of the part | ||
| 8039 | 2025.02.19 05:59:13.599035 [ 254 ] {75a2e166-3779-4f83-afa0-8a0dcd82b933} <Trace> oximeter.measurements_u64 (fe0987d5-5b8f-48d5-a303-9c895ee7970c): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8040 | 2025.02.19 05:59:13.599753 [ 254 ] {75a2e166-3779-4f83-afa0-8a0dcd82b933} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005839 sec., 14043.50059941771 rows/sec., 913.34 KiB/sec. | ||
| 8041 | 2025.02.19 05:59:13.599826 [ 254 ] {75a2e166-3779-4f83-afa0-8a0dcd82b933} <Debug> TCPHandler: Processed in 0.006275776 sec. | ||
| 8042 | 2025.02.19 05:59:13.606235 [ 190 ] {7e806432-9fb0-4852-8b8d-11fed24611fa::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 962 rows, containing 19 columns (19 merged, 0 gathered) in 0.012746896 sec., 75469.35348025119 rows/sec., 135.24 MiB/sec. | ||
| 8043 | 2025.02.19 05:59:13.607240 [ 200 ] {7e806432-9fb0-4852-8b8d-11fed24611fa::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 8044 | 2025.02.19 05:59:13.607698 [ 200 ] {7e806432-9fb0-4852-8b8d-11fed24611fa::all_1_51_10} <Trace> oximeter.measurements_histogramu64 (7e806432-9fb0-4852-8b8d-11fed24611fa): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8045 | 2025.02.19 05:59:13.607790 [ 200 ] {7e806432-9fb0-4852-8b8d-11fed24611fa::all_1_51_10} <Trace> oximeter.measurements_histogramu64 (7e806432-9fb0-4852-8b8d-11fed24611fa) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 8046 | 2025.02.19 05:59:13.607951 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.18 MiB. | ||
| 8047 | 2025.02.19 05:59:14.000175 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 213.35 MiB, peak 221.87 MiB, free memory in arenas 0.00 B, will set to 215.26 MiB (RSS), difference: 1.91 MiB | ||
| 8048 | 2025.02.19 05:59:14.367007 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 287 | ||
| 8049 | 2025.02.19 05:59:14.388566 [ 243 ] {} <Trace> system.metric_log (636422f3-000f-4feb-9852-006313efe3e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8050 | 2025.02.19 05:59:14.388637 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 8051 | 2025.02.19 05:59:14.395980 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 8052 | 2025.02.19 05:59:14.396748 [ 243 ] {} <Trace> system.metric_log (636422f3-000f-4feb-9852-006313efe3e0): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8053 | 2025.02.19 05:59:14.400194 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 287 | ||
| 8054 | 2025.02.19 05:59:16.733807 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8055 | 2025.02.19 05:59:16.734060 [ 254 ] {7036b45f-eb28-434c-8c8e-2e89a434dbd3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8056 | 2025.02.19 05:59:16.734134 [ 254 ] {7036b45f-eb28-434c-8c8e-2e89a434dbd3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8057 | 2025.02.19 05:59:16.735506 [ 254 ] {7036b45f-eb28-434c-8c8e-2e89a434dbd3} <Trace> oximeter.fields_string (2fcca75a-374a-4c87-833b-a981a707b5d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8058 | 2025.02.19 05:59:16.735553 [ 254 ] {7036b45f-eb28-434c-8c8e-2e89a434dbd3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 8059 | 2025.02.19 05:59:16.736075 [ 254 ] {7036b45f-eb28-434c-8c8e-2e89a434dbd3} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 8060 | 2025.02.19 05:59:16.736346 [ 254 ] {7036b45f-eb28-434c-8c8e-2e89a434dbd3} <Trace> oximeter.fields_string (2fcca75a-374a-4c87-833b-a981a707b5d9): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8061 | 2025.02.19 05:59:16.736553 [ 254 ] {7036b45f-eb28-434c-8c8e-2e89a434dbd3} <Debug> executeQuery: Read 1220 rows, 103.33 KiB in 0.002547 sec., 478994.89595602674 rows/sec., 39.62 MiB/sec. | ||
| 8062 | 2025.02.19 05:59:16.736623 [ 254 ] {7036b45f-eb28-434c-8c8e-2e89a434dbd3} <Debug> TCPHandler: Processed in 0.003009781 sec. | ||
| 8063 | 2025.02.19 05:59:16.736809 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8064 | 2025.02.19 05:59:16.736956 [ 258 ] {5f1848c3-5abf-488c-adab-e44e06fb7b29} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8065 | 2025.02.19 05:59:16.737014 [ 258 ] {5f1848c3-5abf-488c-adab-e44e06fb7b29} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8066 | 2025.02.19 05:59:16.737668 [ 258 ] {5f1848c3-5abf-488c-adab-e44e06fb7b29} <Trace> oximeter.fields_u16 (6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8067 | 2025.02.19 05:59:16.737715 [ 258 ] {5f1848c3-5abf-488c-adab-e44e06fb7b29} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 8068 | 2025.02.19 05:59:16.738107 [ 258 ] {5f1848c3-5abf-488c-adab-e44e06fb7b29} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 8069 | 2025.02.19 05:59:16.738342 [ 258 ] {5f1848c3-5abf-488c-adab-e44e06fb7b29} <Trace> oximeter.fields_u16 (6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8070 | 2025.02.19 05:59:16.738517 [ 258 ] {5f1848c3-5abf-488c-adab-e44e06fb7b29} <Debug> executeQuery: Read 12 rows, 924.00 B in 0.001597 sec., 7514.088916718848 rows/sec., 565.02 KiB/sec. | ||
| 8071 | 2025.02.19 05:59:16.738570 [ 258 ] {5f1848c3-5abf-488c-adab-e44e06fb7b29} <Debug> TCPHandler: Processed in 0.001833261 sec. | ||
| 8072 | 2025.02.19 05:59:16.738727 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8073 | 2025.02.19 05:59:16.738864 [ 254 ] {cbf34d95-f63c-414b-acb6-383075d75d0b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 8074 | 2025.02.19 05:59:16.738919 [ 254 ] {cbf34d95-f63c-414b-acb6-383075d75d0b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 8075 | 2025.02.19 05:59:16.739643 [ 254 ] {cbf34d95-f63c-414b-acb6-383075d75d0b} <Trace> oximeter.fields_u32 (65b4bee1-230d-4ffd-8593-1cf368c54481): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8076 | 2025.02.19 05:59:16.739690 [ 254 ] {cbf34d95-f63c-414b-acb6-383075d75d0b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 8077 | 2025.02.19 05:59:16.740092 [ 254 ] {cbf34d95-f63c-414b-acb6-383075d75d0b} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 8078 | 2025.02.19 05:59:16.740330 [ 254 ] {cbf34d95-f63c-414b-acb6-383075d75d0b} <Trace> oximeter.fields_u32 (65b4bee1-230d-4ffd-8593-1cf368c54481): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8079 | 2025.02.19 05:59:16.740542 [ 254 ] {cbf34d95-f63c-414b-acb6-383075d75d0b} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001702 sec., 133960.04700352528 rows/sec., 9.07 MiB/sec. | ||
| 8080 | 2025.02.19 05:59:16.740671 [ 254 ] {cbf34d95-f63c-414b-acb6-383075d75d0b} <Debug> TCPHandler: Processed in 0.002007264 sec. | ||
| 8081 | 2025.02.19 05:59:16.740893 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8082 | 2025.02.19 05:59:16.741056 [ 258 ] {bcbddd7c-146b-4022-ba8d-846c25a43b2c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8083 | 2025.02.19 05:59:16.741114 [ 258 ] {bcbddd7c-146b-4022-ba8d-846c25a43b2c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8084 | 2025.02.19 05:59:16.741981 [ 258 ] {bcbddd7c-146b-4022-ba8d-846c25a43b2c} <Trace> oximeter.fields_uuid (3e28ef33-2603-423e-a1ee-258fce097b7c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8085 | 2025.02.19 05:59:16.742019 [ 258 ] {bcbddd7c-146b-4022-ba8d-846c25a43b2c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 8086 | 2025.02.19 05:59:16.742407 [ 258 ] {bcbddd7c-146b-4022-ba8d-846c25a43b2c} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 8087 | 2025.02.19 05:59:16.742644 [ 258 ] {bcbddd7c-146b-4022-ba8d-846c25a43b2c} <Trace> oximeter.fields_uuid (3e28ef33-2603-423e-a1ee-258fce097b7c): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8088 | 2025.02.19 05:59:16.742824 [ 258 ] {bcbddd7c-146b-4022-ba8d-846c25a43b2c} <Debug> executeQuery: Read 532 rows, 40.37 KiB in 0.0018 sec., 295555.55555555556 rows/sec., 21.90 MiB/sec. | ||
| 8089 | 2025.02.19 05:59:16.742876 [ 258 ] {bcbddd7c-146b-4022-ba8d-846c25a43b2c} <Debug> TCPHandler: Processed in 0.002112436 sec. | ||
| 8090 | 2025.02.19 05:59:16.743037 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8091 | 2025.02.19 05:59:16.743164 [ 254 ] {249ffd96-4313-4e0c-87db-e7b5b7ce6129} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8092 | 2025.02.19 05:59:16.743223 [ 254 ] {249ffd96-4313-4e0c-87db-e7b5b7ce6129} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8093 | 2025.02.19 05:59:16.744103 [ 254 ] {249ffd96-4313-4e0c-87db-e7b5b7ce6129} <Trace> oximeter.measurements_cumulativeu64 (12ad3da5-8862-4a0c-98f0-1a099eec319b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8094 | 2025.02.19 05:59:16.744140 [ 254 ] {249ffd96-4313-4e0c-87db-e7b5b7ce6129} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 8095 | 2025.02.19 05:59:16.744589 [ 254 ] {249ffd96-4313-4e0c-87db-e7b5b7ce6129} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 8096 | 2025.02.19 05:59:16.744830 [ 254 ] {249ffd96-4313-4e0c-87db-e7b5b7ce6129} <Trace> oximeter.measurements_cumulativeu64 (12ad3da5-8862-4a0c-98f0-1a099eec319b): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8097 | 2025.02.19 05:59:16.745006 [ 254 ] {249ffd96-4313-4e0c-87db-e7b5b7ce6129} <Debug> executeQuery: Read 974 rows, 66.96 KiB in 0.001872 sec., 520299.1452991453 rows/sec., 34.93 MiB/sec. | ||
| 8098 | 2025.02.19 05:59:16.745057 [ 254 ] {249ffd96-4313-4e0c-87db-e7b5b7ce6129} <Debug> TCPHandler: Processed in 0.002087215 sec. | ||
| 8099 | 2025.02.19 05:59:16.745189 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8100 | 2025.02.19 05:59:16.745299 [ 258 ] {cbcdac8c-29de-4a75-8a89-8212823f3ec6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8101 | 2025.02.19 05:59:16.745363 [ 258 ] {cbcdac8c-29de-4a75-8a89-8212823f3ec6} <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 | ||
| 8102 | 2025.02.19 05:59:16.746423 [ 258 ] {cbcdac8c-29de-4a75-8a89-8212823f3ec6} <Trace> oximeter.measurements_histogramu64 (7e806432-9fb0-4852-8b8d-11fed24611fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8103 | 2025.02.19 05:59:16.746460 [ 258 ] {cbcdac8c-29de-4a75-8a89-8212823f3ec6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 8104 | 2025.02.19 05:59:16.747058 [ 258 ] {cbcdac8c-29de-4a75-8a89-8212823f3ec6} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 8105 | 2025.02.19 05:59:16.747316 [ 258 ] {cbcdac8c-29de-4a75-8a89-8212823f3ec6} <Trace> oximeter.measurements_histogramu64 (7e806432-9fb0-4852-8b8d-11fed24611fa): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8106 | 2025.02.19 05:59:16.747501 [ 258 ] {cbcdac8c-29de-4a75-8a89-8212823f3ec6} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002242 sec., 5352.3639607493305 rows/sec., 9.59 MiB/sec. | ||
| 8107 | 2025.02.19 05:59:16.747592 [ 258 ] {cbcdac8c-29de-4a75-8a89-8212823f3ec6} <Debug> TCPHandler: Processed in 0.002478882 sec. | ||
| 8108 | 2025.02.19 05:59:16.747735 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8109 | 2025.02.19 05:59:16.747855 [ 254 ] {8d08db0c-477f-450b-b6ee-752f23d12616} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8110 | 2025.02.19 05:59:16.747909 [ 254 ] {8d08db0c-477f-450b-b6ee-752f23d12616} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8111 | 2025.02.19 05:59:16.748486 [ 254 ] {8d08db0c-477f-450b-b6ee-752f23d12616} <Trace> oximeter.measurements_u64 (fe0987d5-5b8f-48d5-a303-9c895ee7970c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8112 | 2025.02.19 05:59:16.748530 [ 254 ] {8d08db0c-477f-450b-b6ee-752f23d12616} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 8113 | 2025.02.19 05:59:16.748971 [ 254 ] {8d08db0c-477f-450b-b6ee-752f23d12616} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 8114 | 2025.02.19 05:59:16.749208 [ 254 ] {8d08db0c-477f-450b-b6ee-752f23d12616} <Trace> oximeter.measurements_u64 (fe0987d5-5b8f-48d5-a303-9c895ee7970c): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8115 | 2025.02.19 05:59:16.749381 [ 254 ] {8d08db0c-477f-450b-b6ee-752f23d12616} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001513 sec., 31725.049570389954 rows/sec., 2.14 MiB/sec. | ||
| 8116 | 2025.02.19 05:59:16.749430 [ 254 ] {8d08db0c-477f-450b-b6ee-752f23d12616} <Debug> TCPHandler: Processed in 0.001726169 sec. | ||
| 8117 | 2025.02.19 05:59:18.215199 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 48 entries to flush up to offset 1162 | ||
| 8118 | 2025.02.19 05:59:18.219096 [ 242 ] {} <Trace> system.query_log (c5831a85-9043-4d4c-a5be-d968cb126303): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8119 | 2025.02.19 05:59:18.219142 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 8120 | 2025.02.19 05:59:18.220605 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 8121 | 2025.02.19 05:59:18.220913 [ 242 ] {} <Trace> system.query_log (c5831a85-9043-4d4c-a5be-d968cb126303): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8122 | 2025.02.19 05:59:18.222403 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1162 | ||
| 8123 | 2025.02.19 05:59:18.552111 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8124 | 2025.02.19 05:59:18.552323 [ 254 ] {6c753355-1a22-4723-b00c-bdfa000d4b23} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8125 | 2025.02.19 05:59:18.552398 [ 254 ] {6c753355-1a22-4723-b00c-bdfa000d4b23} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8126 | 2025.02.19 05:59:18.553154 [ 254 ] {6c753355-1a22-4723-b00c-bdfa000d4b23} <Trace> oximeter.fields_string (2fcca75a-374a-4c87-833b-a981a707b5d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8127 | 2025.02.19 05:59:18.553197 [ 254 ] {6c753355-1a22-4723-b00c-bdfa000d4b23} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 8128 | 2025.02.19 05:59:18.553680 [ 254 ] {6c753355-1a22-4723-b00c-bdfa000d4b23} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 8129 | 2025.02.19 05:59:18.553930 [ 254 ] {6c753355-1a22-4723-b00c-bdfa000d4b23} <Trace> oximeter.fields_string (2fcca75a-374a-4c87-833b-a981a707b5d9): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8130 | 2025.02.19 05:59:18.554167 [ 254 ] {6c753355-1a22-4723-b00c-bdfa000d4b23} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001904 sec., 29411.764705882353 rows/sec., 2.26 MiB/sec. | ||
| 8131 | 2025.02.19 05:59:18.554223 [ 254 ] {6c753355-1a22-4723-b00c-bdfa000d4b23} <Debug> TCPHandler: Processed in 0.002252558 sec. | ||
| 8132 | 2025.02.19 05:59:18.554373 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8133 | 2025.02.19 05:59:18.554479 [ 258 ] {de6e2623-56a1-4467-9060-6b57dd82fe2e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8134 | 2025.02.19 05:59:18.554524 [ 258 ] {de6e2623-56a1-4467-9060-6b57dd82fe2e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8135 | 2025.02.19 05:59:18.555062 [ 258 ] {de6e2623-56a1-4467-9060-6b57dd82fe2e} <Trace> oximeter.fields_uuid (3e28ef33-2603-423e-a1ee-258fce097b7c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8136 | 2025.02.19 05:59:18.555100 [ 258 ] {de6e2623-56a1-4467-9060-6b57dd82fe2e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 8137 | 2025.02.19 05:59:18.555451 [ 258 ] {de6e2623-56a1-4467-9060-6b57dd82fe2e} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 8138 | 2025.02.19 05:59:18.555690 [ 258 ] {de6e2623-56a1-4467-9060-6b57dd82fe2e} <Trace> oximeter.fields_uuid (3e28ef33-2603-423e-a1ee-258fce097b7c): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8139 | 2025.02.19 05:59:18.555896 [ 258 ] {de6e2623-56a1-4467-9060-6b57dd82fe2e} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001439 sec., 44475.33009034052 rows/sec., 3.47 MiB/sec. | ||
| 8140 | 2025.02.19 05:59:18.555949 [ 258 ] {de6e2623-56a1-4467-9060-6b57dd82fe2e} <Debug> TCPHandler: Processed in 0.001632567 sec. | ||
| 8141 | 2025.02.19 05:59:18.556077 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8142 | 2025.02.19 05:59:18.556191 [ 254 ] {2ad575e9-84f0-4fc6-b67a-c0c2dfad8f30} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8143 | 2025.02.19 05:59:18.556240 [ 254 ] {2ad575e9-84f0-4fc6-b67a-c0c2dfad8f30} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8144 | 2025.02.19 05:59:18.556724 [ 254 ] {2ad575e9-84f0-4fc6-b67a-c0c2dfad8f30} <Trace> oximeter.measurements_cumulativeu64 (12ad3da5-8862-4a0c-98f0-1a099eec319b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8145 | 2025.02.19 05:59:18.556764 [ 254 ] {2ad575e9-84f0-4fc6-b67a-c0c2dfad8f30} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 8146 | 2025.02.19 05:59:18.557154 [ 254 ] {2ad575e9-84f0-4fc6-b67a-c0c2dfad8f30} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 8147 | 2025.02.19 05:59:18.557418 [ 254 ] {2ad575e9-84f0-4fc6-b67a-c0c2dfad8f30} <Trace> oximeter.measurements_cumulativeu64 (12ad3da5-8862-4a0c-98f0-1a099eec319b): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8148 | 2025.02.19 05:59:18.557670 [ 254 ] {2ad575e9-84f0-4fc6-b67a-c0c2dfad8f30} <Debug> executeQuery: Read 32 rows, 2.28 KiB in 0.001493 sec., 21433.35565974548 rows/sec., 1.49 MiB/sec. | ||
| 8149 | 2025.02.19 05:59:18.557733 [ 254 ] {2ad575e9-84f0-4fc6-b67a-c0c2dfad8f30} <Debug> TCPHandler: Processed in 0.001709189 sec. | ||
| 8150 | 2025.02.19 05:59:18.557941 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8151 | 2025.02.19 05:59:18.558135 [ 258 ] {472487b0-2aee-489a-a3a0-64a14625d827} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8152 | 2025.02.19 05:59:18.558184 [ 258 ] {472487b0-2aee-489a-a3a0-64a14625d827} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8153 | 2025.02.19 05:59:18.558635 [ 258 ] {472487b0-2aee-489a-a3a0-64a14625d827} <Trace> oximeter.measurements_u64 (fe0987d5-5b8f-48d5-a303-9c895ee7970c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8154 | 2025.02.19 05:59:18.558674 [ 258 ] {472487b0-2aee-489a-a3a0-64a14625d827} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 8155 | 2025.02.19 05:59:18.559033 [ 258 ] {472487b0-2aee-489a-a3a0-64a14625d827} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 8156 | 2025.02.19 05:59:18.559271 [ 258 ] {472487b0-2aee-489a-a3a0-64a14625d827} <Trace> oximeter.measurements_u64 (fe0987d5-5b8f-48d5-a303-9c895ee7970c): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8157 | 2025.02.19 05:59:18.559502 [ 258 ] {472487b0-2aee-489a-a3a0-64a14625d827} <Debug> executeQuery: Read 12 rows, 848.00 B in 0.001401 sec., 8565.310492505354 rows/sec., 591.10 KiB/sec. | ||
| 8158 | 2025.02.19 05:59:18.559558 [ 258 ] {472487b0-2aee-489a-a3a0-64a14625d827} <Debug> TCPHandler: Processed in 0.00173665 sec. | ||
| 8159 | 2025.02.19 05:59:20.620817 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 17873 | ||
| 8160 | 2025.02.19 05:59:20.621593 [ 244 ] {} <Trace> system.asynchronous_metric_log (5573eb27-0871-4eb5-bfd6-93b6d6d4142e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8161 | 2025.02.19 05:59:20.621647 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 8162 | 2025.02.19 05:59:20.622194 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 8163 | 2025.02.19 05:59:20.622457 [ 244 ] {} <Trace> system.asynchronous_metric_log (5573eb27-0871-4eb5-bfd6-93b6d6d4142e): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8164 | 2025.02.19 05:59:20.622761 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17873 | ||
| 8165 | 2025.02.19 05:59:21.900333 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 294 | ||
| 8166 | 2025.02.19 05:59:21.921589 [ 243 ] {} <Trace> system.metric_log (636422f3-000f-4feb-9852-006313efe3e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8167 | 2025.02.19 05:59:21.921641 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 8168 | 2025.02.19 05:59:21.929034 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 8169 | 2025.02.19 05:59:21.929846 [ 243 ] {} <Trace> system.metric_log (636422f3-000f-4feb-9852-006313efe3e0): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8170 | 2025.02.19 05:59:21.932392 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 294 | ||
| 8171 | 2025.02.19 05:59:23.565205 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8172 | 2025.02.19 05:59:23.565397 [ 254 ] {a0edffa5-82d2-4262-9ec2-e9c839398e39} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 8173 | 2025.02.19 05:59:23.565470 [ 254 ] {a0edffa5-82d2-4262-9ec2-e9c839398e39} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 8174 | 2025.02.19 05:59:23.566284 [ 254 ] {a0edffa5-82d2-4262-9ec2-e9c839398e39} <Trace> oximeter.fields_i16 (2bf1598c-a5a7-46ca-9aca-ef074bb76812): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8175 | 2025.02.19 05:59:23.566338 [ 254 ] {a0edffa5-82d2-4262-9ec2-e9c839398e39} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 8176 | 2025.02.19 05:59:23.566786 [ 254 ] {a0edffa5-82d2-4262-9ec2-e9c839398e39} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 8177 | 2025.02.19 05:59:23.567036 [ 254 ] {a0edffa5-82d2-4262-9ec2-e9c839398e39} <Trace> oximeter.fields_i16 (2bf1598c-a5a7-46ca-9aca-ef074bb76812): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8178 | 2025.02.19 05:59:23.567291 [ 254 ] {a0edffa5-82d2-4262-9ec2-e9c839398e39} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001948 sec., 108829.56878850103 rows/sec., 6.92 MiB/sec. | ||
| 8179 | 2025.02.19 05:59:23.567357 [ 254 ] {a0edffa5-82d2-4262-9ec2-e9c839398e39} <Debug> TCPHandler: Processed in 0.002290368 sec. | ||
| 8180 | 2025.02.19 05:59:23.567525 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8181 | 2025.02.19 05:59:23.567667 [ 258 ] {a539ce7e-5652-4bdf-adc7-c82f9b4a0d54} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8182 | 2025.02.19 05:59:23.567724 [ 258 ] {a539ce7e-5652-4bdf-adc7-c82f9b4a0d54} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8183 | 2025.02.19 05:59:23.568638 [ 258 ] {a539ce7e-5652-4bdf-adc7-c82f9b4a0d54} <Trace> oximeter.fields_string (2fcca75a-374a-4c87-833b-a981a707b5d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8184 | 2025.02.19 05:59:23.568677 [ 258 ] {a539ce7e-5652-4bdf-adc7-c82f9b4a0d54} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 8185 | 2025.02.19 05:59:23.569089 [ 258 ] {a539ce7e-5652-4bdf-adc7-c82f9b4a0d54} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 8186 | 2025.02.19 05:59:23.569333 [ 258 ] {a539ce7e-5652-4bdf-adc7-c82f9b4a0d54} <Trace> oximeter.fields_string (2fcca75a-374a-4c87-833b-a981a707b5d9): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8187 | 2025.02.19 05:59:23.569580 [ 258 ] {a539ce7e-5652-4bdf-adc7-c82f9b4a0d54} <Debug> executeQuery: Read 671 rows, 54.45 KiB in 0.001941 sec., 345698.09376609995 rows/sec., 27.40 MiB/sec. | ||
| 8188 | 2025.02.19 05:59:23.569682 [ 258 ] {a539ce7e-5652-4bdf-adc7-c82f9b4a0d54} <Debug> TCPHandler: Processed in 0.002225828 sec. | ||
| 8189 | 2025.02.19 05:59:23.569885 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8190 | 2025.02.19 05:59:23.570058 [ 254 ] {02498f14-7cbb-47e8-b263-57b65fffc3ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8191 | 2025.02.19 05:59:23.570115 [ 254 ] {02498f14-7cbb-47e8-b263-57b65fffc3ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8192 | 2025.02.19 05:59:23.570727 [ 254 ] {02498f14-7cbb-47e8-b263-57b65fffc3ce} <Trace> oximeter.fields_u16 (6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8193 | 2025.02.19 05:59:23.570767 [ 254 ] {02498f14-7cbb-47e8-b263-57b65fffc3ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 8194 | 2025.02.19 05:59:23.571119 [ 254 ] {02498f14-7cbb-47e8-b263-57b65fffc3ce} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 8195 | 2025.02.19 05:59:23.571361 [ 254 ] {02498f14-7cbb-47e8-b263-57b65fffc3ce} <Trace> oximeter.fields_u16 (6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8196 | 2025.02.19 05:59:23.571577 [ 254 ] {02498f14-7cbb-47e8-b263-57b65fffc3ce} <Debug> executeQuery: Read 133 rows, 8.42 KiB in 0.001542 sec., 86251.62127107652 rows/sec., 5.33 MiB/sec. | ||
| 8197 | 2025.02.19 05:59:23.571654 [ 254 ] {02498f14-7cbb-47e8-b263-57b65fffc3ce} <Debug> TCPHandler: Processed in 0.001895372 sec. | ||
| 8198 | 2025.02.19 05:59:23.571891 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8199 | 2025.02.19 05:59:23.572067 [ 258 ] {b34a6873-a199-43a8-974d-caa60a4dc750} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 8200 | 2025.02.19 05:59:23.572125 [ 258 ] {b34a6873-a199-43a8-974d-caa60a4dc750} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 8201 | 2025.02.19 05:59:23.572746 [ 258 ] {b34a6873-a199-43a8-974d-caa60a4dc750} <Trace> oximeter.fields_u32 (65b4bee1-230d-4ffd-8593-1cf368c54481): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8202 | 2025.02.19 05:59:23.572787 [ 258 ] {b34a6873-a199-43a8-974d-caa60a4dc750} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 8203 | 2025.02.19 05:59:23.573161 [ 258 ] {b34a6873-a199-43a8-974d-caa60a4dc750} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 8204 | 2025.02.19 05:59:23.573422 [ 258 ] {b34a6873-a199-43a8-974d-caa60a4dc750} <Trace> oximeter.fields_u32 (65b4bee1-230d-4ffd-8593-1cf368c54481): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8205 | 2025.02.19 05:59:23.573643 [ 258 ] {b34a6873-a199-43a8-974d-caa60a4dc750} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001607 sec., 70317.36154324829 rows/sec., 4.55 MiB/sec. | ||
| 8206 | 2025.02.19 05:59:23.573696 [ 258 ] {b34a6873-a199-43a8-974d-caa60a4dc750} <Debug> TCPHandler: Processed in 0.001946183 sec. | ||
| 8207 | 2025.02.19 05:59:23.573870 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8208 | 2025.02.19 05:59:23.573976 [ 254 ] {bd16c14c-45d5-43fc-8f68-c7e303bd9d6e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 8209 | 2025.02.19 05:59:23.574021 [ 254 ] {bd16c14c-45d5-43fc-8f68-c7e303bd9d6e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 8210 | 2025.02.19 05:59:23.574583 [ 254 ] {bd16c14c-45d5-43fc-8f68-c7e303bd9d6e} <Trace> oximeter.fields_u8 (cef67ce3-27e4-4c55-9365-409a4c7c6d8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8211 | 2025.02.19 05:59:23.574622 [ 254 ] {bd16c14c-45d5-43fc-8f68-c7e303bd9d6e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 8212 | 2025.02.19 05:59:23.574986 [ 254 ] {bd16c14c-45d5-43fc-8f68-c7e303bd9d6e} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 8213 | 2025.02.19 05:59:23.575225 [ 254 ] {bd16c14c-45d5-43fc-8f68-c7e303bd9d6e} <Trace> oximeter.fields_u8 (cef67ce3-27e4-4c55-9365-409a4c7c6d8e): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8214 | 2025.02.19 05:59:23.575446 [ 254 ] {bd16c14c-45d5-43fc-8f68-c7e303bd9d6e} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001492 sec., 75067.02412868633 rows/sec., 4.28 MiB/sec. | ||
| 8215 | 2025.02.19 05:59:23.575501 [ 254 ] {bd16c14c-45d5-43fc-8f68-c7e303bd9d6e} <Debug> TCPHandler: Processed in 0.001685749 sec. | ||
| 8216 | 2025.02.19 05:59:23.575636 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8217 | 2025.02.19 05:59:23.575764 [ 258 ] {89c7c740-bb6b-4bce-8a73-d94fdee72195} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8218 | 2025.02.19 05:59:23.575820 [ 258 ] {89c7c740-bb6b-4bce-8a73-d94fdee72195} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8219 | 2025.02.19 05:59:23.576533 [ 258 ] {89c7c740-bb6b-4bce-8a73-d94fdee72195} <Trace> oximeter.fields_uuid (3e28ef33-2603-423e-a1ee-258fce097b7c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8220 | 2025.02.19 05:59:23.576574 [ 258 ] {89c7c740-bb6b-4bce-8a73-d94fdee72195} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 8221 | 2025.02.19 05:59:23.576971 [ 258 ] {89c7c740-bb6b-4bce-8a73-d94fdee72195} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 8222 | 2025.02.19 05:59:23.577230 [ 258 ] {89c7c740-bb6b-4bce-8a73-d94fdee72195} <Trace> oximeter.fields_uuid (3e28ef33-2603-423e-a1ee-258fce097b7c): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8223 | 2025.02.19 05:59:23.577464 [ 258 ] {89c7c740-bb6b-4bce-8a73-d94fdee72195} <Debug> executeQuery: Read 409 rows, 29.75 KiB in 0.001728 sec., 236689.81481481483 rows/sec., 16.81 MiB/sec. | ||
| 8224 | 2025.02.19 05:59:23.577520 [ 258 ] {89c7c740-bb6b-4bce-8a73-d94fdee72195} <Debug> TCPHandler: Processed in 0.001945543 sec. | ||
| 8225 | 2025.02.19 05:59:23.577654 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8226 | 2025.02.19 05:59:23.577782 [ 254 ] {824e5609-6e6f-4b18-9711-34256d6cbe05} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 8227 | 2025.02.19 05:59:23.577840 [ 254 ] {824e5609-6e6f-4b18-9711-34256d6cbe05} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 8228 | 2025.02.19 05:59:23.578350 [ 254 ] {824e5609-6e6f-4b18-9711-34256d6cbe05} <Trace> oximeter.measurements_bool (16e9d126-bc56-4e42-988e-352459bd24dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8229 | 2025.02.19 05:59:23.578388 [ 254 ] {824e5609-6e6f-4b18-9711-34256d6cbe05} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 8230 | 2025.02.19 05:59:23.578737 [ 254 ] {824e5609-6e6f-4b18-9711-34256d6cbe05} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 8231 | 2025.02.19 05:59:23.578975 [ 254 ] {824e5609-6e6f-4b18-9711-34256d6cbe05} <Trace> oximeter.measurements_bool (16e9d126-bc56-4e42-988e-352459bd24dc): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8232 | 2025.02.19 05:59:23.579182 [ 254 ] {824e5609-6e6f-4b18-9711-34256d6cbe05} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001429 sec., 4198.740377886635 rows/sec., 219.37 KiB/sec. | ||
| 8233 | 2025.02.19 05:59:23.579232 [ 254 ] {824e5609-6e6f-4b18-9711-34256d6cbe05} <Debug> TCPHandler: Processed in 0.001642888 sec. | ||
| 8234 | 2025.02.19 05:59:23.579376 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8235 | 2025.02.19 05:59:23.579483 [ 258 ] {83bf175c-439a-4ed4-ae7f-dcfa023daafa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8236 | 2025.02.19 05:59:23.579531 [ 258 ] {83bf175c-439a-4ed4-ae7f-dcfa023daafa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8237 | 2025.02.19 05:59:23.580055 [ 258 ] {83bf175c-439a-4ed4-ae7f-dcfa023daafa} <Trace> oximeter.measurements_cumulativeu64 (12ad3da5-8862-4a0c-98f0-1a099eec319b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8238 | 2025.02.19 05:59:23.580095 [ 258 ] {83bf175c-439a-4ed4-ae7f-dcfa023daafa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 8239 | 2025.02.19 05:59:23.580502 [ 258 ] {83bf175c-439a-4ed4-ae7f-dcfa023daafa} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 8240 | 2025.02.19 05:59:23.580760 [ 258 ] {83bf175c-439a-4ed4-ae7f-dcfa023daafa} <Trace> oximeter.measurements_cumulativeu64 (12ad3da5-8862-4a0c-98f0-1a099eec319b): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8241 | 2025.02.19 05:59:23.581029 [ 258 ] {83bf175c-439a-4ed4-ae7f-dcfa023daafa} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001554 sec., 152509.65250965251 rows/sec., 10.22 MiB/sec. | ||
| 8242 | 2025.02.19 05:59:23.581089 [ 258 ] {83bf175c-439a-4ed4-ae7f-dcfa023daafa} <Debug> TCPHandler: Processed in 0.00176174 sec. | ||
| 8243 | 2025.02.19 05:59:23.581338 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8244 | 2025.02.19 05:59:23.581655 [ 254 ] {76ee8049-58fb-42e0-b879-145a7123f99c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 8245 | 2025.02.19 05:59:23.581750 [ 254 ] {76ee8049-58fb-42e0-b879-145a7123f99c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 8246 | 2025.02.19 05:59:23.582258 [ 254 ] {76ee8049-58fb-42e0-b879-145a7123f99c} <Trace> oximeter.measurements_f64 (338bebf0-eeef-41b9-b679-f4717a277180): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8247 | 2025.02.19 05:59:23.582297 [ 254 ] {76ee8049-58fb-42e0-b879-145a7123f99c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 8248 | 2025.02.19 05:59:23.582651 [ 254 ] {76ee8049-58fb-42e0-b879-145a7123f99c} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 8249 | 2025.02.19 05:59:23.582892 [ 254 ] {76ee8049-58fb-42e0-b879-145a7123f99c} <Trace> oximeter.measurements_f64 (338bebf0-eeef-41b9-b679-f4717a277180): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8250 | 2025.02.19 05:59:23.583153 [ 254 ] {76ee8049-58fb-42e0-b879-145a7123f99c} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001606 sec., 622.66500622665 rows/sec., 41.96 KiB/sec. | ||
| 8251 | 2025.02.19 05:59:23.583361 [ 254 ] {76ee8049-58fb-42e0-b879-145a7123f99c} <Debug> TCPHandler: Processed in 0.002172137 sec. | ||
| 8252 | 2025.02.19 05:59:23.583525 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8253 | 2025.02.19 05:59:23.583655 [ 258 ] {abe92b6d-a0e5-42e1-b357-90d40d2e7674} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8254 | 2025.02.19 05:59:23.583742 [ 258 ] {abe92b6d-a0e5-42e1-b357-90d40d2e7674} <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 | ||
| 8255 | 2025.02.19 05:59:23.584917 [ 258 ] {abe92b6d-a0e5-42e1-b357-90d40d2e7674} <Trace> oximeter.measurements_histogramu64 (7e806432-9fb0-4852-8b8d-11fed24611fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8256 | 2025.02.19 05:59:23.584958 [ 258 ] {abe92b6d-a0e5-42e1-b357-90d40d2e7674} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 8257 | 2025.02.19 05:59:23.585598 [ 258 ] {abe92b6d-a0e5-42e1-b357-90d40d2e7674} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 8258 | 2025.02.19 05:59:23.585873 [ 258 ] {abe92b6d-a0e5-42e1-b357-90d40d2e7674} <Trace> oximeter.measurements_histogramu64 (7e806432-9fb0-4852-8b8d-11fed24611fa): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8259 | 2025.02.19 05:59:23.586123 [ 258 ] {abe92b6d-a0e5-42e1-b357-90d40d2e7674} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002497 sec., 10812.975570684821 rows/sec., 19.38 MiB/sec. | ||
| 8260 | 2025.02.19 05:59:23.586231 [ 258 ] {abe92b6d-a0e5-42e1-b357-90d40d2e7674} <Debug> TCPHandler: Processed in 0.002783527 sec. | ||
| 8261 | 2025.02.19 05:59:23.586373 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8262 | 2025.02.19 05:59:23.586501 [ 254 ] {662ae48e-2b50-47c1-9226-728eb28befc7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8263 | 2025.02.19 05:59:23.586557 [ 254 ] {662ae48e-2b50-47c1-9226-728eb28befc7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8264 | 2025.02.19 05:59:23.587079 [ 254 ] {662ae48e-2b50-47c1-9226-728eb28befc7} <Trace> oximeter.measurements_u64 (fe0987d5-5b8f-48d5-a303-9c895ee7970c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8265 | 2025.02.19 05:59:23.587126 [ 254 ] {662ae48e-2b50-47c1-9226-728eb28befc7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 8266 | 2025.02.19 05:59:23.587487 [ 254 ] {662ae48e-2b50-47c1-9226-728eb28befc7} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 8267 | 2025.02.19 05:59:23.587731 [ 254 ] {662ae48e-2b50-47c1-9226-728eb28befc7} <Trace> oximeter.measurements_u64 (fe0987d5-5b8f-48d5-a303-9c895ee7970c): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8268 | 2025.02.19 05:59:23.587970 [ 254 ] {662ae48e-2b50-47c1-9226-728eb28befc7} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001497 sec., 54776.219104876414 rows/sec., 3.48 MiB/sec. | ||
| 8269 | 2025.02.19 05:59:23.588050 [ 254 ] {662ae48e-2b50-47c1-9226-728eb28befc7} <Debug> TCPHandler: Processed in 0.00174337 sec. | ||
| 8270 | 2025.02.19 05:59:27.976592 [ 44 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 8271 | 2025.02.19 05:59:27.976689 [ 44 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 8272 | 2025.02.19 05:59:28.122985 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 18361 | ||
| 8273 | 2025.02.19 05:59:28.123817 [ 244 ] {} <Trace> system.asynchronous_metric_log (5573eb27-0871-4eb5-bfd6-93b6d6d4142e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8274 | 2025.02.19 05:59:28.123858 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 8275 | 2025.02.19 05:59:28.124414 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 8276 | 2025.02.19 05:59:28.124681 [ 244 ] {} <Trace> system.asynchronous_metric_log (5573eb27-0871-4eb5-bfd6-93b6d6d4142e): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8277 | 2025.02.19 05:59:28.124929 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 18361 | ||
| 8278 | 2025.02.19 05:59:28.222826 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1192 | ||
| 8279 | 2025.02.19 05:59:28.225948 [ 242 ] {} <Trace> system.query_log (c5831a85-9043-4d4c-a5be-d968cb126303): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8280 | 2025.02.19 05:59:28.226011 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 8281 | 2025.02.19 05:59:28.227538 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 8282 | 2025.02.19 05:59:28.227889 [ 242 ] {} <Trace> system.query_log (c5831a85-9043-4d4c-a5be-d968cb126303): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8283 | 2025.02.19 05:59:28.228588 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1192 | ||
| 8284 | 2025.02.19 05:59:28.558281 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8285 | 2025.02.19 05:59:28.558494 [ 254 ] {8c89a030-8255-4eeb-af43-81ebf95198ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8286 | 2025.02.19 05:59:28.558576 [ 254 ] {8c89a030-8255-4eeb-af43-81ebf95198ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8287 | 2025.02.19 05:59:28.559428 [ 254 ] {8c89a030-8255-4eeb-af43-81ebf95198ad} <Trace> oximeter.fields_string (2fcca75a-374a-4c87-833b-a981a707b5d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8288 | 2025.02.19 05:59:28.559480 [ 254 ] {8c89a030-8255-4eeb-af43-81ebf95198ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 8289 | 2025.02.19 05:59:28.559921 [ 254 ] {8c89a030-8255-4eeb-af43-81ebf95198ad} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 8290 | 2025.02.19 05:59:28.560174 [ 254 ] {8c89a030-8255-4eeb-af43-81ebf95198ad} <Trace> oximeter.fields_string (2fcca75a-374a-4c87-833b-a981a707b5d9): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8291 | 2025.02.19 05:59:28.560384 [ 43 ] {} <Debug> oximeter.fields_string (2fcca75a-374a-4c87-833b-a981a707b5d9) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 8292 | 2025.02.19 05:59:28.560443 [ 254 ] {8c89a030-8255-4eeb-af43-81ebf95198ad} <Debug> executeQuery: Read 80 rows, 6.77 KiB in 0.002 sec., 40000 rows/sec., 3.31 MiB/sec. | ||
| 8293 | 2025.02.19 05:59:28.560472 [ 43 ] {} <Trace> oximeter.fields_string (2fcca75a-374a-4c87-833b-a981a707b5d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8294 | 2025.02.19 05:59:28.560552 [ 43 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 8295 | 2025.02.19 05:59:28.560567 [ 254 ] {8c89a030-8255-4eeb-af43-81ebf95198ad} <Debug> TCPHandler: Processed in 0.002429561 sec. | ||
| 8296 | 2025.02.19 05:59:28.560751 [ 194 ] {2fcca75a-374a-4c87-833b-a981a707b5d9::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 | ||
| 8297 | 2025.02.19 05:59:28.560770 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8298 | 2025.02.19 05:59:28.560904 [ 194 ] {2fcca75a-374a-4c87-833b-a981a707b5d9::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8299 | 2025.02.19 05:59:28.560945 [ 258 ] {f0993727-bcd0-4acc-833d-562d5424c144} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8300 | 2025.02.19 05:59:28.560955 [ 194 ] {2fcca75a-374a-4c87-833b-a981a707b5d9::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 1845 rows starting from the beginning of the part | ||
| 8301 | 2025.02.19 05:59:28.561010 [ 258 ] {f0993727-bcd0-4acc-833d-562d5424c144} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8302 | 2025.02.19 05:59:28.561128 [ 194 ] {2fcca75a-374a-4c87-833b-a981a707b5d9::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 671 rows starting from the beginning of the part | ||
| 8303 | 2025.02.19 05:59:28.561633 [ 194 ] {2fcca75a-374a-4c87-833b-a981a707b5d9::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 1220 rows starting from the beginning of the part | ||
| 8304 | 2025.02.19 05:59:28.561981 [ 194 ] {2fcca75a-374a-4c87-833b-a981a707b5d9::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 56 rows starting from the beginning of the part | ||
| 8305 | 2025.02.19 05:59:28.562400 [ 194 ] {2fcca75a-374a-4c87-833b-a981a707b5d9::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 671 rows starting from the beginning of the part | ||
| 8306 | 2025.02.19 05:59:28.562772 [ 194 ] {2fcca75a-374a-4c87-833b-a981a707b5d9::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 80 rows starting from the beginning of the part | ||
| 8307 | 2025.02.19 05:59:28.563764 [ 258 ] {f0993727-bcd0-4acc-833d-562d5424c144} <Trace> oximeter.fields_u16 (6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8308 | 2025.02.19 05:59:28.563807 [ 258 ] {f0993727-bcd0-4acc-833d-562d5424c144} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 8309 | 2025.02.19 05:59:28.564315 [ 258 ] {f0993727-bcd0-4acc-833d-562d5424c144} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 8310 | 2025.02.19 05:59:28.564628 [ 258 ] {f0993727-bcd0-4acc-833d-562d5424c144} <Trace> oximeter.fields_u16 (6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8311 | 2025.02.19 05:59:28.564858 [ 258 ] {f0993727-bcd0-4acc-833d-562d5424c144} <Debug> executeQuery: Read 12 rows, 924.00 B in 0.003951 sec., 3037.2057706909645 rows/sec., 228.38 KiB/sec. | ||
| 8312 | 2025.02.19 05:59:28.564922 [ 258 ] {f0993727-bcd0-4acc-833d-562d5424c144} <Debug> TCPHandler: Processed in 0.004243472 sec. | ||
| 8313 | 2025.02.19 05:59:28.565110 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8314 | 2025.02.19 05:59:28.565288 [ 254 ] {a23d892c-4629-4437-8846-37911a2d6775} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8315 | 2025.02.19 05:59:28.565301 [ 194 ] {2fcca75a-374a-4c87-833b-a981a707b5d9::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4543 rows, containing 5 columns (5 merged, 0 gathered) in 0.004646798 sec., 977662.4677896479 rows/sec., 83.08 MiB/sec. | ||
| 8316 | 2025.02.19 05:59:28.565345 [ 254 ] {a23d892c-4629-4437-8846-37911a2d6775} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8317 | 2025.02.19 05:59:28.565523 [ 194 ] {2fcca75a-374a-4c87-833b-a981a707b5d9::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 8318 | 2025.02.19 05:59:28.565919 [ 194 ] {2fcca75a-374a-4c87-833b-a981a707b5d9::all_1_66_13} <Trace> oximeter.fields_string (2fcca75a-374a-4c87-833b-a981a707b5d9): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8319 | 2025.02.19 05:59:28.566032 [ 194 ] {2fcca75a-374a-4c87-833b-a981a707b5d9::all_1_66_13} <Trace> oximeter.fields_string (2fcca75a-374a-4c87-833b-a981a707b5d9) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 8320 | 2025.02.19 05:59:28.566124 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.98 MiB. | ||
| 8321 | 2025.02.19 05:59:28.566313 [ 254 ] {a23d892c-4629-4437-8846-37911a2d6775} <Trace> oximeter.fields_uuid (3e28ef33-2603-423e-a1ee-258fce097b7c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8322 | 2025.02.19 05:59:28.566360 [ 254 ] {a23d892c-4629-4437-8846-37911a2d6775} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 8323 | 2025.02.19 05:59:28.566727 [ 254 ] {a23d892c-4629-4437-8846-37911a2d6775} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 8324 | 2025.02.19 05:59:28.566973 [ 254 ] {a23d892c-4629-4437-8846-37911a2d6775} <Trace> oximeter.fields_uuid (3e28ef33-2603-423e-a1ee-258fce097b7c): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8325 | 2025.02.19 05:59:28.567152 [ 43 ] {} <Debug> oximeter.fields_uuid (3e28ef33-2603-423e-a1ee-258fce097b7c) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 8326 | 2025.02.19 05:59:28.567207 [ 254 ] {a23d892c-4629-4437-8846-37911a2d6775} <Debug> executeQuery: Read 76 rows, 6.08 KiB in 0.001955 sec., 38874.68030690537 rows/sec., 3.04 MiB/sec. | ||
| 8327 | 2025.02.19 05:59:28.567215 [ 43 ] {} <Trace> oximeter.fields_uuid (3e28ef33-2603-423e-a1ee-258fce097b7c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8328 | 2025.02.19 05:59:28.567295 [ 43 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 8329 | 2025.02.19 05:59:28.567352 [ 254 ] {a23d892c-4629-4437-8846-37911a2d6775} <Debug> TCPHandler: Processed in 0.00230188 sec. | ||
| 8330 | 2025.02.19 05:59:28.567492 [ 190 ] {3e28ef33-2603-423e-a1ee-258fce097b7c::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 | ||
| 8331 | 2025.02.19 05:59:28.567528 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8332 | 2025.02.19 05:59:28.567613 [ 190 ] {3e28ef33-2603-423e-a1ee-258fce097b7c::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8333 | 2025.02.19 05:59:28.567658 [ 190 ] {3e28ef33-2603-423e-a1ee-258fce097b7c::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 913 rows starting from the beginning of the part | ||
| 8334 | 2025.02.19 05:59:28.567664 [ 258 ] {aa0a290c-801d-47c7-863e-ddde34bcf5d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8335 | 2025.02.19 05:59:28.567799 [ 258 ] {aa0a290c-801d-47c7-863e-ddde34bcf5d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8336 | 2025.02.19 05:59:28.567814 [ 190 ] {3e28ef33-2603-423e-a1ee-258fce097b7c::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 409 rows starting from the beginning of the part | ||
| 8337 | 2025.02.19 05:59:28.568258 [ 190 ] {3e28ef33-2603-423e-a1ee-258fce097b7c::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 532 rows starting from the beginning of the part | ||
| 8338 | 2025.02.19 05:59:28.568633 [ 190 ] {3e28ef33-2603-423e-a1ee-258fce097b7c::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 64 rows starting from the beginning of the part | ||
| 8339 | 2025.02.19 05:59:28.568996 [ 190 ] {3e28ef33-2603-423e-a1ee-258fce097b7c::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 409 rows starting from the beginning of the part | ||
| 8340 | 2025.02.19 05:59:28.569333 [ 190 ] {3e28ef33-2603-423e-a1ee-258fce097b7c::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 76 rows starting from the beginning of the part | ||
| 8341 | 2025.02.19 05:59:28.570100 [ 258 ] {aa0a290c-801d-47c7-863e-ddde34bcf5d3} <Trace> oximeter.measurements_cumulativeu64 (12ad3da5-8862-4a0c-98f0-1a099eec319b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8342 | 2025.02.19 05:59:28.570142 [ 258 ] {aa0a290c-801d-47c7-863e-ddde34bcf5d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 8343 | 2025.02.19 05:59:28.570744 [ 258 ] {aa0a290c-801d-47c7-863e-ddde34bcf5d3} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 8344 | 2025.02.19 05:59:28.571015 [ 258 ] {aa0a290c-801d-47c7-863e-ddde34bcf5d3} <Trace> oximeter.measurements_cumulativeu64 (12ad3da5-8862-4a0c-98f0-1a099eec319b): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8345 | 2025.02.19 05:59:28.571296 [ 43 ] {} <Debug> oximeter.measurements_cumulativeu64 (12ad3da5-8862-4a0c-98f0-1a099eec319b) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 8346 | 2025.02.19 05:59:28.571304 [ 199 ] {3e28ef33-2603-423e-a1ee-258fce097b7c::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2403 rows, containing 5 columns (5 merged, 0 gathered) in 0.003888796 sec., 617929.0453909128 rows/sec., 47.30 MiB/sec. | ||
| 8347 | 2025.02.19 05:59:28.571394 [ 43 ] {} <Trace> oximeter.measurements_cumulativeu64 (12ad3da5-8862-4a0c-98f0-1a099eec319b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8348 | 2025.02.19 05:59:28.571449 [ 43 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 8349 | 2025.02.19 05:59:28.571493 [ 258 ] {aa0a290c-801d-47c7-863e-ddde34bcf5d3} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.003847 sec., 41590.850012997136 rows/sec., 2.90 MiB/sec. | ||
| 8350 | 2025.02.19 05:59:28.571729 [ 199 ] {3e28ef33-2603-423e-a1ee-258fce097b7c::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 8351 | 2025.02.19 05:59:28.571905 [ 258 ] {aa0a290c-801d-47c7-863e-ddde34bcf5d3} <Debug> TCPHandler: Processed in 0.004432586 sec. | ||
| 8352 | 2025.02.19 05:59:28.572088 [ 197 ] {12ad3da5-8862-4a0c-98f0-1a099eec319b::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 | ||
| 8353 | 2025.02.19 05:59:28.572229 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8354 | 2025.02.19 05:59:28.572795 [ 199 ] {3e28ef33-2603-423e-a1ee-258fce097b7c::all_1_66_13} <Trace> oximeter.fields_uuid (3e28ef33-2603-423e-a1ee-258fce097b7c): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8355 | 2025.02.19 05:59:28.572820 [ 254 ] {bd484ae1-a251-4818-8be9-a420589668d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8356 | 2025.02.19 05:59:28.573167 [ 199 ] {3e28ef33-2603-423e-a1ee-258fce097b7c::all_1_66_13} <Trace> oximeter.fields_uuid (3e28ef33-2603-423e-a1ee-258fce097b7c) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 8357 | 2025.02.19 05:59:28.573466 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB. | ||
| 8358 | 2025.02.19 05:59:28.573643 [ 254 ] {bd484ae1-a251-4818-8be9-a420589668d3} <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 | ||
| 8359 | 2025.02.19 05:59:28.573651 [ 197 ] {12ad3da5-8862-4a0c-98f0-1a099eec319b::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8360 | 2025.02.19 05:59:28.573837 [ 197 ] {12ad3da5-8862-4a0c-98f0-1a099eec319b::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_61_12, total 18114 rows starting from the beginning of the part | ||
| 8361 | 2025.02.19 05:59:28.574267 [ 197 ] {12ad3da5-8862-4a0c-98f0-1a099eec319b::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 | ||
| 8362 | 2025.02.19 05:59:28.574638 [ 197 ] {12ad3da5-8862-4a0c-98f0-1a099eec319b::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 974 rows starting from the beginning of the part | ||
| 8363 | 2025.02.19 05:59:28.575015 [ 197 ] {12ad3da5-8862-4a0c-98f0-1a099eec319b::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 32 rows starting from the beginning of the part | ||
| 8364 | 2025.02.19 05:59:28.575337 [ 197 ] {12ad3da5-8862-4a0c-98f0-1a099eec319b::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 237 rows starting from the beginning of the part | ||
| 8365 | 2025.02.19 05:59:28.575737 [ 197 ] {12ad3da5-8862-4a0c-98f0-1a099eec319b::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 160 rows starting from the beginning of the part | ||
| 8366 | 2025.02.19 05:59:28.578085 [ 254 ] {bd484ae1-a251-4818-8be9-a420589668d3} <Trace> oximeter.measurements_histogramu64 (7e806432-9fb0-4852-8b8d-11fed24611fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8367 | 2025.02.19 05:59:28.578130 [ 254 ] {bd484ae1-a251-4818-8be9-a420589668d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 8368 | 2025.02.19 05:59:28.580006 [ 254 ] {bd484ae1-a251-4818-8be9-a420589668d3} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 8369 | 2025.02.19 05:59:28.580301 [ 254 ] {bd484ae1-a251-4818-8be9-a420589668d3} <Trace> oximeter.measurements_histogramu64 (7e806432-9fb0-4852-8b8d-11fed24611fa): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8370 | 2025.02.19 05:59:28.580680 [ 254 ] {bd484ae1-a251-4818-8be9-a420589668d3} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.0081 sec., 1481.4814814814815 rows/sec., 2.65 MiB/sec. | ||
| 8371 | 2025.02.19 05:59:28.580936 [ 254 ] {bd484ae1-a251-4818-8be9-a420589668d3} <Debug> TCPHandler: Processed in 0.00887973 sec. | ||
| 8372 | 2025.02.19 05:59:28.581090 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8373 | 2025.02.19 05:59:28.581221 [ 258 ] {4262dff3-4b6d-4777-87b3-71d7237b88af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8374 | 2025.02.19 05:59:28.581282 [ 258 ] {4262dff3-4b6d-4777-87b3-71d7237b88af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8375 | 2025.02.19 05:59:28.582003 [ 258 ] {4262dff3-4b6d-4777-87b3-71d7237b88af} <Trace> oximeter.measurements_u64 (fe0987d5-5b8f-48d5-a303-9c895ee7970c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8376 | 2025.02.19 05:59:28.582057 [ 258 ] {4262dff3-4b6d-4777-87b3-71d7237b88af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 8377 | 2025.02.19 05:59:28.582717 [ 258 ] {4262dff3-4b6d-4777-87b3-71d7237b88af} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 8378 | 2025.02.19 05:59:28.583025 [ 258 ] {4262dff3-4b6d-4777-87b3-71d7237b88af} <Trace> oximeter.measurements_u64 (fe0987d5-5b8f-48d5-a303-9c895ee7970c): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8379 | 2025.02.19 05:59:28.583220 [ 43 ] {} <Debug> oximeter.measurements_u64 (fe0987d5-5b8f-48d5-a303-9c895ee7970c) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 8380 | 2025.02.19 05:59:28.583325 [ 43 ] {} <Trace> oximeter.measurements_u64 (fe0987d5-5b8f-48d5-a303-9c895ee7970c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8381 | 2025.02.19 05:59:28.583422 [ 43 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 8382 | 2025.02.19 05:59:28.583622 [ 258 ] {4262dff3-4b6d-4777-87b3-71d7237b88af} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002375 sec., 25263.157894736843 rows/sec., 1.70 MiB/sec. | ||
| 8383 | 2025.02.19 05:59:28.583914 [ 188 ] {fe0987d5-5b8f-48d5-a303-9c895ee7970c::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 | ||
| 8384 | 2025.02.19 05:59:28.584078 [ 258 ] {4262dff3-4b6d-4777-87b3-71d7237b88af} <Debug> TCPHandler: Processed in 0.003040202 sec. | ||
| 8385 | 2025.02.19 05:59:28.584101 [ 195 ] {12ad3da5-8862-4a0c-98f0-1a099eec319b::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 19754 rows, containing 5 columns (5 merged, 0 gathered) in 0.012509233 sec., 1579153.5740040976 rows/sec., 106.71 MiB/sec. | ||
| 8386 | 2025.02.19 05:59:28.584290 [ 188 ] {fe0987d5-5b8f-48d5-a303-9c895ee7970c::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8387 | 2025.02.19 05:59:28.584345 [ 188 ] {fe0987d5-5b8f-48d5-a303-9c895ee7970c::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 3556 rows starting from the beginning of the part | ||
| 8388 | 2025.02.19 05:59:28.584429 [ 188 ] {fe0987d5-5b8f-48d5-a303-9c895ee7970c::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 | ||
| 8389 | 2025.02.19 05:59:28.584735 [ 195 ] {12ad3da5-8862-4a0c-98f0-1a099eec319b::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 8390 | 2025.02.19 05:59:28.584770 [ 188 ] {fe0987d5-5b8f-48d5-a303-9c895ee7970c::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 48 rows starting from the beginning of the part | ||
| 8391 | 2025.02.19 05:59:28.585121 [ 188 ] {fe0987d5-5b8f-48d5-a303-9c895ee7970c::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 12 rows starting from the beginning of the part | ||
| 8392 | 2025.02.19 05:59:28.585326 [ 188 ] {fe0987d5-5b8f-48d5-a303-9c895ee7970c::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 82 rows starting from the beginning of the part | ||
| 8393 | 2025.02.19 05:59:28.585514 [ 188 ] {fe0987d5-5b8f-48d5-a303-9c895ee7970c::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 60 rows starting from the beginning of the part | ||
| 8394 | 2025.02.19 05:59:28.585850 [ 195 ] {12ad3da5-8862-4a0c-98f0-1a099eec319b::all_1_66_13} <Trace> oximeter.measurements_cumulativeu64 (12ad3da5-8862-4a0c-98f0-1a099eec319b): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8395 | 2025.02.19 05:59:28.586080 [ 195 ] {12ad3da5-8862-4a0c-98f0-1a099eec319b::all_1_66_13} <Trace> oximeter.measurements_cumulativeu64 (12ad3da5-8862-4a0c-98f0-1a099eec319b) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 8396 | 2025.02.19 05:59:28.586226 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.26 MiB. | ||
| 8397 | 2025.02.19 05:59:28.587605 [ 187 ] {fe0987d5-5b8f-48d5-a303-9c895ee7970c::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3840 rows, containing 4 columns (4 merged, 0 gathered) in 0.004025179 sec., 953994.840974774 rows/sec., 62.38 MiB/sec. | ||
| 8398 | 2025.02.19 05:59:28.587973 [ 187 ] {fe0987d5-5b8f-48d5-a303-9c895ee7970c::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 8399 | 2025.02.19 05:59:28.588341 [ 187 ] {fe0987d5-5b8f-48d5-a303-9c895ee7970c::all_1_66_13} <Trace> oximeter.measurements_u64 (fe0987d5-5b8f-48d5-a303-9c895ee7970c): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8400 | 2025.02.19 05:59:28.588427 [ 187 ] {fe0987d5-5b8f-48d5-a303-9c895ee7970c::all_1_66_13} <Trace> oximeter.measurements_u64 (fe0987d5-5b8f-48d5-a303-9c895ee7970c) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 8401 | 2025.02.19 05:59:28.588514 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.76 MiB. | ||
| 8402 | 2025.02.19 05:59:29.432546 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 302 | ||
| 8403 | 2025.02.19 05:59:29.453534 [ 243 ] {} <Trace> system.metric_log (636422f3-000f-4feb-9852-006313efe3e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8404 | 2025.02.19 05:59:29.453587 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 8405 | 2025.02.19 05:59:29.460911 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 8406 | 2025.02.19 05:59:29.461736 [ 243 ] {} <Trace> system.metric_log (636422f3-000f-4feb-9852-006313efe3e0): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8407 | 2025.02.19 05:59:29.464408 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 302 | ||
| 8408 | 2025.02.19 05:59:33.564830 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8409 | 2025.02.19 05:59:33.565044 [ 254 ] {ed25d5d7-1619-4d21-976c-e2eee54c7373} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 8410 | 2025.02.19 05:59:33.565124 [ 254 ] {ed25d5d7-1619-4d21-976c-e2eee54c7373} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 8411 | 2025.02.19 05:59:33.566039 [ 254 ] {ed25d5d7-1619-4d21-976c-e2eee54c7373} <Trace> oximeter.fields_i16 (2bf1598c-a5a7-46ca-9aca-ef074bb76812): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8412 | 2025.02.19 05:59:33.566084 [ 254 ] {ed25d5d7-1619-4d21-976c-e2eee54c7373} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 8413 | 2025.02.19 05:59:33.566542 [ 254 ] {ed25d5d7-1619-4d21-976c-e2eee54c7373} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 8414 | 2025.02.19 05:59:33.566796 [ 254 ] {ed25d5d7-1619-4d21-976c-e2eee54c7373} <Trace> oximeter.fields_i16 (2bf1598c-a5a7-46ca-9aca-ef074bb76812): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8415 | 2025.02.19 05:59:33.567027 [ 36 ] {} <Debug> oximeter.fields_i16 (2bf1598c-a5a7-46ca-9aca-ef074bb76812) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0 | ||
| 8416 | 2025.02.19 05:59:33.567070 [ 254 ] {ed25d5d7-1619-4d21-976c-e2eee54c7373} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002087 sec., 101581.21705797796 rows/sec., 6.46 MiB/sec. | ||
| 8417 | 2025.02.19 05:59:33.567149 [ 36 ] {} <Trace> oximeter.fields_i16 (2bf1598c-a5a7-46ca-9aca-ef074bb76812): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8418 | 2025.02.19 05:59:33.567197 [ 254 ] {ed25d5d7-1619-4d21-976c-e2eee54c7373} <Debug> TCPHandler: Processed in 0.002509892 sec. | ||
| 8419 | 2025.02.19 05:59:33.567281 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 8420 | 2025.02.19 05:59:33.567551 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8421 | 2025.02.19 05:59:33.567817 [ 188 ] {2bf1598c-a5a7-46ca-9aca-ef074bb76812::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 | ||
| 8422 | 2025.02.19 05:59:33.568352 [ 258 ] {cb0168c0-086b-4e6b-9c52-4f025c04edf3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8423 | 2025.02.19 05:59:33.568507 [ 188 ] {2bf1598c-a5a7-46ca-9aca-ef074bb76812::all_1_25_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8424 | 2025.02.19 05:59:33.568629 [ 258 ] {cb0168c0-086b-4e6b-9c52-4f025c04edf3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8425 | 2025.02.19 05:59:33.568665 [ 188 ] {2bf1598c-a5a7-46ca-9aca-ef074bb76812::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 | ||
| 8426 | 2025.02.19 05:59:33.569105 [ 188 ] {2bf1598c-a5a7-46ca-9aca-ef074bb76812::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 | ||
| 8427 | 2025.02.19 05:59:33.569458 [ 188 ] {2bf1598c-a5a7-46ca-9aca-ef074bb76812::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 | ||
| 8428 | 2025.02.19 05:59:33.569769 [ 188 ] {2bf1598c-a5a7-46ca-9aca-ef074bb76812::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 | ||
| 8429 | 2025.02.19 05:59:33.570066 [ 188 ] {2bf1598c-a5a7-46ca-9aca-ef074bb76812::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 | ||
| 8430 | 2025.02.19 05:59:33.572174 [ 258 ] {cb0168c0-086b-4e6b-9c52-4f025c04edf3} <Trace> oximeter.fields_string (2fcca75a-374a-4c87-833b-a981a707b5d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8431 | 2025.02.19 05:59:33.572225 [ 258 ] {cb0168c0-086b-4e6b-9c52-4f025c04edf3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 8432 | 2025.02.19 05:59:33.572744 [ 188 ] {2bf1598c-a5a7-46ca-9aca-ef074bb76812::all_1_25_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.00530116 sec., 199956.2359936316 rows/sec., 13.48 MiB/sec. | ||
| 8433 | 2025.02.19 05:59:33.572964 [ 188 ] {2bf1598c-a5a7-46ca-9aca-ef074bb76812::all_1_25_6} <Trace> MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary) | ||
| 8434 | 2025.02.19 05:59:33.573163 [ 258 ] {cb0168c0-086b-4e6b-9c52-4f025c04edf3} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 8435 | 2025.02.19 05:59:33.573417 [ 188 ] {2bf1598c-a5a7-46ca-9aca-ef074bb76812::all_1_25_6} <Trace> oximeter.fields_i16 (2bf1598c-a5a7-46ca-9aca-ef074bb76812): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8436 | 2025.02.19 05:59:33.573556 [ 188 ] {2bf1598c-a5a7-46ca-9aca-ef074bb76812::all_1_25_6} <Trace> oximeter.fields_i16 (2bf1598c-a5a7-46ca-9aca-ef074bb76812) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6 | ||
| 8437 | 2025.02.19 05:59:33.573730 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
| 8438 | 2025.02.19 05:59:33.573773 [ 258 ] {cb0168c0-086b-4e6b-9c52-4f025c04edf3} <Trace> oximeter.fields_string (2fcca75a-374a-4c87-833b-a981a707b5d9): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8439 | 2025.02.19 05:59:33.574049 [ 258 ] {cb0168c0-086b-4e6b-9c52-4f025c04edf3} <Debug> executeQuery: Read 671 rows, 54.45 KiB in 0.005941 sec., 112943.94883016327 rows/sec., 8.95 MiB/sec. | ||
| 8440 | 2025.02.19 05:59:33.574127 [ 258 ] {cb0168c0-086b-4e6b-9c52-4f025c04edf3} <Debug> TCPHandler: Processed in 0.006742665 sec. | ||
| 8441 | 2025.02.19 05:59:33.574291 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8442 | 2025.02.19 05:59:33.574399 [ 254 ] {19aefcab-a197-44e2-b3fe-79b0405f8474} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8443 | 2025.02.19 05:59:33.574445 [ 254 ] {19aefcab-a197-44e2-b3fe-79b0405f8474} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8444 | 2025.02.19 05:59:33.575034 [ 254 ] {19aefcab-a197-44e2-b3fe-79b0405f8474} <Trace> oximeter.fields_u16 (6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8445 | 2025.02.19 05:59:33.575073 [ 254 ] {19aefcab-a197-44e2-b3fe-79b0405f8474} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 8446 | 2025.02.19 05:59:33.575434 [ 254 ] {19aefcab-a197-44e2-b3fe-79b0405f8474} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 8447 | 2025.02.19 05:59:33.575678 [ 254 ] {19aefcab-a197-44e2-b3fe-79b0405f8474} <Trace> oximeter.fields_u16 (6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8448 | 2025.02.19 05:59:33.575926 [ 254 ] {19aefcab-a197-44e2-b3fe-79b0405f8474} <Debug> executeQuery: Read 133 rows, 8.42 KiB in 0.001549 sec., 85861.84635248547 rows/sec., 5.31 MiB/sec. | ||
| 8449 | 2025.02.19 05:59:33.575980 [ 254 ] {19aefcab-a197-44e2-b3fe-79b0405f8474} <Debug> TCPHandler: Processed in 0.001745979 sec. | ||
| 8450 | 2025.02.19 05:59:33.576130 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8451 | 2025.02.19 05:59:33.576239 [ 258 ] {e479e5ae-b29f-4373-8d40-532c03e1f827} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 8452 | 2025.02.19 05:59:33.576283 [ 258 ] {e479e5ae-b29f-4373-8d40-532c03e1f827} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 8453 | 2025.02.19 05:59:33.576844 [ 258 ] {e479e5ae-b29f-4373-8d40-532c03e1f827} <Trace> oximeter.fields_u32 (65b4bee1-230d-4ffd-8593-1cf368c54481): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8454 | 2025.02.19 05:59:33.576886 [ 258 ] {e479e5ae-b29f-4373-8d40-532c03e1f827} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 8455 | 2025.02.19 05:59:33.577257 [ 258 ] {e479e5ae-b29f-4373-8d40-532c03e1f827} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 8456 | 2025.02.19 05:59:33.577512 [ 258 ] {e479e5ae-b29f-4373-8d40-532c03e1f827} <Trace> oximeter.fields_u32 (65b4bee1-230d-4ffd-8593-1cf368c54481): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8457 | 2025.02.19 05:59:33.577747 [ 258 ] {e479e5ae-b29f-4373-8d40-532c03e1f827} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001531 sec., 73807.96864794251 rows/sec., 4.78 MiB/sec. | ||
| 8458 | 2025.02.19 05:59:33.577799 [ 258 ] {e479e5ae-b29f-4373-8d40-532c03e1f827} <Debug> TCPHandler: Processed in 0.001723329 sec. | ||
| 8459 | 2025.02.19 05:59:33.577941 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8460 | 2025.02.19 05:59:33.578071 [ 254 ] {5186d899-c1a7-4a0b-9360-f5a1441aada4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 8461 | 2025.02.19 05:59:33.578126 [ 254 ] {5186d899-c1a7-4a0b-9360-f5a1441aada4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 8462 | 2025.02.19 05:59:33.578767 [ 254 ] {5186d899-c1a7-4a0b-9360-f5a1441aada4} <Trace> oximeter.fields_u8 (cef67ce3-27e4-4c55-9365-409a4c7c6d8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8463 | 2025.02.19 05:59:33.578807 [ 254 ] {5186d899-c1a7-4a0b-9360-f5a1441aada4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 8464 | 2025.02.19 05:59:33.579158 [ 254 ] {5186d899-c1a7-4a0b-9360-f5a1441aada4} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 8465 | 2025.02.19 05:59:33.579396 [ 254 ] {5186d899-c1a7-4a0b-9360-f5a1441aada4} <Trace> oximeter.fields_u8 (cef67ce3-27e4-4c55-9365-409a4c7c6d8e): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8466 | 2025.02.19 05:59:33.579559 [ 36 ] {} <Debug> oximeter.fields_u8 (cef67ce3-27e4-4c55-9365-409a4c7c6d8e) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0 | ||
| 8467 | 2025.02.19 05:59:33.579626 [ 36 ] {} <Trace> oximeter.fields_u8 (cef67ce3-27e4-4c55-9365-409a4c7c6d8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8468 | 2025.02.19 05:59:33.579661 [ 254 ] {5186d899-c1a7-4a0b-9360-f5a1441aada4} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001614 sec., 69392.81288723668 rows/sec., 3.95 MiB/sec. | ||
| 8469 | 2025.02.19 05:59:33.579668 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 8470 | 2025.02.19 05:59:33.579830 [ 254 ] {5186d899-c1a7-4a0b-9360-f5a1441aada4} <Debug> TCPHandler: Processed in 0.001948863 sec. | ||
| 8471 | 2025.02.19 05:59:33.579893 [ 198 ] {cef67ce3-27e4-4c55-9365-409a4c7c6d8e::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 | ||
| 8472 | 2025.02.19 05:59:33.580000 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8473 | 2025.02.19 05:59:33.580027 [ 198 ] {cef67ce3-27e4-4c55-9365-409a4c7c6d8e::all_1_25_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8474 | 2025.02.19 05:59:33.580069 [ 198 ] {cef67ce3-27e4-4c55-9365-409a4c7c6d8e::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 | ||
| 8475 | 2025.02.19 05:59:33.580160 [ 258 ] {72824ca2-6560-4479-bb6e-6666f76c27ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8476 | 2025.02.19 05:59:33.580259 [ 198 ] {cef67ce3-27e4-4c55-9365-409a4c7c6d8e::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 | ||
| 8477 | 2025.02.19 05:59:33.580307 [ 258 ] {72824ca2-6560-4479-bb6e-6666f76c27ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8478 | 2025.02.19 05:59:33.580731 [ 198 ] {cef67ce3-27e4-4c55-9365-409a4c7c6d8e::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 | ||
| 8479 | 2025.02.19 05:59:33.581009 [ 198 ] {cef67ce3-27e4-4c55-9365-409a4c7c6d8e::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 | ||
| 8480 | 2025.02.19 05:59:33.581394 [ 198 ] {cef67ce3-27e4-4c55-9365-409a4c7c6d8e::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 | ||
| 8481 | 2025.02.19 05:59:33.582706 [ 258 ] {72824ca2-6560-4479-bb6e-6666f76c27ff} <Trace> oximeter.fields_uuid (3e28ef33-2603-423e-a1ee-258fce097b7c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8482 | 2025.02.19 05:59:33.582757 [ 258 ] {72824ca2-6560-4479-bb6e-6666f76c27ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 8483 | 2025.02.19 05:59:33.583211 [ 196 ] {cef67ce3-27e4-4c55-9365-409a4c7c6d8e::all_1_25_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.003408088 sec., 164315.00595055058 rows/sec., 9.99 MiB/sec. | ||
| 8484 | 2025.02.19 05:59:33.583431 [ 258 ] {72824ca2-6560-4479-bb6e-6666f76c27ff} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 8485 | 2025.02.19 05:59:33.583458 [ 196 ] {cef67ce3-27e4-4c55-9365-409a4c7c6d8e::all_1_25_6} <Trace> MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary) | ||
| 8486 | 2025.02.19 05:59:33.583961 [ 258 ] {72824ca2-6560-4479-bb6e-6666f76c27ff} <Trace> oximeter.fields_uuid (3e28ef33-2603-423e-a1ee-258fce097b7c): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8487 | 2025.02.19 05:59:33.584051 [ 196 ] {cef67ce3-27e4-4c55-9365-409a4c7c6d8e::all_1_25_6} <Trace> oximeter.fields_u8 (cef67ce3-27e4-4c55-9365-409a4c7c6d8e): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8488 | 2025.02.19 05:59:33.584283 [ 196 ] {cef67ce3-27e4-4c55-9365-409a4c7c6d8e::all_1_25_6} <Trace> oximeter.fields_u8 (cef67ce3-27e4-4c55-9365-409a4c7c6d8e) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6 | ||
| 8489 | 2025.02.19 05:59:33.584385 [ 258 ] {72824ca2-6560-4479-bb6e-6666f76c27ff} <Debug> executeQuery: Read 409 rows, 29.75 KiB in 0.004246 sec., 96325.95383890721 rows/sec., 6.84 MiB/sec. | ||
| 8490 | 2025.02.19 05:59:33.584433 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 8491 | 2025.02.19 05:59:33.584549 [ 258 ] {72824ca2-6560-4479-bb6e-6666f76c27ff} <Debug> TCPHandler: Processed in 0.004620698 sec. | ||
| 8492 | 2025.02.19 05:59:33.584703 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8493 | 2025.02.19 05:59:33.584832 [ 254 ] {7cf0a1e8-688f-4d9f-a330-d02a31d125ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 8494 | 2025.02.19 05:59:33.584889 [ 254 ] {7cf0a1e8-688f-4d9f-a330-d02a31d125ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 8495 | 2025.02.19 05:59:33.585446 [ 254 ] {7cf0a1e8-688f-4d9f-a330-d02a31d125ed} <Trace> oximeter.measurements_bool (16e9d126-bc56-4e42-988e-352459bd24dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8496 | 2025.02.19 05:59:33.585492 [ 254 ] {7cf0a1e8-688f-4d9f-a330-d02a31d125ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 8497 | 2025.02.19 05:59:33.585875 [ 254 ] {7cf0a1e8-688f-4d9f-a330-d02a31d125ed} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 8498 | 2025.02.19 05:59:33.586122 [ 254 ] {7cf0a1e8-688f-4d9f-a330-d02a31d125ed} <Trace> oximeter.measurements_bool (16e9d126-bc56-4e42-988e-352459bd24dc): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8499 | 2025.02.19 05:59:33.586374 [ 254 ] {7cf0a1e8-688f-4d9f-a330-d02a31d125ed} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001571 sec., 3819.2234245703376 rows/sec., 199.54 KiB/sec. | ||
| 8500 | 2025.02.19 05:59:33.586570 [ 254 ] {7cf0a1e8-688f-4d9f-a330-d02a31d125ed} <Debug> TCPHandler: Processed in 0.001928582 sec. | ||
| 8501 | 2025.02.19 05:59:33.586757 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8502 | 2025.02.19 05:59:33.586890 [ 258 ] {c6712abd-2c32-40bf-827c-6599e2273689} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8503 | 2025.02.19 05:59:33.586949 [ 258 ] {c6712abd-2c32-40bf-827c-6599e2273689} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8504 | 2025.02.19 05:59:33.587598 [ 258 ] {c6712abd-2c32-40bf-827c-6599e2273689} <Trace> oximeter.measurements_cumulativeu64 (12ad3da5-8862-4a0c-98f0-1a099eec319b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8505 | 2025.02.19 05:59:33.587638 [ 258 ] {c6712abd-2c32-40bf-827c-6599e2273689} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 8506 | 2025.02.19 05:59:33.588039 [ 258 ] {c6712abd-2c32-40bf-827c-6599e2273689} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 8507 | 2025.02.19 05:59:33.588290 [ 258 ] {c6712abd-2c32-40bf-827c-6599e2273689} <Trace> oximeter.measurements_cumulativeu64 (12ad3da5-8862-4a0c-98f0-1a099eec319b): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8508 | 2025.02.19 05:59:33.588499 [ 258 ] {c6712abd-2c32-40bf-827c-6599e2273689} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001639 sec., 144600.36607687615 rows/sec., 9.69 MiB/sec. | ||
| 8509 | 2025.02.19 05:59:33.588554 [ 258 ] {c6712abd-2c32-40bf-827c-6599e2273689} <Debug> TCPHandler: Processed in 0.001876312 sec. | ||
| 8510 | 2025.02.19 05:59:33.588701 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8511 | 2025.02.19 05:59:33.588829 [ 254 ] {13a555fa-eaf1-4d61-bd7f-ba736e006639} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 8512 | 2025.02.19 05:59:33.588886 [ 254 ] {13a555fa-eaf1-4d61-bd7f-ba736e006639} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 8513 | 2025.02.19 05:59:33.589387 [ 254 ] {13a555fa-eaf1-4d61-bd7f-ba736e006639} <Trace> oximeter.measurements_f64 (338bebf0-eeef-41b9-b679-f4717a277180): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8514 | 2025.02.19 05:59:33.589434 [ 254 ] {13a555fa-eaf1-4d61-bd7f-ba736e006639} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 8515 | 2025.02.19 05:59:33.589802 [ 254 ] {13a555fa-eaf1-4d61-bd7f-ba736e006639} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 8516 | 2025.02.19 05:59:33.590040 [ 254 ] {13a555fa-eaf1-4d61-bd7f-ba736e006639} <Trace> oximeter.measurements_f64 (338bebf0-eeef-41b9-b679-f4717a277180): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8517 | 2025.02.19 05:59:33.590263 [ 254 ] {13a555fa-eaf1-4d61-bd7f-ba736e006639} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001462 sec., 683.9945280437756 rows/sec., 46.09 KiB/sec. | ||
| 8518 | 2025.02.19 05:59:33.590312 [ 254 ] {13a555fa-eaf1-4d61-bd7f-ba736e006639} <Debug> TCPHandler: Processed in 0.001676088 sec. | ||
| 8519 | 2025.02.19 05:59:33.590434 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8520 | 2025.02.19 05:59:33.590539 [ 258 ] {1c7d6d56-294c-4f55-b467-16fd058f439d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8521 | 2025.02.19 05:59:33.590617 [ 258 ] {1c7d6d56-294c-4f55-b467-16fd058f439d} <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 | ||
| 8522 | 2025.02.19 05:59:33.591860 [ 258 ] {1c7d6d56-294c-4f55-b467-16fd058f439d} <Trace> oximeter.measurements_histogramu64 (7e806432-9fb0-4852-8b8d-11fed24611fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8523 | 2025.02.19 05:59:33.591900 [ 258 ] {1c7d6d56-294c-4f55-b467-16fd058f439d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 8524 | 2025.02.19 05:59:33.592531 [ 258 ] {1c7d6d56-294c-4f55-b467-16fd058f439d} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 8525 | 2025.02.19 05:59:33.592782 [ 258 ] {1c7d6d56-294c-4f55-b467-16fd058f439d} <Trace> oximeter.measurements_histogramu64 (7e806432-9fb0-4852-8b8d-11fed24611fa): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8526 | 2025.02.19 05:59:33.593036 [ 258 ] {1c7d6d56-294c-4f55-b467-16fd058f439d} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002558 sec., 10555.12118842846 rows/sec., 18.91 MiB/sec. | ||
| 8527 | 2025.02.19 05:59:33.593126 [ 258 ] {1c7d6d56-294c-4f55-b467-16fd058f439d} <Debug> TCPHandler: Processed in 0.002789867 sec. | ||
| 8528 | 2025.02.19 05:59:33.593277 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8529 | 2025.02.19 05:59:33.593468 [ 254 ] {8d0206bf-959a-41a1-a6d1-2a6e1e674058} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8530 | 2025.02.19 05:59:33.593526 [ 254 ] {8d0206bf-959a-41a1-a6d1-2a6e1e674058} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8531 | 2025.02.19 05:59:33.594046 [ 254 ] {8d0206bf-959a-41a1-a6d1-2a6e1e674058} <Trace> oximeter.measurements_u64 (fe0987d5-5b8f-48d5-a303-9c895ee7970c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8532 | 2025.02.19 05:59:33.594092 [ 254 ] {8d0206bf-959a-41a1-a6d1-2a6e1e674058} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 8533 | 2025.02.19 05:59:33.594517 [ 254 ] {8d0206bf-959a-41a1-a6d1-2a6e1e674058} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 8534 | 2025.02.19 05:59:33.594761 [ 254 ] {8d0206bf-959a-41a1-a6d1-2a6e1e674058} <Trace> oximeter.measurements_u64 (fe0987d5-5b8f-48d5-a303-9c895ee7970c): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8535 | 2025.02.19 05:59:33.594963 [ 254 ] {8d0206bf-959a-41a1-a6d1-2a6e1e674058} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001529 sec., 53629.82341399608 rows/sec., 3.41 MiB/sec. | ||
| 8536 | 2025.02.19 05:59:33.595012 [ 254 ] {8d0206bf-959a-41a1-a6d1-2a6e1e674058} <Debug> TCPHandler: Processed in 0.00174194 sec. | ||
| 8537 | 2025.02.19 05:59:35.625147 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 18788 | ||
| 8538 | 2025.02.19 05:59:35.625874 [ 244 ] {} <Trace> system.asynchronous_metric_log (5573eb27-0871-4eb5-bfd6-93b6d6d4142e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8539 | 2025.02.19 05:59:35.625922 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 8540 | 2025.02.19 05:59:35.626437 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 8541 | 2025.02.19 05:59:35.626695 [ 244 ] {} <Trace> system.asynchronous_metric_log (5573eb27-0871-4eb5-bfd6-93b6d6d4142e): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8542 | 2025.02.19 05:59:35.626926 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 18788 | ||
| 8543 | 2025.02.19 05:59:35.626937 [ 34 ] {} <Debug> system.asynchronous_metric_log (5573eb27-0871-4eb5-bfd6-93b6d6d4142e) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 8544 | 2025.02.19 05:59:35.627022 [ 34 ] {} <Trace> system.asynchronous_metric_log (5573eb27-0871-4eb5-bfd6-93b6d6d4142e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8545 | 2025.02.19 05:59:35.627051 [ 34 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 8546 | 2025.02.19 05:59:35.627226 [ 188 ] {5573eb27-0871-4eb5-bfd6-93b6d6d4142e::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 | ||
| 8547 | 2025.02.19 05:59:35.627579 [ 188 ] {5573eb27-0871-4eb5-bfd6-93b6d6d4142e::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8548 | 2025.02.19 05:59:35.627685 [ 188 ] {5573eb27-0871-4eb5-bfd6-93b6d6d4142e::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 | ||
| 8549 | 2025.02.19 05:59:35.627804 [ 188 ] {5573eb27-0871-4eb5-bfd6-93b6d6d4142e::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 427 rows starting from the beginning of the part | ||
| 8550 | 2025.02.19 05:59:35.627899 [ 188 ] {5573eb27-0871-4eb5-bfd6-93b6d6d4142e::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 488 rows starting from the beginning of the part | ||
| 8551 | 2025.02.19 05:59:35.628026 [ 188 ] {5573eb27-0871-4eb5-bfd6-93b6d6d4142e::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 427 rows starting from the beginning of the part | ||
| 8552 | 2025.02.19 05:59:35.628124 [ 188 ] {5573eb27-0871-4eb5-bfd6-93b6d6d4142e::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 488 rows starting from the beginning of the part | ||
| 8553 | 2025.02.19 05:59:35.628205 [ 188 ] {5573eb27-0871-4eb5-bfd6-93b6d6d4142e::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 427 rows starting from the beginning of the part | ||
| 8554 | 2025.02.19 05:59:35.630252 [ 193 ] {5573eb27-0871-4eb5-bfd6-93b6d6d4142e::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 18788 rows, containing 4 columns (4 merged, 0 gathered) in 0.003122173 sec., 6017603.765070033 rows/sec., 86.08 MiB/sec. | ||
| 8555 | 2025.02.19 05:59:35.630672 [ 186 ] {5573eb27-0871-4eb5-bfd6-93b6d6d4142e::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 8556 | 2025.02.19 05:59:35.631026 [ 186 ] {5573eb27-0871-4eb5-bfd6-93b6d6d4142e::all_1_41_8} <Trace> system.asynchronous_metric_log (5573eb27-0871-4eb5-bfd6-93b6d6d4142e): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8557 | 2025.02.19 05:59:35.631118 [ 186 ] {5573eb27-0871-4eb5-bfd6-93b6d6d4142e::all_1_41_8} <Trace> system.asynchronous_metric_log (5573eb27-0871-4eb5-bfd6-93b6d6d4142e) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 8558 | 2025.02.19 05:59:35.631238 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.61 MiB. | ||
| 8559 | 2025.02.19 05:59:36.964546 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 309 | ||
| 8560 | 2025.02.19 05:59:36.985384 [ 243 ] {} <Trace> system.metric_log (636422f3-000f-4feb-9852-006313efe3e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8561 | 2025.02.19 05:59:36.985439 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 8562 | 2025.02.19 05:59:36.992796 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 8563 | 2025.02.19 05:59:36.993597 [ 243 ] {} <Trace> system.metric_log (636422f3-000f-4feb-9852-006313efe3e0): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8564 | 2025.02.19 05:59:36.993979 [ 32 ] {} <Debug> system.metric_log (636422f3-000f-4feb-9852-006313efe3e0) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 8565 | 2025.02.19 05:59:36.994121 [ 32 ] {} <Trace> system.metric_log (636422f3-000f-4feb-9852-006313efe3e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8566 | 2025.02.19 05:59:36.994193 [ 32 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 8567 | 2025.02.19 05:59:36.994723 [ 188 ] {636422f3-000f-4feb-9852-006313efe3e0::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 | ||
| 8568 | 2025.02.19 05:59:37.000239 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 220.37 MiB, peak 222.47 MiB, free memory in arenas 0.00 B, will set to 215.88 MiB (RSS), difference: -4.49 MiB | ||
| 8569 | 2025.02.19 05:59:37.012096 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 309 | ||
| 8570 | 2025.02.19 05:59:37.013367 [ 188 ] {636422f3-000f-4feb-9852-006313efe3e0::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8571 | 2025.02.19 05:59:37.014619 [ 188 ] {636422f3-000f-4feb-9852-006313efe3e0::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 | ||
| 8572 | 2025.02.19 05:59:37.019554 [ 188 ] {636422f3-000f-4feb-9852-006313efe3e0::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 | ||
| 8573 | 2025.02.19 05:59:37.024806 [ 188 ] {636422f3-000f-4feb-9852-006313efe3e0::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 | ||
| 8574 | 2025.02.19 05:59:37.030254 [ 188 ] {636422f3-000f-4feb-9852-006313efe3e0::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 | ||
| 8575 | 2025.02.19 05:59:37.035879 [ 188 ] {636422f3-000f-4feb-9852-006313efe3e0::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 | ||
| 8576 | 2025.02.19 05:59:37.040330 [ 188 ] {636422f3-000f-4feb-9852-006313efe3e0::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 | ||
| 8577 | 2025.02.19 05:59:37.099518 [ 193 ] {636422f3-000f-4feb-9852-006313efe3e0::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 309 rows, containing 679 columns (679 merged, 0 gathered) in 0.105188267 sec., 2937.589988054466 rows/sec., 15.19 MiB/sec. | ||
| 8578 | 2025.02.19 05:59:37.102397 [ 191 ] {636422f3-000f-4feb-9852-006313efe3e0::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 8579 | 2025.02.19 05:59:37.105324 [ 191 ] {636422f3-000f-4feb-9852-006313efe3e0::all_1_41_8} <Trace> system.metric_log (636422f3-000f-4feb-9852-006313efe3e0): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8580 | 2025.02.19 05:59:37.105413 [ 191 ] {636422f3-000f-4feb-9852-006313efe3e0::all_1_41_8} <Trace> system.metric_log (636422f3-000f-4feb-9852-006313efe3e0) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 8581 | 2025.02.19 05:59:37.107571 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. | ||
| 8582 | 2025.02.19 05:59:38.000228 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 212.44 MiB, peak 225.85 MiB, free memory in arenas 0.00 B, will set to 218.52 MiB (RSS), difference: 6.08 MiB | ||
| 8583 | 2025.02.19 05:59:38.228913 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1226 | ||
| 8584 | 2025.02.19 05:59:38.232429 [ 242 ] {} <Trace> system.query_log (c5831a85-9043-4d4c-a5be-d968cb126303): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8585 | 2025.02.19 05:59:38.232479 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 8586 | 2025.02.19 05:59:38.234012 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 8587 | 2025.02.19 05:59:38.234348 [ 242 ] {} <Trace> system.query_log (c5831a85-9043-4d4c-a5be-d968cb126303): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8588 | 2025.02.19 05:59:38.235660 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1226 | ||
| 8589 | 2025.02.19 05:59:38.558224 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8590 | 2025.02.19 05:59:38.558489 [ 254 ] {361c3779-a773-4be5-9854-93927233755d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8591 | 2025.02.19 05:59:38.558571 [ 254 ] {361c3779-a773-4be5-9854-93927233755d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8592 | 2025.02.19 05:59:38.559361 [ 254 ] {361c3779-a773-4be5-9854-93927233755d} <Trace> oximeter.fields_string (2fcca75a-374a-4c87-833b-a981a707b5d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8593 | 2025.02.19 05:59:38.559404 [ 254 ] {361c3779-a773-4be5-9854-93927233755d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 8594 | 2025.02.19 05:59:38.559860 [ 254 ] {361c3779-a773-4be5-9854-93927233755d} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 8595 | 2025.02.19 05:59:38.560132 [ 254 ] {361c3779-a773-4be5-9854-93927233755d} <Trace> oximeter.fields_string (2fcca75a-374a-4c87-833b-a981a707b5d9): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8596 | 2025.02.19 05:59:38.560339 [ 254 ] {361c3779-a773-4be5-9854-93927233755d} <Debug> executeQuery: Read 80 rows, 6.77 KiB in 0.00191 sec., 41884.8167539267 rows/sec., 3.46 MiB/sec. | ||
| 8597 | 2025.02.19 05:59:38.560405 [ 254 ] {361c3779-a773-4be5-9854-93927233755d} <Debug> TCPHandler: Processed in 0.002332639 sec. | ||
| 8598 | 2025.02.19 05:59:38.560564 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8599 | 2025.02.19 05:59:38.560687 [ 258 ] {2b2a15c4-e707-44c5-b09d-6d48b7e07e9a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8600 | 2025.02.19 05:59:38.560735 [ 258 ] {2b2a15c4-e707-44c5-b09d-6d48b7e07e9a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8601 | 2025.02.19 05:59:38.561276 [ 258 ] {2b2a15c4-e707-44c5-b09d-6d48b7e07e9a} <Trace> oximeter.fields_u16 (6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8602 | 2025.02.19 05:59:38.561314 [ 258 ] {2b2a15c4-e707-44c5-b09d-6d48b7e07e9a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 8603 | 2025.02.19 05:59:38.561680 [ 258 ] {2b2a15c4-e707-44c5-b09d-6d48b7e07e9a} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 8604 | 2025.02.19 05:59:38.561942 [ 258 ] {2b2a15c4-e707-44c5-b09d-6d48b7e07e9a} <Trace> oximeter.fields_u16 (6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8605 | 2025.02.19 05:59:38.562091 [ 30 ] {} <Debug> oximeter.fields_u16 (6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 8606 | 2025.02.19 05:59:38.562131 [ 258 ] {2b2a15c4-e707-44c5-b09d-6d48b7e07e9a} <Debug> executeQuery: Read 12 rows, 924.00 B in 0.00147 sec., 8163.265306122449 rows/sec., 613.84 KiB/sec. | ||
| 8607 | 2025.02.19 05:59:38.562135 [ 30 ] {} <Trace> oximeter.fields_u16 (6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8608 | 2025.02.19 05:59:38.562185 [ 30 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 8609 | 2025.02.19 05:59:38.562205 [ 258 ] {2b2a15c4-e707-44c5-b09d-6d48b7e07e9a} <Debug> TCPHandler: Processed in 0.001700469 sec. | ||
| 8610 | 2025.02.19 05:59:38.562419 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8611 | 2025.02.19 05:59:38.562693 [ 200 ] {6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f::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 | ||
| 8612 | 2025.02.19 05:59:38.562745 [ 254 ] {818cb42d-3506-4655-ac83-b7806b5c75b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8613 | 2025.02.19 05:59:38.562891 [ 254 ] {818cb42d-3506-4655-ac83-b7806b5c75b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8614 | 2025.02.19 05:59:38.563412 [ 200 ] {6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8615 | 2025.02.19 05:59:38.563539 [ 200 ] {6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 163 rows starting from the beginning of the part | ||
| 8616 | 2025.02.19 05:59:38.563858 [ 200 ] {6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 12 rows starting from the beginning of the part | ||
| 8617 | 2025.02.19 05:59:38.564313 [ 200 ] {6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 133 rows starting from the beginning of the part | ||
| 8618 | 2025.02.19 05:59:38.564748 [ 200 ] {6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 12 rows starting from the beginning of the part | ||
| 8619 | 2025.02.19 05:59:38.565049 [ 200 ] {6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 133 rows starting from the beginning of the part | ||
| 8620 | 2025.02.19 05:59:38.565319 [ 200 ] {6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 12 rows starting from the beginning of the part | ||
| 8621 | 2025.02.19 05:59:38.566143 [ 254 ] {818cb42d-3506-4655-ac83-b7806b5c75b7} <Trace> oximeter.fields_uuid (3e28ef33-2603-423e-a1ee-258fce097b7c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8622 | 2025.02.19 05:59:38.566220 [ 254 ] {818cb42d-3506-4655-ac83-b7806b5c75b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 8623 | 2025.02.19 05:59:38.567272 [ 254 ] {818cb42d-3506-4655-ac83-b7806b5c75b7} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 8624 | 2025.02.19 05:59:38.567809 [ 254 ] {818cb42d-3506-4655-ac83-b7806b5c75b7} <Trace> oximeter.fields_uuid (3e28ef33-2603-423e-a1ee-258fce097b7c): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8625 | 2025.02.19 05:59:38.568363 [ 200 ] {6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 465 rows, containing 5 columns (5 merged, 0 gathered) in 0.006025313 sec., 77174.41400969544 rows/sec., 5.18 MiB/sec. | ||
| 8626 | 2025.02.19 05:59:38.568390 [ 254 ] {818cb42d-3506-4655-ac83-b7806b5c75b7} <Debug> executeQuery: Read 76 rows, 6.08 KiB in 0.005723 sec., 13279.748383714836 rows/sec., 1.04 MiB/sec. | ||
| 8627 | 2025.02.19 05:59:38.568531 [ 254 ] {818cb42d-3506-4655-ac83-b7806b5c75b7} <Debug> TCPHandler: Processed in 0.006247876 sec. | ||
| 8628 | 2025.02.19 05:59:38.568597 [ 200 ] {6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 8629 | 2025.02.19 05:59:38.568689 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8630 | 2025.02.19 05:59:38.568863 [ 258 ] {14088a89-11b5-431a-a23e-35c544fd3e4f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8631 | 2025.02.19 05:59:38.568939 [ 258 ] {14088a89-11b5-431a-a23e-35c544fd3e4f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8632 | 2025.02.19 05:59:38.569062 [ 200 ] {6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f::all_1_56_11} <Trace> oximeter.fields_u16 (6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8633 | 2025.02.19 05:59:38.569299 [ 200 ] {6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f::all_1_56_11} <Trace> oximeter.fields_u16 (6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 8634 | 2025.02.19 05:59:38.569481 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 8635 | 2025.02.19 05:59:38.569888 [ 258 ] {14088a89-11b5-431a-a23e-35c544fd3e4f} <Trace> oximeter.measurements_cumulativeu64 (12ad3da5-8862-4a0c-98f0-1a099eec319b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8636 | 2025.02.19 05:59:38.569932 [ 258 ] {14088a89-11b5-431a-a23e-35c544fd3e4f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 8637 | 2025.02.19 05:59:38.570337 [ 258 ] {14088a89-11b5-431a-a23e-35c544fd3e4f} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 8638 | 2025.02.19 05:59:38.570602 [ 258 ] {14088a89-11b5-431a-a23e-35c544fd3e4f} <Trace> oximeter.measurements_cumulativeu64 (12ad3da5-8862-4a0c-98f0-1a099eec319b): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8639 | 2025.02.19 05:59:38.570791 [ 258 ] {14088a89-11b5-431a-a23e-35c544fd3e4f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00198 sec., 80808.0808080808 rows/sec., 5.63 MiB/sec. | ||
| 8640 | 2025.02.19 05:59:38.570846 [ 258 ] {14088a89-11b5-431a-a23e-35c544fd3e4f} <Debug> TCPHandler: Processed in 0.002231628 sec. | ||
| 8641 | 2025.02.19 05:59:38.571023 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8642 | 2025.02.19 05:59:38.571152 [ 254 ] {22b1014b-0658-4a88-bf5d-091ced398f20} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8643 | 2025.02.19 05:59:38.571233 [ 254 ] {22b1014b-0658-4a88-bf5d-091ced398f20} <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 | ||
| 8644 | 2025.02.19 05:59:38.572419 [ 254 ] {22b1014b-0658-4a88-bf5d-091ced398f20} <Trace> oximeter.measurements_histogramu64 (7e806432-9fb0-4852-8b8d-11fed24611fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8645 | 2025.02.19 05:59:38.572458 [ 254 ] {22b1014b-0658-4a88-bf5d-091ced398f20} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 8646 | 2025.02.19 05:59:38.573100 [ 254 ] {22b1014b-0658-4a88-bf5d-091ced398f20} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 8647 | 2025.02.19 05:59:38.573410 [ 254 ] {22b1014b-0658-4a88-bf5d-091ced398f20} <Trace> oximeter.measurements_histogramu64 (7e806432-9fb0-4852-8b8d-11fed24611fa): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8648 | 2025.02.19 05:59:38.573611 [ 28 ] {} <Debug> oximeter.measurements_histogramu64 (7e806432-9fb0-4852-8b8d-11fed24611fa) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 8649 | 2025.02.19 05:59:38.573670 [ 28 ] {} <Trace> oximeter.measurements_histogramu64 (7e806432-9fb0-4852-8b8d-11fed24611fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8650 | 2025.02.19 05:59:38.573686 [ 254 ] {22b1014b-0658-4a88-bf5d-091ced398f20} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002549 sec., 4707.728520988623 rows/sec., 8.44 MiB/sec. | ||
| 8651 | 2025.02.19 05:59:38.573701 [ 28 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 8652 | 2025.02.19 05:59:38.574103 [ 254 ] {22b1014b-0658-4a88-bf5d-091ced398f20} <Debug> TCPHandler: Processed in 0.003145463 sec. | ||
| 8653 | 2025.02.19 05:59:38.574126 [ 189 ] {7e806432-9fb0-4852-8b8d-11fed24611fa::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 | ||
| 8654 | 2025.02.19 05:59:38.574293 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8655 | 2025.02.19 05:59:38.574562 [ 258 ] {fa0e9657-748a-4cf2-8e32-1b74e720b107} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8656 | 2025.02.19 05:59:38.574691 [ 258 ] {fa0e9657-748a-4cf2-8e32-1b74e720b107} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8657 | 2025.02.19 05:59:38.575003 [ 189 ] {7e806432-9fb0-4852-8b8d-11fed24611fa::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8658 | 2025.02.19 05:59:38.575291 [ 189 ] {7e806432-9fb0-4852-8b8d-11fed24611fa::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 962 rows starting from the beginning of the part | ||
| 8659 | 2025.02.19 05:59:38.576041 [ 189 ] {7e806432-9fb0-4852-8b8d-11fed24611fa::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 12 rows starting from the beginning of the part | ||
| 8660 | 2025.02.19 05:59:38.576821 [ 189 ] {7e806432-9fb0-4852-8b8d-11fed24611fa::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 27 rows starting from the beginning of the part | ||
| 8661 | 2025.02.19 05:59:38.576873 [ 258 ] {fa0e9657-748a-4cf2-8e32-1b74e720b107} <Trace> oximeter.measurements_u64 (fe0987d5-5b8f-48d5-a303-9c895ee7970c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8662 | 2025.02.19 05:59:38.576949 [ 258 ] {fa0e9657-748a-4cf2-8e32-1b74e720b107} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 8663 | 2025.02.19 05:59:38.577338 [ 189 ] {7e806432-9fb0-4852-8b8d-11fed24611fa::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 12 rows starting from the beginning of the part | ||
| 8664 | 2025.02.19 05:59:38.577972 [ 189 ] {7e806432-9fb0-4852-8b8d-11fed24611fa::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 27 rows starting from the beginning of the part | ||
| 8665 | 2025.02.19 05:59:38.578645 [ 189 ] {7e806432-9fb0-4852-8b8d-11fed24611fa::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 12 rows starting from the beginning of the part | ||
| 8666 | 2025.02.19 05:59:38.578741 [ 258 ] {fa0e9657-748a-4cf2-8e32-1b74e720b107} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 8667 | 2025.02.19 05:59:38.579682 [ 258 ] {fa0e9657-748a-4cf2-8e32-1b74e720b107} <Trace> oximeter.measurements_u64 (fe0987d5-5b8f-48d5-a303-9c895ee7970c): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8668 | 2025.02.19 05:59:38.580085 [ 258 ] {fa0e9657-748a-4cf2-8e32-1b74e720b107} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005614 sec., 10687.566797292482 rows/sec., 737.55 KiB/sec. | ||
| 8669 | 2025.02.19 05:59:38.580227 [ 258 ] {fa0e9657-748a-4cf2-8e32-1b74e720b107} <Debug> TCPHandler: Processed in 0.006013462 sec. | ||
| 8670 | 2025.02.19 05:59:38.585733 [ 199 ] {7e806432-9fb0-4852-8b8d-11fed24611fa::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1052 rows, containing 19 columns (19 merged, 0 gathered) in 0.011854192 sec., 88744.97730423129 rows/sec., 159.03 MiB/sec. | ||
| 8671 | 2025.02.19 05:59:38.587301 [ 190 ] {7e806432-9fb0-4852-8b8d-11fed24611fa::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 8672 | 2025.02.19 05:59:38.587759 [ 190 ] {7e806432-9fb0-4852-8b8d-11fed24611fa::all_1_56_11} <Trace> oximeter.measurements_histogramu64 (7e806432-9fb0-4852-8b8d-11fed24611fa): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8673 | 2025.02.19 05:59:38.587845 [ 190 ] {7e806432-9fb0-4852-8b8d-11fed24611fa::all_1_56_11} <Trace> oximeter.measurements_histogramu64 (7e806432-9fb0-4852-8b8d-11fed24611fa) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 8674 | 2025.02.19 05:59:38.587997 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.28 MiB. | ||
| 8675 | 2025.02.19 05:59:39.000177 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 219.02 MiB, peak 227.28 MiB, free memory in arenas 0.00 B, will set to 220.74 MiB (RSS), difference: 1.71 MiB | ||
| 8676 | 2025.02.19 05:59:42.976739 [ 23 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 8677 | 2025.02.19 05:59:42.976795 [ 23 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 8678 | 2025.02.19 05:59:43.127175 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 19276 | ||
| 8679 | 2025.02.19 05:59:43.128181 [ 244 ] {} <Trace> system.asynchronous_metric_log (5573eb27-0871-4eb5-bfd6-93b6d6d4142e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8680 | 2025.02.19 05:59:43.128233 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 8681 | 2025.02.19 05:59:43.128802 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 8682 | 2025.02.19 05:59:43.129088 [ 244 ] {} <Trace> system.asynchronous_metric_log (5573eb27-0871-4eb5-bfd6-93b6d6d4142e): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8683 | 2025.02.19 05:59:43.129373 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 19276 | ||
| 8684 | 2025.02.19 05:59:43.564806 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8685 | 2025.02.19 05:59:43.565019 [ 254 ] {14c63b06-91c5-4f62-bce7-9004ab507eee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 8686 | 2025.02.19 05:59:43.565100 [ 254 ] {14c63b06-91c5-4f62-bce7-9004ab507eee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 8687 | 2025.02.19 05:59:43.566007 [ 254 ] {14c63b06-91c5-4f62-bce7-9004ab507eee} <Trace> oximeter.fields_i16 (2bf1598c-a5a7-46ca-9aca-ef074bb76812): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8688 | 2025.02.19 05:59:43.566050 [ 254 ] {14c63b06-91c5-4f62-bce7-9004ab507eee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 8689 | 2025.02.19 05:59:43.566529 [ 254 ] {14c63b06-91c5-4f62-bce7-9004ab507eee} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 8690 | 2025.02.19 05:59:43.566795 [ 254 ] {14c63b06-91c5-4f62-bce7-9004ab507eee} <Trace> oximeter.fields_i16 (2bf1598c-a5a7-46ca-9aca-ef074bb76812): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8691 | 2025.02.19 05:59:43.567058 [ 254 ] {14c63b06-91c5-4f62-bce7-9004ab507eee} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002085 sec., 101678.65707434053 rows/sec., 6.47 MiB/sec. | ||
| 8692 | 2025.02.19 05:59:43.567198 [ 254 ] {14c63b06-91c5-4f62-bce7-9004ab507eee} <Debug> TCPHandler: Processed in 0.002529303 sec. | ||
| 8693 | 2025.02.19 05:59:43.567458 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8694 | 2025.02.19 05:59:43.567644 [ 258 ] {5597b6e0-66c1-4bf2-9f44-515156084645} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8695 | 2025.02.19 05:59:43.567707 [ 258 ] {5597b6e0-66c1-4bf2-9f44-515156084645} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8696 | 2025.02.19 05:59:43.568535 [ 258 ] {5597b6e0-66c1-4bf2-9f44-515156084645} <Trace> oximeter.fields_string (2fcca75a-374a-4c87-833b-a981a707b5d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8697 | 2025.02.19 05:59:43.568575 [ 258 ] {5597b6e0-66c1-4bf2-9f44-515156084645} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 8698 | 2025.02.19 05:59:43.569001 [ 258 ] {5597b6e0-66c1-4bf2-9f44-515156084645} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 8699 | 2025.02.19 05:59:43.569254 [ 258 ] {5597b6e0-66c1-4bf2-9f44-515156084645} <Trace> oximeter.fields_string (2fcca75a-374a-4c87-833b-a981a707b5d9): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8700 | 2025.02.19 05:59:43.569440 [ 258 ] {5597b6e0-66c1-4bf2-9f44-515156084645} <Debug> executeQuery: Read 671 rows, 54.45 KiB in 0.001834 sec., 365866.9574700109 rows/sec., 29.00 MiB/sec. | ||
| 8701 | 2025.02.19 05:59:43.569506 [ 258 ] {5597b6e0-66c1-4bf2-9f44-515156084645} <Debug> TCPHandler: Processed in 0.002190817 sec. | ||
| 8702 | 2025.02.19 05:59:43.569682 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8703 | 2025.02.19 05:59:43.569830 [ 254 ] {b5c1ab9b-7fcb-4cfb-b3e9-47d50ffd77cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8704 | 2025.02.19 05:59:43.569886 [ 254 ] {b5c1ab9b-7fcb-4cfb-b3e9-47d50ffd77cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8705 | 2025.02.19 05:59:43.570463 [ 254 ] {b5c1ab9b-7fcb-4cfb-b3e9-47d50ffd77cd} <Trace> oximeter.fields_u16 (6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8706 | 2025.02.19 05:59:43.570501 [ 254 ] {b5c1ab9b-7fcb-4cfb-b3e9-47d50ffd77cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 8707 | 2025.02.19 05:59:43.570877 [ 254 ] {b5c1ab9b-7fcb-4cfb-b3e9-47d50ffd77cd} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 8708 | 2025.02.19 05:59:43.571122 [ 254 ] {b5c1ab9b-7fcb-4cfb-b3e9-47d50ffd77cd} <Trace> oximeter.fields_u16 (6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8709 | 2025.02.19 05:59:43.571316 [ 254 ] {b5c1ab9b-7fcb-4cfb-b3e9-47d50ffd77cd} <Debug> executeQuery: Read 133 rows, 8.42 KiB in 0.001516 sec., 87730.87071240105 rows/sec., 5.42 MiB/sec. | ||
| 8710 | 2025.02.19 05:59:43.571410 [ 254 ] {b5c1ab9b-7fcb-4cfb-b3e9-47d50ffd77cd} <Debug> TCPHandler: Processed in 0.001824121 sec. | ||
| 8711 | 2025.02.19 05:59:43.571621 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8712 | 2025.02.19 05:59:43.571790 [ 258 ] {22c483d1-2184-455b-bd8f-1f6f40f953d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 8713 | 2025.02.19 05:59:43.571836 [ 258 ] {22c483d1-2184-455b-bd8f-1f6f40f953d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 8714 | 2025.02.19 05:59:43.572397 [ 258 ] {22c483d1-2184-455b-bd8f-1f6f40f953d4} <Trace> oximeter.fields_u32 (65b4bee1-230d-4ffd-8593-1cf368c54481): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8715 | 2025.02.19 05:59:43.572436 [ 258 ] {22c483d1-2184-455b-bd8f-1f6f40f953d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 8716 | 2025.02.19 05:59:43.572813 [ 258 ] {22c483d1-2184-455b-bd8f-1f6f40f953d4} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 8717 | 2025.02.19 05:59:43.573066 [ 258 ] {22c483d1-2184-455b-bd8f-1f6f40f953d4} <Trace> oximeter.fields_u32 (65b4bee1-230d-4ffd-8593-1cf368c54481): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8718 | 2025.02.19 05:59:43.573257 [ 258 ] {22c483d1-2184-455b-bd8f-1f6f40f953d4} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001493 sec., 75686.53717347623 rows/sec., 4.90 MiB/sec. | ||
| 8719 | 2025.02.19 05:59:43.573383 [ 258 ] {22c483d1-2184-455b-bd8f-1f6f40f953d4} <Debug> TCPHandler: Processed in 0.001890192 sec. | ||
| 8720 | 2025.02.19 05:59:43.573535 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8721 | 2025.02.19 05:59:43.573666 [ 254 ] {65dfdc7c-3c14-491a-a69d-58bdab1b3d5b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 8722 | 2025.02.19 05:59:43.573720 [ 254 ] {65dfdc7c-3c14-491a-a69d-58bdab1b3d5b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 8723 | 2025.02.19 05:59:43.574308 [ 254 ] {65dfdc7c-3c14-491a-a69d-58bdab1b3d5b} <Trace> oximeter.fields_u8 (cef67ce3-27e4-4c55-9365-409a4c7c6d8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8724 | 2025.02.19 05:59:43.574346 [ 254 ] {65dfdc7c-3c14-491a-a69d-58bdab1b3d5b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 8725 | 2025.02.19 05:59:43.574706 [ 254 ] {65dfdc7c-3c14-491a-a69d-58bdab1b3d5b} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 8726 | 2025.02.19 05:59:43.574953 [ 254 ] {65dfdc7c-3c14-491a-a69d-58bdab1b3d5b} <Trace> oximeter.fields_u8 (cef67ce3-27e4-4c55-9365-409a4c7c6d8e): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8727 | 2025.02.19 05:59:43.575192 [ 254 ] {65dfdc7c-3c14-491a-a69d-58bdab1b3d5b} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001546 sec., 72445.0194049159 rows/sec., 4.13 MiB/sec. | ||
| 8728 | 2025.02.19 05:59:43.575417 [ 254 ] {65dfdc7c-3c14-491a-a69d-58bdab1b3d5b} <Debug> TCPHandler: Processed in 0.001942243 sec. | ||
| 8729 | 2025.02.19 05:59:43.575576 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8730 | 2025.02.19 05:59:43.575708 [ 258 ] {875ef8f7-5244-47f1-9f53-2d5d37944fd5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8731 | 2025.02.19 05:59:43.575763 [ 258 ] {875ef8f7-5244-47f1-9f53-2d5d37944fd5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8732 | 2025.02.19 05:59:43.576531 [ 258 ] {875ef8f7-5244-47f1-9f53-2d5d37944fd5} <Trace> oximeter.fields_uuid (3e28ef33-2603-423e-a1ee-258fce097b7c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8733 | 2025.02.19 05:59:43.576571 [ 258 ] {875ef8f7-5244-47f1-9f53-2d5d37944fd5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 8734 | 2025.02.19 05:59:43.576952 [ 258 ] {875ef8f7-5244-47f1-9f53-2d5d37944fd5} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 8735 | 2025.02.19 05:59:43.577200 [ 258 ] {875ef8f7-5244-47f1-9f53-2d5d37944fd5} <Trace> oximeter.fields_uuid (3e28ef33-2603-423e-a1ee-258fce097b7c): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8736 | 2025.02.19 05:59:43.577389 [ 258 ] {875ef8f7-5244-47f1-9f53-2d5d37944fd5} <Debug> executeQuery: Read 409 rows, 29.75 KiB in 0.001708 sec., 239461.35831381733 rows/sec., 17.01 MiB/sec. | ||
| 8737 | 2025.02.19 05:59:43.577489 [ 258 ] {875ef8f7-5244-47f1-9f53-2d5d37944fd5} <Debug> TCPHandler: Processed in 0.001977904 sec. | ||
| 8738 | 2025.02.19 05:59:43.577650 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8739 | 2025.02.19 05:59:43.577762 [ 254 ] {33c06f3d-7bb5-43cb-b949-24e8a081019f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 8740 | 2025.02.19 05:59:43.577809 [ 254 ] {33c06f3d-7bb5-43cb-b949-24e8a081019f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 8741 | 2025.02.19 05:59:43.578253 [ 254 ] {33c06f3d-7bb5-43cb-b949-24e8a081019f} <Trace> oximeter.measurements_bool (16e9d126-bc56-4e42-988e-352459bd24dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8742 | 2025.02.19 05:59:43.578289 [ 254 ] {33c06f3d-7bb5-43cb-b949-24e8a081019f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 8743 | 2025.02.19 05:59:43.578706 [ 254 ] {33c06f3d-7bb5-43cb-b949-24e8a081019f} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 8744 | 2025.02.19 05:59:43.578977 [ 254 ] {33c06f3d-7bb5-43cb-b949-24e8a081019f} <Trace> oximeter.measurements_bool (16e9d126-bc56-4e42-988e-352459bd24dc): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8745 | 2025.02.19 05:59:43.579098 [ 46 ] {} <Debug> oximeter.measurements_bool (16e9d126-bc56-4e42-988e-352459bd24dc) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 8746 | 2025.02.19 05:59:43.579140 [ 46 ] {} <Trace> oximeter.measurements_bool (16e9d126-bc56-4e42-988e-352459bd24dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8747 | 2025.02.19 05:59:43.579163 [ 46 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 8748 | 2025.02.19 05:59:43.579166 [ 254 ] {33c06f3d-7bb5-43cb-b949-24e8a081019f} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001426 sec., 4207.57363253857 rows/sec., 219.83 KiB/sec. | ||
| 8749 | 2025.02.19 05:59:43.579292 [ 254 ] {33c06f3d-7bb5-43cb-b949-24e8a081019f} <Debug> TCPHandler: Processed in 0.001701439 sec. | ||
| 8750 | 2025.02.19 05:59:43.579444 [ 193 ] {16e9d126-bc56-4e42-988e-352459bd24dc::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 | ||
| 8751 | 2025.02.19 05:59:43.579464 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8752 | 2025.02.19 05:59:43.579735 [ 258 ] {a2bf58f3-6fd0-4c02-ad56-93c3ced6a98c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8753 | 2025.02.19 05:59:43.579772 [ 193 ] {16e9d126-bc56-4e42-988e-352459bd24dc::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8754 | 2025.02.19 05:59:43.579837 [ 258 ] {a2bf58f3-6fd0-4c02-ad56-93c3ced6a98c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8755 | 2025.02.19 05:59:43.579857 [ 193 ] {16e9d126-bc56-4e42-988e-352459bd24dc::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 126 rows starting from the beginning of the part | ||
| 8756 | 2025.02.19 05:59:43.580151 [ 193 ] {16e9d126-bc56-4e42-988e-352459bd24dc::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 6 rows starting from the beginning of the part | ||
| 8757 | 2025.02.19 05:59:43.580490 [ 193 ] {16e9d126-bc56-4e42-988e-352459bd24dc::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 6 rows starting from the beginning of the part | ||
| 8758 | 2025.02.19 05:59:43.580850 [ 193 ] {16e9d126-bc56-4e42-988e-352459bd24dc::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 6 rows starting from the beginning of the part | ||
| 8759 | 2025.02.19 05:59:43.581084 [ 193 ] {16e9d126-bc56-4e42-988e-352459bd24dc::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 6 rows starting from the beginning of the part | ||
| 8760 | 2025.02.19 05:59:43.581407 [ 193 ] {16e9d126-bc56-4e42-988e-352459bd24dc::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 6 rows starting from the beginning of the part | ||
| 8761 | 2025.02.19 05:59:43.582510 [ 258 ] {a2bf58f3-6fd0-4c02-ad56-93c3ced6a98c} <Trace> oximeter.measurements_cumulativeu64 (12ad3da5-8862-4a0c-98f0-1a099eec319b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8762 | 2025.02.19 05:59:43.582571 [ 258 ] {a2bf58f3-6fd0-4c02-ad56-93c3ced6a98c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 8763 | 2025.02.19 05:59:43.583618 [ 258 ] {a2bf58f3-6fd0-4c02-ad56-93c3ced6a98c} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 8764 | 2025.02.19 05:59:43.584028 [ 199 ] {16e9d126-bc56-4e42-988e-352459bd24dc::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 156 rows, containing 4 columns (4 merged, 0 gathered) in 0.004756851 sec., 32794.80479838447 rows/sec., 1.67 MiB/sec. | ||
| 8765 | 2025.02.19 05:59:43.584159 [ 258 ] {a2bf58f3-6fd0-4c02-ad56-93c3ced6a98c} <Trace> oximeter.measurements_cumulativeu64 (12ad3da5-8862-4a0c-98f0-1a099eec319b): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8766 | 2025.02.19 05:59:43.584348 [ 199 ] {16e9d126-bc56-4e42-988e-352459bd24dc::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 8767 | 2025.02.19 05:59:43.584581 [ 258 ] {a2bf58f3-6fd0-4c02-ad56-93c3ced6a98c} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.004913 sec., 48239.3649501323 rows/sec., 3.23 MiB/sec. | ||
| 8768 | 2025.02.19 05:59:43.584683 [ 258 ] {a2bf58f3-6fd0-4c02-ad56-93c3ced6a98c} <Debug> TCPHandler: Processed in 0.00530243 sec. | ||
| 8769 | 2025.02.19 05:59:43.584876 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8770 | 2025.02.19 05:59:43.585040 [ 199 ] {16e9d126-bc56-4e42-988e-352459bd24dc::all_1_26_5} <Trace> oximeter.measurements_bool (16e9d126-bc56-4e42-988e-352459bd24dc): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8771 | 2025.02.19 05:59:43.585076 [ 254 ] {e5bd511a-db0a-4291-bfa2-5dbde23d9b81} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 8772 | 2025.02.19 05:59:43.585199 [ 254 ] {e5bd511a-db0a-4291-bfa2-5dbde23d9b81} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 8773 | 2025.02.19 05:59:43.585227 [ 199 ] {16e9d126-bc56-4e42-988e-352459bd24dc::all_1_26_5} <Trace> oximeter.measurements_bool (16e9d126-bc56-4e42-988e-352459bd24dc) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 8774 | 2025.02.19 05:59:43.585453 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 8775 | 2025.02.19 05:59:43.585934 [ 254 ] {e5bd511a-db0a-4291-bfa2-5dbde23d9b81} <Trace> oximeter.measurements_f64 (338bebf0-eeef-41b9-b679-f4717a277180): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8776 | 2025.02.19 05:59:43.585981 [ 254 ] {e5bd511a-db0a-4291-bfa2-5dbde23d9b81} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 8777 | 2025.02.19 05:59:43.586351 [ 254 ] {e5bd511a-db0a-4291-bfa2-5dbde23d9b81} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 8778 | 2025.02.19 05:59:43.586601 [ 254 ] {e5bd511a-db0a-4291-bfa2-5dbde23d9b81} <Trace> oximeter.measurements_f64 (338bebf0-eeef-41b9-b679-f4717a277180): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8779 | 2025.02.19 05:59:43.586731 [ 46 ] {} <Debug> oximeter.measurements_f64 (338bebf0-eeef-41b9-b679-f4717a277180) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 8780 | 2025.02.19 05:59:43.586774 [ 46 ] {} <Trace> oximeter.measurements_f64 (338bebf0-eeef-41b9-b679-f4717a277180): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8781 | 2025.02.19 05:59:43.586793 [ 254 ] {e5bd511a-db0a-4291-bfa2-5dbde23d9b81} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00179 sec., 558.659217877095 rows/sec., 37.64 KiB/sec. | ||
| 8782 | 2025.02.19 05:59:43.586802 [ 46 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 8783 | 2025.02.19 05:59:43.586906 [ 254 ] {e5bd511a-db0a-4291-bfa2-5dbde23d9b81} <Debug> TCPHandler: Processed in 0.002105136 sec. | ||
| 8784 | 2025.02.19 05:59:43.587091 [ 197 ] {338bebf0-eeef-41b9-b679-f4717a277180::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 | ||
| 8785 | 2025.02.19 05:59:43.587114 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8786 | 2025.02.19 05:59:43.587318 [ 197 ] {338bebf0-eeef-41b9-b679-f4717a277180::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8787 | 2025.02.19 05:59:43.587348 [ 258 ] {8baa02f2-402a-4d38-83ec-28a81ade82eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8788 | 2025.02.19 05:59:43.587370 [ 197 ] {338bebf0-eeef-41b9-b679-f4717a277180::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 22 rows starting from the beginning of the part | ||
| 8789 | 2025.02.19 05:59:43.587709 [ 258 ] {8baa02f2-402a-4d38-83ec-28a81ade82eb} <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 | ||
| 8790 | 2025.02.19 05:59:43.587739 [ 197 ] {338bebf0-eeef-41b9-b679-f4717a277180::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 1 rows starting from the beginning of the part | ||
| 8791 | 2025.02.19 05:59:43.588098 [ 197 ] {338bebf0-eeef-41b9-b679-f4717a277180::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 1 rows starting from the beginning of the part | ||
| 8792 | 2025.02.19 05:59:43.588385 [ 197 ] {338bebf0-eeef-41b9-b679-f4717a277180::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 1 rows starting from the beginning of the part | ||
| 8793 | 2025.02.19 05:59:43.588688 [ 197 ] {338bebf0-eeef-41b9-b679-f4717a277180::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 1 rows starting from the beginning of the part | ||
| 8794 | 2025.02.19 05:59:43.589033 [ 197 ] {338bebf0-eeef-41b9-b679-f4717a277180::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 1 rows starting from the beginning of the part | ||
| 8795 | 2025.02.19 05:59:43.592787 [ 197 ] {338bebf0-eeef-41b9-b679-f4717a277180::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 27 rows, containing 4 columns (4 merged, 0 gathered) in 0.00586478 sec., 4603.753252466418 rows/sec., 309.55 KiB/sec. | ||
| 8796 | 2025.02.19 05:59:43.593076 [ 197 ] {338bebf0-eeef-41b9-b679-f4717a277180::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 8797 | 2025.02.19 05:59:43.593339 [ 258 ] {8baa02f2-402a-4d38-83ec-28a81ade82eb} <Trace> oximeter.measurements_histogramu64 (7e806432-9fb0-4852-8b8d-11fed24611fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8798 | 2025.02.19 05:59:43.593403 [ 258 ] {8baa02f2-402a-4d38-83ec-28a81ade82eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 8799 | 2025.02.19 05:59:43.593738 [ 197 ] {338bebf0-eeef-41b9-b679-f4717a277180::all_1_26_5} <Trace> oximeter.measurements_f64 (338bebf0-eeef-41b9-b679-f4717a277180): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8800 | 2025.02.19 05:59:43.593909 [ 197 ] {338bebf0-eeef-41b9-b679-f4717a277180::all_1_26_5} <Trace> oximeter.measurements_f64 (338bebf0-eeef-41b9-b679-f4717a277180) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 8801 | 2025.02.19 05:59:43.594067 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 8802 | 2025.02.19 05:59:43.594488 [ 258 ] {8baa02f2-402a-4d38-83ec-28a81ade82eb} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 8803 | 2025.02.19 05:59:43.594787 [ 258 ] {8baa02f2-402a-4d38-83ec-28a81ade82eb} <Trace> oximeter.measurements_histogramu64 (7e806432-9fb0-4852-8b8d-11fed24611fa): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8804 | 2025.02.19 05:59:43.594997 [ 258 ] {8baa02f2-402a-4d38-83ec-28a81ade82eb} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.007715 sec., 3499.6759559300067 rows/sec., 6.27 MiB/sec. | ||
| 8805 | 2025.02.19 05:59:43.595127 [ 258 ] {8baa02f2-402a-4d38-83ec-28a81ade82eb} <Debug> TCPHandler: Processed in 0.008120618 sec. | ||
| 8806 | 2025.02.19 05:59:43.595275 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8807 | 2025.02.19 05:59:43.595405 [ 254 ] {c08e8cb0-c312-43fe-8187-2155fde5c7a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8808 | 2025.02.19 05:59:43.595463 [ 254 ] {c08e8cb0-c312-43fe-8187-2155fde5c7a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8809 | 2025.02.19 05:59:43.595985 [ 254 ] {c08e8cb0-c312-43fe-8187-2155fde5c7a9} <Trace> oximeter.measurements_u64 (fe0987d5-5b8f-48d5-a303-9c895ee7970c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8810 | 2025.02.19 05:59:43.596025 [ 254 ] {c08e8cb0-c312-43fe-8187-2155fde5c7a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 8811 | 2025.02.19 05:59:43.596381 [ 254 ] {c08e8cb0-c312-43fe-8187-2155fde5c7a9} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 8812 | 2025.02.19 05:59:43.596628 [ 254 ] {c08e8cb0-c312-43fe-8187-2155fde5c7a9} <Trace> oximeter.measurements_u64 (fe0987d5-5b8f-48d5-a303-9c895ee7970c): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8813 | 2025.02.19 05:59:43.596859 [ 254 ] {c08e8cb0-c312-43fe-8187-2155fde5c7a9} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001477 sec., 55517.94177386595 rows/sec., 3.53 MiB/sec. | ||
| 8814 | 2025.02.19 05:59:43.596947 [ 254 ] {c08e8cb0-c312-43fe-8187-2155fde5c7a9} <Debug> TCPHandler: Processed in 0.00173385 sec. | ||
| 8815 | 2025.02.19 05:59:44.512256 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 317 | ||
| 8816 | 2025.02.19 05:59:44.531195 [ 243 ] {} <Trace> system.metric_log (636422f3-000f-4feb-9852-006313efe3e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8817 | 2025.02.19 05:59:44.531263 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 8818 | 2025.02.19 05:59:44.538276 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 8819 | 2025.02.19 05:59:44.539063 [ 243 ] {} <Trace> system.metric_log (636422f3-000f-4feb-9852-006313efe3e0): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8820 | 2025.02.19 05:59:44.541834 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 317 | ||
| 8821 | 2025.02.19 05:59:46.734256 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8822 | 2025.02.19 05:59:46.734454 [ 254 ] {e3d3042e-0a93-4376-848a-d8de12136ace} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 8823 | 2025.02.19 05:59:46.734531 [ 254 ] {e3d3042e-0a93-4376-848a-d8de12136ace} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 8824 | 2025.02.19 05:59:46.735308 [ 254 ] {e3d3042e-0a93-4376-848a-d8de12136ace} <Trace> oximeter.fields_ipaddr (46427d01-24ae-42d6-a7d5-07bdb2aa84f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8825 | 2025.02.19 05:59:46.735364 [ 254 ] {e3d3042e-0a93-4376-848a-d8de12136ace} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 8826 | 2025.02.19 05:59:46.735806 [ 254 ] {e3d3042e-0a93-4376-848a-d8de12136ace} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 8827 | 2025.02.19 05:59:46.736099 [ 254 ] {e3d3042e-0a93-4376-848a-d8de12136ace} <Trace> oximeter.fields_ipaddr (46427d01-24ae-42d6-a7d5-07bdb2aa84f9): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8828 | 2025.02.19 05:59:46.736365 [ 254 ] {e3d3042e-0a93-4376-848a-d8de12136ace} <Debug> executeQuery: Read 14 rows, 1.14 KiB in 0.00196 sec., 7142.857142857143 rows/sec., 582.45 KiB/sec. | ||
| 8829 | 2025.02.19 05:59:46.736528 [ 254 ] {e3d3042e-0a93-4376-848a-d8de12136ace} <Debug> TCPHandler: Processed in 0.002409411 sec. | ||
| 8830 | 2025.02.19 05:59:46.736746 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8831 | 2025.02.19 05:59:46.736894 [ 258 ] {ff7339ac-2079-4011-b8df-602da95d37c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8832 | 2025.02.19 05:59:46.736955 [ 258 ] {ff7339ac-2079-4011-b8df-602da95d37c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8833 | 2025.02.19 05:59:46.738174 [ 258 ] {ff7339ac-2079-4011-b8df-602da95d37c4} <Trace> oximeter.fields_string (2fcca75a-374a-4c87-833b-a981a707b5d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8834 | 2025.02.19 05:59:46.738218 [ 258 ] {ff7339ac-2079-4011-b8df-602da95d37c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 8835 | 2025.02.19 05:59:46.738704 [ 258 ] {ff7339ac-2079-4011-b8df-602da95d37c4} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 8836 | 2025.02.19 05:59:46.738969 [ 258 ] {ff7339ac-2079-4011-b8df-602da95d37c4} <Trace> oximeter.fields_string (2fcca75a-374a-4c87-833b-a981a707b5d9): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8837 | 2025.02.19 05:59:46.739216 [ 258 ] {ff7339ac-2079-4011-b8df-602da95d37c4} <Debug> executeQuery: Read 1227 rows, 103.85 KiB in 0.002358 sec., 520356.2340966921 rows/sec., 43.01 MiB/sec. | ||
| 8838 | 2025.02.19 05:59:46.739282 [ 258 ] {ff7339ac-2079-4011-b8df-602da95d37c4} <Debug> TCPHandler: Processed in 0.002607064 sec. | ||
| 8839 | 2025.02.19 05:59:46.739426 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8840 | 2025.02.19 05:59:46.739544 [ 254 ] {d193ba6d-7ae4-44f4-8526-f1b56d0c7197} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8841 | 2025.02.19 05:59:46.739594 [ 254 ] {d193ba6d-7ae4-44f4-8526-f1b56d0c7197} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8842 | 2025.02.19 05:59:46.740167 [ 254 ] {d193ba6d-7ae4-44f4-8526-f1b56d0c7197} <Trace> oximeter.fields_u16 (6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8843 | 2025.02.19 05:59:46.740210 [ 254 ] {d193ba6d-7ae4-44f4-8526-f1b56d0c7197} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 8844 | 2025.02.19 05:59:46.740585 [ 254 ] {d193ba6d-7ae4-44f4-8526-f1b56d0c7197} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 8845 | 2025.02.19 05:59:46.740841 [ 254 ] {d193ba6d-7ae4-44f4-8526-f1b56d0c7197} <Trace> oximeter.fields_u16 (6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8846 | 2025.02.19 05:59:46.741078 [ 254 ] {d193ba6d-7ae4-44f4-8526-f1b56d0c7197} <Debug> executeQuery: Read 26 rows, 1.88 KiB in 0.00156 sec., 16666.666666666668 rows/sec., 1.18 MiB/sec. | ||
| 8847 | 2025.02.19 05:59:46.741134 [ 254 ] {d193ba6d-7ae4-44f4-8526-f1b56d0c7197} <Debug> TCPHandler: Processed in 0.00176347 sec. | ||
| 8848 | 2025.02.19 05:59:46.741288 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8849 | 2025.02.19 05:59:46.741419 [ 258 ] {ec82624b-2f3e-473b-a8b3-d403b401a38d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 8850 | 2025.02.19 05:59:46.741474 [ 258 ] {ec82624b-2f3e-473b-a8b3-d403b401a38d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 8851 | 2025.02.19 05:59:46.742181 [ 258 ] {ec82624b-2f3e-473b-a8b3-d403b401a38d} <Trace> oximeter.fields_u32 (65b4bee1-230d-4ffd-8593-1cf368c54481): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8852 | 2025.02.19 05:59:46.742222 [ 258 ] {ec82624b-2f3e-473b-a8b3-d403b401a38d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 8853 | 2025.02.19 05:59:46.742607 [ 258 ] {ec82624b-2f3e-473b-a8b3-d403b401a38d} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 8854 | 2025.02.19 05:59:46.742867 [ 258 ] {ec82624b-2f3e-473b-a8b3-d403b401a38d} <Trace> oximeter.fields_u32 (65b4bee1-230d-4ffd-8593-1cf368c54481): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8855 | 2025.02.19 05:59:46.743035 [ 128 ] {} <Debug> oximeter.fields_u32 (65b4bee1-230d-4ffd-8593-1cf368c54481) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 8856 | 2025.02.19 05:59:46.743102 [ 258 ] {ec82624b-2f3e-473b-a8b3-d403b401a38d} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001712 sec., 133177.57009345794 rows/sec., 9.02 MiB/sec. | ||
| 8857 | 2025.02.19 05:59:46.743128 [ 128 ] {} <Trace> oximeter.fields_u32 (65b4bee1-230d-4ffd-8593-1cf368c54481): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8858 | 2025.02.19 05:59:46.743208 [ 128 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 8859 | 2025.02.19 05:59:46.743216 [ 258 ] {ec82624b-2f3e-473b-a8b3-d403b401a38d} <Debug> TCPHandler: Processed in 0.001990344 sec. | ||
| 8860 | 2025.02.19 05:59:46.743489 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8861 | 2025.02.19 05:59:46.743637 [ 194 ] {65b4bee1-230d-4ffd-8593-1cf368c54481::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 | ||
| 8862 | 2025.02.19 05:59:46.743890 [ 254 ] {e2c0ca81-c74c-42f1-94dc-a69bfb1f77d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8863 | 2025.02.19 05:59:46.744062 [ 254 ] {e2c0ca81-c74c-42f1-94dc-a69bfb1f77d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8864 | 2025.02.19 05:59:46.744235 [ 194 ] {65b4bee1-230d-4ffd-8593-1cf368c54481::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8865 | 2025.02.19 05:59:46.744373 [ 194 ] {65b4bee1-230d-4ffd-8593-1cf368c54481::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 342 rows starting from the beginning of the part | ||
| 8866 | 2025.02.19 05:59:46.744596 [ 194 ] {65b4bee1-230d-4ffd-8593-1cf368c54481::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 228 rows starting from the beginning of the part | ||
| 8867 | 2025.02.19 05:59:46.745028 [ 194 ] {65b4bee1-230d-4ffd-8593-1cf368c54481::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 113 rows starting from the beginning of the part | ||
| 8868 | 2025.02.19 05:59:46.745375 [ 194 ] {65b4bee1-230d-4ffd-8593-1cf368c54481::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 113 rows starting from the beginning of the part | ||
| 8869 | 2025.02.19 05:59:46.745817 [ 194 ] {65b4bee1-230d-4ffd-8593-1cf368c54481::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 113 rows starting from the beginning of the part | ||
| 8870 | 2025.02.19 05:59:46.746389 [ 194 ] {65b4bee1-230d-4ffd-8593-1cf368c54481::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 228 rows starting from the beginning of the part | ||
| 8871 | 2025.02.19 05:59:46.747528 [ 254 ] {e2c0ca81-c74c-42f1-94dc-a69bfb1f77d3} <Trace> oximeter.fields_uuid (3e28ef33-2603-423e-a1ee-258fce097b7c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8872 | 2025.02.19 05:59:46.747576 [ 254 ] {e2c0ca81-c74c-42f1-94dc-a69bfb1f77d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 8873 | 2025.02.19 05:59:46.748149 [ 254 ] {e2c0ca81-c74c-42f1-94dc-a69bfb1f77d3} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 8874 | 2025.02.19 05:59:46.748341 [ 195 ] {65b4bee1-230d-4ffd-8593-1cf368c54481::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1137 rows, containing 5 columns (5 merged, 0 gathered) in 0.005021886 sec., 226408.96268851982 rows/sec., 15.93 MiB/sec. | ||
| 8875 | 2025.02.19 05:59:46.748531 [ 254 ] {e2c0ca81-c74c-42f1-94dc-a69bfb1f77d3} <Trace> oximeter.fields_uuid (3e28ef33-2603-423e-a1ee-258fce097b7c): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8876 | 2025.02.19 05:59:46.748605 [ 195 ] {65b4bee1-230d-4ffd-8593-1cf368c54481::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 8877 | 2025.02.19 05:59:46.749049 [ 254 ] {e2c0ca81-c74c-42f1-94dc-a69bfb1f77d3} <Debug> executeQuery: Read 546 rows, 41.51 KiB in 0.005277 sec., 103467.87947697556 rows/sec., 7.68 MiB/sec. | ||
| 8878 | 2025.02.19 05:59:46.749503 [ 254 ] {e2c0ca81-c74c-42f1-94dc-a69bfb1f77d3} <Debug> TCPHandler: Processed in 0.006164625 sec. | ||
| 8879 | 2025.02.19 05:59:46.749548 [ 195 ] {65b4bee1-230d-4ffd-8593-1cf368c54481::all_1_36_7} <Trace> oximeter.fields_u32 (65b4bee1-230d-4ffd-8593-1cf368c54481): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8880 | 2025.02.19 05:59:46.749909 [ 195 ] {65b4bee1-230d-4ffd-8593-1cf368c54481::all_1_36_7} <Trace> oximeter.fields_u32 (65b4bee1-230d-4ffd-8593-1cf368c54481) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 8881 | 2025.02.19 05:59:46.750079 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8882 | 2025.02.19 05:59:46.750160 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.38 MiB. | ||
| 8883 | 2025.02.19 05:59:46.750250 [ 258 ] {731c80fa-88a7-4bee-8735-5b5452b82ea2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8884 | 2025.02.19 05:59:46.750306 [ 258 ] {731c80fa-88a7-4bee-8735-5b5452b82ea2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8885 | 2025.02.19 05:59:46.751170 [ 258 ] {731c80fa-88a7-4bee-8735-5b5452b82ea2} <Trace> oximeter.measurements_cumulativeu64 (12ad3da5-8862-4a0c-98f0-1a099eec319b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8886 | 2025.02.19 05:59:46.751212 [ 258 ] {731c80fa-88a7-4bee-8735-5b5452b82ea2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 8887 | 2025.02.19 05:59:46.751707 [ 258 ] {731c80fa-88a7-4bee-8735-5b5452b82ea2} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 8888 | 2025.02.19 05:59:46.751995 [ 258 ] {731c80fa-88a7-4bee-8735-5b5452b82ea2} <Trace> oximeter.measurements_cumulativeu64 (12ad3da5-8862-4a0c-98f0-1a099eec319b): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8889 | 2025.02.19 05:59:46.752264 [ 258 ] {731c80fa-88a7-4bee-8735-5b5452b82ea2} <Debug> executeQuery: Read 981 rows, 67.45 KiB in 0.002031 sec., 483013.29394387006 rows/sec., 32.43 MiB/sec. | ||
| 8890 | 2025.02.19 05:59:46.752346 [ 258 ] {731c80fa-88a7-4bee-8735-5b5452b82ea2} <Debug> TCPHandler: Processed in 0.002707706 sec. | ||
| 8891 | 2025.02.19 05:59:46.752579 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8892 | 2025.02.19 05:59:46.752774 [ 254 ] {afe1e4c6-39e9-477e-8a47-1edd0cc88453} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8893 | 2025.02.19 05:59:46.752851 [ 254 ] {afe1e4c6-39e9-477e-8a47-1edd0cc88453} <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 | ||
| 8894 | 2025.02.19 05:59:46.753913 [ 254 ] {afe1e4c6-39e9-477e-8a47-1edd0cc88453} <Trace> oximeter.measurements_histogramu64 (7e806432-9fb0-4852-8b8d-11fed24611fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8895 | 2025.02.19 05:59:46.753955 [ 254 ] {afe1e4c6-39e9-477e-8a47-1edd0cc88453} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 8896 | 2025.02.19 05:59:46.754588 [ 254 ] {afe1e4c6-39e9-477e-8a47-1edd0cc88453} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 8897 | 2025.02.19 05:59:46.754857 [ 254 ] {afe1e4c6-39e9-477e-8a47-1edd0cc88453} <Trace> oximeter.measurements_histogramu64 (7e806432-9fb0-4852-8b8d-11fed24611fa): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8898 | 2025.02.19 05:59:46.755171 [ 254 ] {afe1e4c6-39e9-477e-8a47-1edd0cc88453} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002419 sec., 4960.727573377429 rows/sec., 8.89 MiB/sec. | ||
| 8899 | 2025.02.19 05:59:46.755557 [ 254 ] {afe1e4c6-39e9-477e-8a47-1edd0cc88453} <Debug> TCPHandler: Processed in 0.003101872 sec. | ||
| 8900 | 2025.02.19 05:59:46.755825 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8901 | 2025.02.19 05:59:46.756002 [ 258 ] {aa62011b-248b-46dd-8eef-c4967efdc562} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8902 | 2025.02.19 05:59:46.756061 [ 258 ] {aa62011b-248b-46dd-8eef-c4967efdc562} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8903 | 2025.02.19 05:59:46.756541 [ 258 ] {aa62011b-248b-46dd-8eef-c4967efdc562} <Trace> oximeter.measurements_u64 (fe0987d5-5b8f-48d5-a303-9c895ee7970c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8904 | 2025.02.19 05:59:46.756582 [ 258 ] {aa62011b-248b-46dd-8eef-c4967efdc562} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 8905 | 2025.02.19 05:59:46.756960 [ 258 ] {aa62011b-248b-46dd-8eef-c4967efdc562} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 8906 | 2025.02.19 05:59:46.757214 [ 258 ] {aa62011b-248b-46dd-8eef-c4967efdc562} <Trace> oximeter.measurements_u64 (fe0987d5-5b8f-48d5-a303-9c895ee7970c): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8907 | 2025.02.19 05:59:46.757461 [ 258 ] {aa62011b-248b-46dd-8eef-c4967efdc562} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001488 sec., 32258.064516129034 rows/sec., 2.17 MiB/sec. | ||
| 8908 | 2025.02.19 05:59:46.757526 [ 258 ] {aa62011b-248b-46dd-8eef-c4967efdc562} <Debug> TCPHandler: Processed in 0.001858532 sec. | ||
| 8909 | 2025.02.19 05:59:48.235963 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 50 entries to flush up to offset 1276 | ||
| 8910 | 2025.02.19 05:59:48.239455 [ 242 ] {} <Trace> system.query_log (c5831a85-9043-4d4c-a5be-d968cb126303): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8911 | 2025.02.19 05:59:48.239512 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 8912 | 2025.02.19 05:59:48.241056 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 8913 | 2025.02.19 05:59:48.241387 [ 242 ] {} <Trace> system.query_log (c5831a85-9043-4d4c-a5be-d968cb126303): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8914 | 2025.02.19 05:59:48.241640 [ 47 ] {} <Debug> system.query_log (c5831a85-9043-4d4c-a5be-d968cb126303) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 8915 | 2025.02.19 05:59:48.241760 [ 47 ] {} <Trace> system.query_log (c5831a85-9043-4d4c-a5be-d968cb126303): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8916 | 2025.02.19 05:59:48.241825 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 8917 | 2025.02.19 05:59:48.242359 [ 187 ] {c5831a85-9043-4d4c-a5be-d968cb126303::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 | ||
| 8918 | 2025.02.19 05:59:48.243039 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1276 | ||
| 8919 | 2025.02.19 05:59:48.243536 [ 187 ] {c5831a85-9043-4d4c-a5be-d968cb126303::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8920 | 2025.02.19 05:59:48.243729 [ 187 ] {c5831a85-9043-4d4c-a5be-d968cb126303::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1078 rows starting from the beginning of the part | ||
| 8921 | 2025.02.19 05:59:48.244405 [ 187 ] {c5831a85-9043-4d4c-a5be-d968cb126303::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 36 rows starting from the beginning of the part | ||
| 8922 | 2025.02.19 05:59:48.244987 [ 187 ] {c5831a85-9043-4d4c-a5be-d968cb126303::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 48 rows starting from the beginning of the part | ||
| 8923 | 2025.02.19 05:59:48.245584 [ 187 ] {c5831a85-9043-4d4c-a5be-d968cb126303::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 30 rows starting from the beginning of the part | ||
| 8924 | 2025.02.19 05:59:48.246179 [ 187 ] {c5831a85-9043-4d4c-a5be-d968cb126303::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 34 rows starting from the beginning of the part | ||
| 8925 | 2025.02.19 05:59:48.246790 [ 187 ] {c5831a85-9043-4d4c-a5be-d968cb126303::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 50 rows starting from the beginning of the part | ||
| 8926 | 2025.02.19 05:59:48.255646 [ 192 ] {c5831a85-9043-4d4c-a5be-d968cb126303::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1276 rows, containing 72 columns (72 merged, 0 gathered) in 0.013663423 sec., 93388.01850751456 rows/sec., 73.72 MiB/sec. | ||
| 8927 | 2025.02.19 05:59:48.257232 [ 198 ] {c5831a85-9043-4d4c-a5be-d968cb126303::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 8928 | 2025.02.19 05:59:48.258034 [ 198 ] {c5831a85-9043-4d4c-a5be-d968cb126303::all_1_31_6} <Trace> system.query_log (c5831a85-9043-4d4c-a5be-d968cb126303): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8929 | 2025.02.19 05:59:48.258144 [ 198 ] {c5831a85-9043-4d4c-a5be-d968cb126303::all_1_31_6} <Trace> system.query_log (c5831a85-9043-4d4c-a5be-d968cb126303) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 8930 | 2025.02.19 05:59:48.258459 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.83 MiB. | ||
| 8931 | 2025.02.19 05:59:48.551687 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8932 | 2025.02.19 05:59:48.551910 [ 254 ] {bb5aaad5-26fd-45c3-a197-720db3816d65} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8933 | 2025.02.19 05:59:48.551993 [ 254 ] {bb5aaad5-26fd-45c3-a197-720db3816d65} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8934 | 2025.02.19 05:59:48.552742 [ 254 ] {bb5aaad5-26fd-45c3-a197-720db3816d65} <Trace> oximeter.fields_string (2fcca75a-374a-4c87-833b-a981a707b5d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8935 | 2025.02.19 05:59:48.552796 [ 254 ] {bb5aaad5-26fd-45c3-a197-720db3816d65} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 8936 | 2025.02.19 05:59:48.553255 [ 254 ] {bb5aaad5-26fd-45c3-a197-720db3816d65} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 8937 | 2025.02.19 05:59:48.553521 [ 254 ] {bb5aaad5-26fd-45c3-a197-720db3816d65} <Trace> oximeter.fields_string (2fcca75a-374a-4c87-833b-a981a707b5d9): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8938 | 2025.02.19 05:59:48.553752 [ 47 ] {} <Debug> oximeter.fields_string (2fcca75a-374a-4c87-833b-a981a707b5d9) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 8939 | 2025.02.19 05:59:48.553765 [ 254 ] {bb5aaad5-26fd-45c3-a197-720db3816d65} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001907 sec., 29365.495542737284 rows/sec., 2.26 MiB/sec. | ||
| 8940 | 2025.02.19 05:59:48.553848 [ 47 ] {} <Trace> oximeter.fields_string (2fcca75a-374a-4c87-833b-a981a707b5d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8941 | 2025.02.19 05:59:48.553925 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 8942 | 2025.02.19 05:59:48.553945 [ 254 ] {bb5aaad5-26fd-45c3-a197-720db3816d65} <Debug> TCPHandler: Processed in 0.002398631 sec. | ||
| 8943 | 2025.02.19 05:59:48.554178 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8944 | 2025.02.19 05:59:48.554186 [ 196 ] {2fcca75a-374a-4c87-833b-a981a707b5d9::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 | ||
| 8945 | 2025.02.19 05:59:48.554402 [ 258 ] {c2c22eaa-f053-4299-af55-1da1de71149a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8946 | 2025.02.19 05:59:48.554476 [ 196 ] {2fcca75a-374a-4c87-833b-a981a707b5d9::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8947 | 2025.02.19 05:59:48.554510 [ 258 ] {c2c22eaa-f053-4299-af55-1da1de71149a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8948 | 2025.02.19 05:59:48.554542 [ 196 ] {2fcca75a-374a-4c87-833b-a981a707b5d9::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 1845 rows starting from the beginning of the part | ||
| 8949 | 2025.02.19 05:59:48.554840 [ 196 ] {2fcca75a-374a-4c87-833b-a981a707b5d9::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 671 rows starting from the beginning of the part | ||
| 8950 | 2025.02.19 05:59:48.555174 [ 196 ] {2fcca75a-374a-4c87-833b-a981a707b5d9::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 80 rows starting from the beginning of the part | ||
| 8951 | 2025.02.19 05:59:48.555483 [ 196 ] {2fcca75a-374a-4c87-833b-a981a707b5d9::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 671 rows starting from the beginning of the part | ||
| 8952 | 2025.02.19 05:59:48.555762 [ 196 ] {2fcca75a-374a-4c87-833b-a981a707b5d9::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 1227 rows starting from the beginning of the part | ||
| 8953 | 2025.02.19 05:59:48.556125 [ 196 ] {2fcca75a-374a-4c87-833b-a981a707b5d9::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 | ||
| 8954 | 2025.02.19 05:59:48.557626 [ 258 ] {c2c22eaa-f053-4299-af55-1da1de71149a} <Trace> oximeter.fields_uuid (3e28ef33-2603-423e-a1ee-258fce097b7c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8955 | 2025.02.19 05:59:48.557690 [ 258 ] {c2c22eaa-f053-4299-af55-1da1de71149a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 8956 | 2025.02.19 05:59:48.558822 [ 258 ] {c2c22eaa-f053-4299-af55-1da1de71149a} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 8957 | 2025.02.19 05:59:48.559231 [ 258 ] {c2c22eaa-f053-4299-af55-1da1de71149a} <Trace> oximeter.fields_uuid (3e28ef33-2603-423e-a1ee-258fce097b7c): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8958 | 2025.02.19 05:59:48.559445 [ 47 ] {} <Debug> oximeter.fields_uuid (3e28ef33-2603-423e-a1ee-258fce097b7c) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 8959 | 2025.02.19 05:59:48.559550 [ 47 ] {} <Trace> oximeter.fields_uuid (3e28ef33-2603-423e-a1ee-258fce097b7c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8960 | 2025.02.19 05:59:48.559585 [ 258 ] {c2c22eaa-f053-4299-af55-1da1de71149a} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005227 sec., 12244.11708436962 rows/sec., 978.62 KiB/sec. | ||
| 8961 | 2025.02.19 05:59:48.559603 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 8962 | 2025.02.19 05:59:48.559825 [ 258 ] {c2c22eaa-f053-4299-af55-1da1de71149a} <Debug> TCPHandler: Processed in 0.005760098 sec. | ||
| 8963 | 2025.02.19 05:59:48.560118 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8964 | 2025.02.19 05:59:48.560126 [ 186 ] {3e28ef33-2603-423e-a1ee-258fce097b7c::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 | ||
| 8965 | 2025.02.19 05:59:48.560492 [ 254 ] {ed9cec5e-f1e5-4e61-b704-e464221765d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8966 | 2025.02.19 05:59:48.560654 [ 254 ] {ed9cec5e-f1e5-4e61-b704-e464221765d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8967 | 2025.02.19 05:59:48.560671 [ 186 ] {3e28ef33-2603-423e-a1ee-258fce097b7c::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8968 | 2025.02.19 05:59:48.560689 [ 196 ] {2fcca75a-374a-4c87-833b-a981a707b5d9::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4550 rows, containing 5 columns (5 merged, 0 gathered) in 0.006645144 sec., 684710.5194409632 rows/sec., 58.17 MiB/sec. | ||
| 8969 | 2025.02.19 05:59:48.560770 [ 186 ] {3e28ef33-2603-423e-a1ee-258fce097b7c::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 913 rows starting from the beginning of the part | ||
| 8970 | 2025.02.19 05:59:48.561172 [ 186 ] {3e28ef33-2603-423e-a1ee-258fce097b7c::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 409 rows starting from the beginning of the part | ||
| 8971 | 2025.02.19 05:59:48.561205 [ 196 ] {2fcca75a-374a-4c87-833b-a981a707b5d9::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 8972 | 2025.02.19 05:59:48.561735 [ 186 ] {3e28ef33-2603-423e-a1ee-258fce097b7c::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 76 rows starting from the beginning of the part | ||
| 8973 | 2025.02.19 05:59:48.562224 [ 186 ] {3e28ef33-2603-423e-a1ee-258fce097b7c::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 409 rows starting from the beginning of the part | ||
| 8974 | 2025.02.19 05:59:48.562760 [ 196 ] {2fcca75a-374a-4c87-833b-a981a707b5d9::all_1_71_14} <Trace> oximeter.fields_string (2fcca75a-374a-4c87-833b-a981a707b5d9): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8975 | 2025.02.19 05:59:48.562776 [ 186 ] {3e28ef33-2603-423e-a1ee-258fce097b7c::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 546 rows starting from the beginning of the part | ||
| 8976 | 2025.02.19 05:59:48.563129 [ 196 ] {2fcca75a-374a-4c87-833b-a981a707b5d9::all_1_71_14} <Trace> oximeter.fields_string (2fcca75a-374a-4c87-833b-a981a707b5d9) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 8977 | 2025.02.19 05:59:48.563203 [ 186 ] {3e28ef33-2603-423e-a1ee-258fce097b7c::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 | ||
| 8978 | 2025.02.19 05:59:48.563568 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.96 MiB. | ||
| 8979 | 2025.02.19 05:59:48.564069 [ 254 ] {ed9cec5e-f1e5-4e61-b704-e464221765d3} <Trace> oximeter.measurements_cumulativeu64 (12ad3da5-8862-4a0c-98f0-1a099eec319b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8980 | 2025.02.19 05:59:48.564120 [ 254 ] {ed9cec5e-f1e5-4e61-b704-e464221765d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 8981 | 2025.02.19 05:59:48.564691 [ 254 ] {ed9cec5e-f1e5-4e61-b704-e464221765d3} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 8982 | 2025.02.19 05:59:48.565009 [ 254 ] {ed9cec5e-f1e5-4e61-b704-e464221765d3} <Trace> oximeter.measurements_cumulativeu64 (12ad3da5-8862-4a0c-98f0-1a099eec319b): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8983 | 2025.02.19 05:59:48.565256 [ 47 ] {} <Debug> oximeter.measurements_cumulativeu64 (12ad3da5-8862-4a0c-98f0-1a099eec319b) (MergerMutator): Selected 5 parts from all_1_66_13 to all_70_70_0 | ||
| 8984 | 2025.02.19 05:59:48.565366 [ 47 ] {} <Trace> oximeter.measurements_cumulativeu64 (12ad3da5-8862-4a0c-98f0-1a099eec319b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8985 | 2025.02.19 05:59:48.565393 [ 254 ] {ed9cec5e-f1e5-4e61-b704-e464221765d3} <Debug> executeQuery: Read 32 rows, 2.28 KiB in 0.005048 sec., 6339.144215530903 rows/sec., 452.11 KiB/sec. | ||
| 8986 | 2025.02.19 05:59:48.565481 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 8987 | 2025.02.19 05:59:48.565847 [ 254 ] {ed9cec5e-f1e5-4e61-b704-e464221765d3} <Debug> TCPHandler: Processed in 0.00587837 sec. | ||
| 8988 | 2025.02.19 05:59:48.566222 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8989 | 2025.02.19 05:59:48.566233 [ 191 ] {12ad3da5-8862-4a0c-98f0-1a099eec319b::all_1_70_14} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_66_13 to all_70_70_0 into Compact with storage Full | ||
| 8990 | 2025.02.19 05:59:48.566262 [ 190 ] {3e28ef33-2603-423e-a1ee-258fce097b7c::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2417 rows, containing 5 columns (5 merged, 0 gathered) in 0.00652174 sec., 370606.617252451 rows/sec., 28.38 MiB/sec. | ||
| 8991 | 2025.02.19 05:59:48.566534 [ 258 ] {4403b63f-5cc8-41ad-a1e2-0f8448ce98c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8992 | 2025.02.19 05:59:48.566662 [ 190 ] {3e28ef33-2603-423e-a1ee-258fce097b7c::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 8993 | 2025.02.19 05:59:48.566717 [ 258 ] {4403b63f-5cc8-41ad-a1e2-0f8448ce98c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8994 | 2025.02.19 05:59:48.566722 [ 191 ] {12ad3da5-8862-4a0c-98f0-1a099eec319b::all_1_70_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8995 | 2025.02.19 05:59:48.566899 [ 191 ] {12ad3da5-8862-4a0c-98f0-1a099eec319b::all_1_70_14} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_66_13, total 19754 rows starting from the beginning of the part | ||
| 8996 | 2025.02.19 05:59:48.567346 [ 191 ] {12ad3da5-8862-4a0c-98f0-1a099eec319b::all_1_70_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 237 rows starting from the beginning of the part | ||
| 8997 | 2025.02.19 05:59:48.567904 [ 190 ] {3e28ef33-2603-423e-a1ee-258fce097b7c::all_1_71_14} <Trace> oximeter.fields_uuid (3e28ef33-2603-423e-a1ee-258fce097b7c): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8998 | 2025.02.19 05:59:48.567913 [ 191 ] {12ad3da5-8862-4a0c-98f0-1a099eec319b::all_1_70_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 160 rows starting from the beginning of the part | ||
| 8999 | 2025.02.19 05:59:48.568282 [ 191 ] {12ad3da5-8862-4a0c-98f0-1a099eec319b::all_1_70_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 237 rows starting from the beginning of the part | ||
| 9000 | 2025.02.19 05:59:48.568657 [ 191 ] {12ad3da5-8862-4a0c-98f0-1a099eec319b::all_1_70_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 981 rows starting from the beginning of the part | ||
| 9001 | 2025.02.19 05:59:48.568659 [ 190 ] {3e28ef33-2603-423e-a1ee-258fce097b7c::all_1_71_14} <Trace> oximeter.fields_uuid (3e28ef33-2603-423e-a1ee-258fce097b7c) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 9002 | 2025.02.19 05:59:48.569187 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
| 9003 | 2025.02.19 05:59:48.569835 [ 258 ] {4403b63f-5cc8-41ad-a1e2-0f8448ce98c2} <Trace> oximeter.measurements_u64 (fe0987d5-5b8f-48d5-a303-9c895ee7970c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9004 | 2025.02.19 05:59:48.569899 [ 258 ] {4403b63f-5cc8-41ad-a1e2-0f8448ce98c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 9005 | 2025.02.19 05:59:48.570462 [ 258 ] {4403b63f-5cc8-41ad-a1e2-0f8448ce98c2} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 9006 | 2025.02.19 05:59:48.570848 [ 258 ] {4403b63f-5cc8-41ad-a1e2-0f8448ce98c2} <Trace> oximeter.measurements_u64 (fe0987d5-5b8f-48d5-a303-9c895ee7970c): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9007 | 2025.02.19 05:59:48.571140 [ 47 ] {} <Debug> oximeter.measurements_u64 (fe0987d5-5b8f-48d5-a303-9c895ee7970c) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 9008 | 2025.02.19 05:59:48.571252 [ 47 ] {} <Trace> oximeter.measurements_u64 (fe0987d5-5b8f-48d5-a303-9c895ee7970c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9009 | 2025.02.19 05:59:48.571312 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 9010 | 2025.02.19 05:59:48.571366 [ 258 ] {4403b63f-5cc8-41ad-a1e2-0f8448ce98c2} <Debug> executeQuery: Read 12 rows, 848.00 B in 0.004955 sec., 2421.7961654894048 rows/sec., 167.13 KiB/sec. | ||
| 9011 | 2025.02.19 05:59:48.571805 [ 258 ] {4403b63f-5cc8-41ad-a1e2-0f8448ce98c2} <Debug> TCPHandler: Processed in 0.005787638 sec. | ||
| 9012 | 2025.02.19 05:59:48.571828 [ 200 ] {fe0987d5-5b8f-48d5-a303-9c895ee7970c::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 | ||
| 9013 | 2025.02.19 05:59:48.572237 [ 200 ] {fe0987d5-5b8f-48d5-a303-9c895ee7970c::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9014 | 2025.02.19 05:59:48.572297 [ 200 ] {fe0987d5-5b8f-48d5-a303-9c895ee7970c::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 3840 rows starting from the beginning of the part | ||
| 9015 | 2025.02.19 05:59:48.572566 [ 200 ] {fe0987d5-5b8f-48d5-a303-9c895ee7970c::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 82 rows starting from the beginning of the part | ||
| 9016 | 2025.02.19 05:59:48.572746 [ 200 ] {fe0987d5-5b8f-48d5-a303-9c895ee7970c::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 | ||
| 9017 | 2025.02.19 05:59:48.572882 [ 200 ] {fe0987d5-5b8f-48d5-a303-9c895ee7970c::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 | ||
| 9018 | 2025.02.19 05:59:48.572992 [ 200 ] {fe0987d5-5b8f-48d5-a303-9c895ee7970c::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 48 rows starting from the beginning of the part | ||
| 9019 | 2025.02.19 05:59:48.573136 [ 200 ] {fe0987d5-5b8f-48d5-a303-9c895ee7970c::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 12 rows starting from the beginning of the part | ||
| 9020 | 2025.02.19 05:59:48.576885 [ 189 ] {fe0987d5-5b8f-48d5-a303-9c895ee7970c::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4124 rows, containing 4 columns (4 merged, 0 gathered) in 0.005436873 sec., 758524.2473017118 rows/sec., 49.58 MiB/sec. | ||
| 9021 | 2025.02.19 05:59:48.577425 [ 189 ] {fe0987d5-5b8f-48d5-a303-9c895ee7970c::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 9022 | 2025.02.19 05:59:48.577876 [ 189 ] {fe0987d5-5b8f-48d5-a303-9c895ee7970c::all_1_71_14} <Trace> oximeter.measurements_u64 (fe0987d5-5b8f-48d5-a303-9c895ee7970c): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9023 | 2025.02.19 05:59:48.578101 [ 189 ] {fe0987d5-5b8f-48d5-a303-9c895ee7970c::all_1_71_14} <Trace> oximeter.measurements_u64 (fe0987d5-5b8f-48d5-a303-9c895ee7970c) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 9024 | 2025.02.19 05:59:48.578275 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.88 MiB. | ||
| 9025 | 2025.02.19 05:59:48.579044 [ 199 ] {12ad3da5-8862-4a0c-98f0-1a099eec319b::all_1_70_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 21369 rows, containing 5 columns (5 merged, 0 gathered) in 0.013286506 sec., 1608323.5125924002 rows/sec., 108.65 MiB/sec. | ||
| 9026 | 2025.02.19 05:59:48.579503 [ 189 ] {12ad3da5-8862-4a0c-98f0-1a099eec319b::all_1_70_14} <Trace> MergedBlockOutputStream: filled checksums all_1_70_14 (state Temporary) | ||
| 9027 | 2025.02.19 05:59:48.579810 [ 189 ] {12ad3da5-8862-4a0c-98f0-1a099eec319b::all_1_70_14} <Trace> oximeter.measurements_cumulativeu64 (12ad3da5-8862-4a0c-98f0-1a099eec319b): Renaming temporary part tmp_merge_all_1_70_14 to all_1_70_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9028 | 2025.02.19 05:59:48.579900 [ 189 ] {12ad3da5-8862-4a0c-98f0-1a099eec319b::all_1_70_14} <Trace> oximeter.measurements_cumulativeu64 (12ad3da5-8862-4a0c-98f0-1a099eec319b) (MergerMutator): Merged 5 parts: [all_1_66_13, all_70_70_0] -> all_1_70_14 | ||
| 9029 | 2025.02.19 05:59:48.579996 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.30 MiB. | ||
| 9030 | 2025.02.19 05:59:50.629611 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 19703 | ||
| 9031 | 2025.02.19 05:59:50.630530 [ 244 ] {} <Trace> system.asynchronous_metric_log (5573eb27-0871-4eb5-bfd6-93b6d6d4142e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9032 | 2025.02.19 05:59:50.630572 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 9033 | 2025.02.19 05:59:50.631132 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 9034 | 2025.02.19 05:59:50.631398 [ 244 ] {} <Trace> system.asynchronous_metric_log (5573eb27-0871-4eb5-bfd6-93b6d6d4142e): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9035 | 2025.02.19 05:59:50.631716 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 19703 | ||
| 9036 | 2025.02.19 05:59:52.041981 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 325 | ||
| 9037 | 2025.02.19 05:59:52.063614 [ 243 ] {} <Trace> system.metric_log (636422f3-000f-4feb-9852-006313efe3e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9038 | 2025.02.19 05:59:52.063670 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 9039 | 2025.02.19 05:59:52.071598 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 9040 | 2025.02.19 05:59:52.072422 [ 243 ] {} <Trace> system.metric_log (636422f3-000f-4feb-9852-006313efe3e0): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9041 | 2025.02.19 05:59:52.074958 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 325 | ||
| 9042 | 2025.02.19 05:59:53.559582 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9043 | 2025.02.19 05:59:53.559799 [ 254 ] {5b11bba6-9228-46ba-8e0e-6360c89f0f7f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9044 | 2025.02.19 05:59:53.559880 [ 254 ] {5b11bba6-9228-46ba-8e0e-6360c89f0f7f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9045 | 2025.02.19 05:59:53.560748 [ 254 ] {5b11bba6-9228-46ba-8e0e-6360c89f0f7f} <Trace> oximeter.fields_string (2fcca75a-374a-4c87-833b-a981a707b5d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9046 | 2025.02.19 05:59:53.560792 [ 254 ] {5b11bba6-9228-46ba-8e0e-6360c89f0f7f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 9047 | 2025.02.19 05:59:53.561264 [ 254 ] {5b11bba6-9228-46ba-8e0e-6360c89f0f7f} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 9048 | 2025.02.19 05:59:53.561545 [ 254 ] {5b11bba6-9228-46ba-8e0e-6360c89f0f7f} <Trace> oximeter.fields_string (2fcca75a-374a-4c87-833b-a981a707b5d9): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9049 | 2025.02.19 05:59:53.561772 [ 254 ] {5b11bba6-9228-46ba-8e0e-6360c89f0f7f} <Debug> executeQuery: Read 110 rows, 9.47 KiB in 0.002032 sec., 54133.85826771654 rows/sec., 4.55 MiB/sec. | ||
| 9050 | 2025.02.19 05:59:53.561882 [ 254 ] {5b11bba6-9228-46ba-8e0e-6360c89f0f7f} <Debug> TCPHandler: Processed in 0.002439602 sec. | ||
| 9051 | 2025.02.19 05:59:53.562125 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9052 | 2025.02.19 05:59:53.562346 [ 258 ] {39cf25eb-98b9-4b41-8665-9f8f6b74e63f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9053 | 2025.02.19 05:59:53.562408 [ 258 ] {39cf25eb-98b9-4b41-8665-9f8f6b74e63f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9054 | 2025.02.19 05:59:53.563107 [ 258 ] {39cf25eb-98b9-4b41-8665-9f8f6b74e63f} <Trace> oximeter.fields_u16 (6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9055 | 2025.02.19 05:59:53.563155 [ 258 ] {39cf25eb-98b9-4b41-8665-9f8f6b74e63f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 9056 | 2025.02.19 05:59:53.563553 [ 258 ] {39cf25eb-98b9-4b41-8665-9f8f6b74e63f} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 9057 | 2025.02.19 05:59:53.563800 [ 258 ] {39cf25eb-98b9-4b41-8665-9f8f6b74e63f} <Trace> oximeter.fields_u16 (6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9058 | 2025.02.19 05:59:53.563983 [ 258 ] {39cf25eb-98b9-4b41-8665-9f8f6b74e63f} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.001697 sec., 15910.430170889806 rows/sec., 1.17 MiB/sec. | ||
| 9059 | 2025.02.19 05:59:53.564036 [ 258 ] {39cf25eb-98b9-4b41-8665-9f8f6b74e63f} <Debug> TCPHandler: Processed in 0.002035374 sec. | ||
| 9060 | 2025.02.19 05:59:53.564190 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9061 | 2025.02.19 05:59:53.564303 [ 254 ] {0f5c4686-4582-4edf-a476-b4b988836690} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9062 | 2025.02.19 05:59:53.564361 [ 254 ] {0f5c4686-4582-4edf-a476-b4b988836690} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9063 | 2025.02.19 05:59:53.565042 [ 254 ] {0f5c4686-4582-4edf-a476-b4b988836690} <Trace> oximeter.fields_uuid (3e28ef33-2603-423e-a1ee-258fce097b7c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9064 | 2025.02.19 05:59:53.565089 [ 254 ] {0f5c4686-4582-4edf-a476-b4b988836690} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 9065 | 2025.02.19 05:59:53.565511 [ 254 ] {0f5c4686-4582-4edf-a476-b4b988836690} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 9066 | 2025.02.19 05:59:53.565759 [ 254 ] {0f5c4686-4582-4edf-a476-b4b988836690} <Trace> oximeter.fields_uuid (3e28ef33-2603-423e-a1ee-258fce097b7c): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9067 | 2025.02.19 05:59:53.565939 [ 254 ] {0f5c4686-4582-4edf-a476-b4b988836690} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.00166 sec., 54819.27710843374 rows/sec., 4.28 MiB/sec. | ||
| 9068 | 2025.02.19 05:59:53.565990 [ 254 ] {0f5c4686-4582-4edf-a476-b4b988836690} <Debug> TCPHandler: Processed in 0.001857482 sec. | ||
| 9069 | 2025.02.19 05:59:53.566121 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9070 | 2025.02.19 05:59:53.566228 [ 258 ] {2ceb1c59-7217-4b84-bcee-1dd015e976d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9071 | 2025.02.19 05:59:53.566278 [ 258 ] {2ceb1c59-7217-4b84-bcee-1dd015e976d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9072 | 2025.02.19 05:59:53.566877 [ 258 ] {2ceb1c59-7217-4b84-bcee-1dd015e976d4} <Trace> oximeter.measurements_cumulativeu64 (12ad3da5-8862-4a0c-98f0-1a099eec319b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9073 | 2025.02.19 05:59:53.566923 [ 258 ] {2ceb1c59-7217-4b84-bcee-1dd015e976d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 9074 | 2025.02.19 05:59:53.567376 [ 258 ] {2ceb1c59-7217-4b84-bcee-1dd015e976d4} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 9075 | 2025.02.19 05:59:53.567624 [ 258 ] {2ceb1c59-7217-4b84-bcee-1dd015e976d4} <Trace> oximeter.measurements_cumulativeu64 (12ad3da5-8862-4a0c-98f0-1a099eec319b): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9076 | 2025.02.19 05:59:53.567806 [ 258 ] {2ceb1c59-7217-4b84-bcee-1dd015e976d4} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.0016 sec., 100000 rows/sec., 6.96 MiB/sec. | ||
| 9077 | 2025.02.19 05:59:53.567857 [ 258 ] {2ceb1c59-7217-4b84-bcee-1dd015e976d4} <Debug> TCPHandler: Processed in 0.00178909 sec. | ||
| 9078 | 2025.02.19 05:59:53.567993 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9079 | 2025.02.19 05:59:53.568124 [ 254 ] {215b183f-3b45-45ed-8652-bebb0b46625d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9080 | 2025.02.19 05:59:53.568201 [ 254 ] {215b183f-3b45-45ed-8652-bebb0b46625d} <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 | ||
| 9081 | 2025.02.19 05:59:53.569359 [ 254 ] {215b183f-3b45-45ed-8652-bebb0b46625d} <Trace> oximeter.measurements_histogramu64 (7e806432-9fb0-4852-8b8d-11fed24611fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9082 | 2025.02.19 05:59:53.569397 [ 254 ] {215b183f-3b45-45ed-8652-bebb0b46625d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 9083 | 2025.02.19 05:59:53.570055 [ 254 ] {215b183f-3b45-45ed-8652-bebb0b46625d} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 9084 | 2025.02.19 05:59:53.570329 [ 254 ] {215b183f-3b45-45ed-8652-bebb0b46625d} <Trace> oximeter.measurements_histogramu64 (7e806432-9fb0-4852-8b8d-11fed24611fa): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9085 | 2025.02.19 05:59:53.570545 [ 254 ] {215b183f-3b45-45ed-8652-bebb0b46625d} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002447 sec., 11033.919084593379 rows/sec., 19.77 MiB/sec. | ||
| 9086 | 2025.02.19 05:59:53.570835 [ 254 ] {215b183f-3b45-45ed-8652-bebb0b46625d} <Debug> TCPHandler: Processed in 0.002907219 sec. | ||
| 9087 | 2025.02.19 05:59:53.571038 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9088 | 2025.02.19 05:59:53.571170 [ 258 ] {93425960-4c10-44ea-92ca-f7c109dce716} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9089 | 2025.02.19 05:59:53.571227 [ 258 ] {93425960-4c10-44ea-92ca-f7c109dce716} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9090 | 2025.02.19 05:59:53.571680 [ 258 ] {93425960-4c10-44ea-92ca-f7c109dce716} <Trace> oximeter.measurements_u64 (fe0987d5-5b8f-48d5-a303-9c895ee7970c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9091 | 2025.02.19 05:59:53.571718 [ 258 ] {93425960-4c10-44ea-92ca-f7c109dce716} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 9092 | 2025.02.19 05:59:53.572163 [ 258 ] {93425960-4c10-44ea-92ca-f7c109dce716} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 9093 | 2025.02.19 05:59:53.572419 [ 258 ] {93425960-4c10-44ea-92ca-f7c109dce716} <Trace> oximeter.measurements_u64 (fe0987d5-5b8f-48d5-a303-9c895ee7970c): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9094 | 2025.02.19 05:59:53.572628 [ 258 ] {93425960-4c10-44ea-92ca-f7c109dce716} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001486 sec., 40376.85060565276 rows/sec., 2.72 MiB/sec. | ||
| 9095 | 2025.02.19 05:59:53.572679 [ 258 ] {93425960-4c10-44ea-92ca-f7c109dce716} <Debug> TCPHandler: Processed in 0.001740429 sec. | ||
| 9096 | 2025.02.19 05:59:57.977047 [ 25 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 9097 | 2025.02.19 05:59:57.977117 [ 25 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 9098 | 2025.02.19 05:59:58.131917 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 20191 | ||
| 9099 | 2025.02.19 05:59:58.132595 [ 244 ] {} <Trace> system.asynchronous_metric_log (5573eb27-0871-4eb5-bfd6-93b6d6d4142e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9100 | 2025.02.19 05:59:58.132645 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 9101 | 2025.02.19 05:59:58.133200 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 9102 | 2025.02.19 05:59:58.133458 [ 244 ] {} <Trace> system.asynchronous_metric_log (5573eb27-0871-4eb5-bfd6-93b6d6d4142e): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9103 | 2025.02.19 05:59:58.133798 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 20191 | ||
| 9104 | 2025.02.19 05:59:58.243394 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1296 | ||
| 9105 | 2025.02.19 05:59:58.246640 [ 242 ] {} <Trace> system.query_log (c5831a85-9043-4d4c-a5be-d968cb126303): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9106 | 2025.02.19 05:59:58.246687 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 9107 | 2025.02.19 05:59:58.248196 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 9108 | 2025.02.19 05:59:58.248528 [ 242 ] {} <Trace> system.query_log (c5831a85-9043-4d4c-a5be-d968cb126303): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9109 | 2025.02.19 05:59:58.249095 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1296 | ||
| 9110 | 2025.02.19 05:59:58.558526 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9111 | 2025.02.19 05:59:58.558740 [ 254 ] {41158bca-efdc-4dc6-a81d-912ac5785299} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9112 | 2025.02.19 05:59:58.558821 [ 254 ] {41158bca-efdc-4dc6-a81d-912ac5785299} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9113 | 2025.02.19 05:59:58.559638 [ 254 ] {41158bca-efdc-4dc6-a81d-912ac5785299} <Trace> oximeter.fields_string (2fcca75a-374a-4c87-833b-a981a707b5d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9114 | 2025.02.19 05:59:58.559683 [ 254 ] {41158bca-efdc-4dc6-a81d-912ac5785299} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 9115 | 2025.02.19 05:59:58.560127 [ 254 ] {41158bca-efdc-4dc6-a81d-912ac5785299} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 9116 | 2025.02.19 05:59:58.560392 [ 254 ] {41158bca-efdc-4dc6-a81d-912ac5785299} <Trace> oximeter.fields_string (2fcca75a-374a-4c87-833b-a981a707b5d9): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9117 | 2025.02.19 05:59:58.560621 [ 254 ] {41158bca-efdc-4dc6-a81d-912ac5785299} <Debug> executeQuery: Read 80 rows, 6.77 KiB in 0.001942 sec., 41194.6446961895 rows/sec., 3.41 MiB/sec. | ||
| 9118 | 2025.02.19 05:59:58.560678 [ 254 ] {41158bca-efdc-4dc6-a81d-912ac5785299} <Debug> TCPHandler: Processed in 0.002291339 sec. | ||
| 9119 | 2025.02.19 05:59:58.560823 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9120 | 2025.02.19 05:59:58.560934 [ 258 ] {6e188211-7558-473c-a7c9-17bf0c28419b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9121 | 2025.02.19 05:59:58.560980 [ 258 ] {6e188211-7558-473c-a7c9-17bf0c28419b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9122 | 2025.02.19 05:59:58.561504 [ 258 ] {6e188211-7558-473c-a7c9-17bf0c28419b} <Trace> oximeter.fields_u16 (6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9123 | 2025.02.19 05:59:58.561543 [ 258 ] {6e188211-7558-473c-a7c9-17bf0c28419b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 9124 | 2025.02.19 05:59:58.561902 [ 258 ] {6e188211-7558-473c-a7c9-17bf0c28419b} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 9125 | 2025.02.19 05:59:58.562147 [ 258 ] {6e188211-7558-473c-a7c9-17bf0c28419b} <Trace> oximeter.fields_u16 (6b34e33c-bc04-40cc-a5c1-ea7be3d5a96f): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9126 | 2025.02.19 05:59:58.562356 [ 258 ] {6e188211-7558-473c-a7c9-17bf0c28419b} <Debug> executeQuery: Read 12 rows, 924.00 B in 0.001444 sec., 8310.249307479224 rows/sec., 624.89 KiB/sec. | ||
| 9127 | 2025.02.19 05:59:58.562408 [ 258 ] {6e188211-7558-473c-a7c9-17bf0c28419b} <Debug> TCPHandler: Processed in 0.001642938 sec. | ||
| 9128 | 2025.02.19 05:59:58.562541 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9129 | 2025.02.19 05:59:58.562676 [ 254 ] {af4c97c2-d7c1-4a83-ae32-ccfa9a60b40a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9130 | 2025.02.19 05:59:58.562730 [ 254 ] {af4c97c2-d7c1-4a83-ae32-ccfa9a60b40a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9131 | 2025.02.19 05:59:58.563379 [ 254 ] {af4c97c2-d7c1-4a83-ae32-ccfa9a60b40a} <Trace> oximeter.fields_uuid (3e28ef33-2603-423e-a1ee-258fce097b7c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9132 | 2025.02.19 05:59:58.563426 [ 254 ] {af4c97c2-d7c1-4a83-ae32-ccfa9a60b40a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 9133 | 2025.02.19 05:59:58.563811 [ 254 ] {af4c97c2-d7c1-4a83-ae32-ccfa9a60b40a} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 9134 | 2025.02.19 05:59:58.564053 [ 254 ] {af4c97c2-d7c1-4a83-ae32-ccfa9a60b40a} <Trace> oximeter.fields_uuid (3e28ef33-2603-423e-a1ee-258fce097b7c): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9135 | 2025.02.19 05:59:58.564260 [ 254 ] {af4c97c2-d7c1-4a83-ae32-ccfa9a60b40a} <Debug> executeQuery: Read 76 rows, 6.08 KiB in 0.001613 sec., 47117.17296962182 rows/sec., 3.68 MiB/sec. | ||
| 9136 | 2025.02.19 05:59:58.564312 [ 254 ] {af4c97c2-d7c1-4a83-ae32-ccfa9a60b40a} <Debug> TCPHandler: Processed in 0.001836601 sec. | ||
| 9137 | 2025.02.19 05:59:58.564441 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9138 | 2025.02.19 05:59:58.564550 [ 258 ] {04ae87dd-d7cf-4c91-8af0-ee0396020b5d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9139 | 2025.02.19 05:59:58.564598 [ 258 ] {04ae87dd-d7cf-4c91-8af0-ee0396020b5d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9140 | 2025.02.19 05:59:58.565138 [ 258 ] {04ae87dd-d7cf-4c91-8af0-ee0396020b5d} <Trace> oximeter.measurements_cumulativeu64 (12ad3da5-8862-4a0c-98f0-1a099eec319b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9141 | 2025.02.19 05:59:58.565177 [ 258 ] {04ae87dd-d7cf-4c91-8af0-ee0396020b5d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 9142 | 2025.02.19 05:59:58.565569 [ 258 ] {04ae87dd-d7cf-4c91-8af0-ee0396020b5d} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 9143 | 2025.02.19 05:59:58.565806 [ 258 ] {04ae87dd-d7cf-4c91-8af0-ee0396020b5d} <Trace> oximeter.measurements_cumulativeu64 (12ad3da5-8862-4a0c-98f0-1a099eec319b): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9144 | 2025.02.19 05:59:58.566020 [ 258 ] {04ae87dd-d7cf-4c91-8af0-ee0396020b5d} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001492 sec., 107238.60589812332 rows/sec., 7.47 MiB/sec. | ||
| 9145 | 2025.02.19 05:59:58.566073 [ 258 ] {04ae87dd-d7cf-4c91-8af0-ee0396020b5d} <Debug> TCPHandler: Processed in 0.001684288 sec. | ||
| 9146 | 2025.02.19 05:59:58.566233 [ 254 ] {} <Trace> TCP-Session: cc8e29d1-a863-4402-b9cf-266e498a3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9147 | 2025.02.19 05:59:58.566372 [ 254 ] {c49c639c-fe63-4354-9f3c-2aa0146c280d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48360) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9148 | 2025.02.19 05:59:58.566456 [ 254 ] {c49c639c-fe63-4354-9f3c-2aa0146c280d} <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 | ||
| 9149 | 2025.02.19 05:59:58.567549 [ 254 ] {c49c639c-fe63-4354-9f3c-2aa0146c280d} <Trace> oximeter.measurements_histogramu64 (7e806432-9fb0-4852-8b8d-11fed24611fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9150 | 2025.02.19 05:59:58.567590 [ 254 ] {c49c639c-fe63-4354-9f3c-2aa0146c280d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 9151 | 2025.02.19 05:59:58.568223 [ 254 ] {c49c639c-fe63-4354-9f3c-2aa0146c280d} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 9152 | 2025.02.19 05:59:58.568493 [ 254 ] {c49c639c-fe63-4354-9f3c-2aa0146c280d} <Trace> oximeter.measurements_histogramu64 (7e806432-9fb0-4852-8b8d-11fed24611fa): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9153 | 2025.02.19 05:59:58.568750 [ 254 ] {c49c639c-fe63-4354-9f3c-2aa0146c280d} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002408 sec., 4983.388704318937 rows/sec., 8.93 MiB/sec. | ||
| 9154 | 2025.02.19 05:59:58.568847 [ 254 ] {c49c639c-fe63-4354-9f3c-2aa0146c280d} <Debug> TCPHandler: Processed in 0.002679726 sec. | ||
| 9155 | 2025.02.19 05:59:58.569017 [ 258 ] {} <Trace> TCP-Session: b7a31068-d5a1-4b21-bb17-3d232c640f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9156 | 2025.02.19 05:59:58.569147 [ 258 ] {f029fde8-dbc3-4092-bcd1-7a2d9b1c40f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47574) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9157 | 2025.02.19 05:59:58.569202 [ 258 ] {f029fde8-dbc3-4092-bcd1-7a2d9b1c40f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9158 | 2025.02.19 05:59:58.569685 [ 258 ] {f029fde8-dbc3-4092-bcd1-7a2d9b1c40f0} <Trace> oximeter.measurements_u64 (fe0987d5-5b8f-48d5-a303-9c895ee7970c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9159 | 2025.02.19 05:59:58.569724 [ 258 ] {f029fde8-dbc3-4092-bcd1-7a2d9b1c40f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 9160 | 2025.02.19 05:59:58.570081 [ 258 ] {f029fde8-dbc3-4092-bcd1-7a2d9b1c40f0} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 9161 | 2025.02.19 05:59:58.570323 [ 258 ] {f029fde8-dbc3-4092-bcd1-7a2d9b1c40f0} <Trace> oximeter.measurements_u64 (fe0987d5-5b8f-48d5-a303-9c895ee7970c): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9162 | 2025.02.19 05:59:58.570561 [ 258 ] {f029fde8-dbc3-4092-bcd1-7a2d9b1c40f0} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00144 sec., 41666.666666666664 rows/sec., 2.81 MiB/sec. | ||
| 9163 | 2025.02.19 05:59:58.570645 [ 258 ] {f029fde8-dbc3-4092-bcd1-7a2d9b1c40f0} <Debug> TCPHandler: Processed in 0.001693139 sec. | ||
| 9164 | 2025.02.19 05:59:59.575092 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 332 | ||
| 9165 | 2025.02.19 05:59:59.595687 [ 243 ] {} <Trace> system.metric_log (636422f3-000f-4feb-9852-006313efe3e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9166 | 2025.02.19 05:59:59.595744 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 9167 | 2025.02.19 05:59:59.603603 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 9168 | 2025.02.19 05:59:59.604408 [ 243 ] {} <Trace> system.metric_log (636422f3-000f-4feb-9852-006313efe3e0): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9169 | 2025.02.19 05:59:59.607855 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 332 | ||
| 9170 | 2025.02.19 05:59:59.837086 [ 155 ] {} <Debug> oximeter.fields_ipaddr (46427d01-24ae-42d6-a7d5-07bdb2aa84f9) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 9171 | 2025.02.19 05:59:59.837155 [ 155 ] {} <Trace> oximeter.fields_ipaddr (46427d01-24ae-42d6-a7d5-07bdb2aa84f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9172 | 2025.02.19 05:59:59.837184 [ 155 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 9173 | 2025.02.19 05:59:59.837350 [ 197 ] {46427d01-24ae-42d6-a7d5-07bdb2aa84f9::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 | ||
| 9174 | 2025.02.19 05:59:59.837519 [ 197 ] {46427d01-24ae-42d6-a7d5-07bdb2aa84f9::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9175 | 2025.02.19 05:59:59.837564 [ 197 ] {46427d01-24ae-42d6-a7d5-07bdb2aa84f9::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 | ||
| 9176 | 2025.02.19 05:59:59.837657 [ 197 ] {46427d01-24ae-42d6-a7d5-07bdb2aa84f9::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 4 rows starting from the beginning of the part | ||
| 9177 | 2025.02.19 05:59:59.837916 [ 197 ] {46427d01-24ae-42d6-a7d5-07bdb2aa84f9::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 14 rows starting from the beginning of the part | ||
| 9178 | 2025.02.19 05:59:59.838040 [ 197 ] {46427d01-24ae-42d6-a7d5-07bdb2aa84f9::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 | ||
| 9179 | 2025.02.19 05:59:59.838330 [ 197 ] {46427d01-24ae-42d6-a7d5-07bdb2aa84f9::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 14 rows starting from the beginning of the part | ||
| 9180 | 2025.02.19 05:59:59.839468 [ 193 ] {46427d01-24ae-42d6-a7d5-07bdb2aa84f9::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 54 rows, containing 5 columns (5 merged, 0 gathered) in 0.002206998 sec., 24467.625253851613 rows/sec., 2.04 MiB/sec. | ||
| 9181 | 2025.02.19 05:59:59.839623 [ 201 ] {46427d01-24ae-42d6-a7d5-07bdb2aa84f9::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 9182 | 2025.02.19 05:59:59.839956 [ 201 ] {46427d01-24ae-42d6-a7d5-07bdb2aa84f9::all_1_9_2} <Trace> oximeter.fields_ipaddr (46427d01-24ae-42d6-a7d5-07bdb2aa84f9): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9183 | 2025.02.19 05:59:59.840049 [ 201 ] {46427d01-24ae-42d6-a7d5-07bdb2aa84f9::all_1_9_2} <Trace> oximeter.fields_ipaddr (46427d01-24ae-42d6-a7d5-07bdb2aa84f9) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 9184 | 2025.02.19 05:59:59.840139 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||